Preprocessing Data: use WEKA Explorer for this project.
1. Load dataset diabetes.arff, to be found in the "Data" folder in WEKA (download folder), also loaded in the folder "Assignments&Labs". For an explanation of the dataset see https://archive.ics.uci.edu/ml/support/diabetes.
2. Apply Feature Selection using Principal Components Analysis (PCA).
Under Select Attributes -> Attribute Evaluator (select PrincipalComponents). Note the default Search Method should be Ranker (so click yes at the pop-up or change the method before selecting attribute evaluator. Leave all default settings and select Start. What are the top 3 features or feature-sets?
3. Repeat the PCA, adjust the varianceCovered to 0.7, and run the model. Describe your findings.
4. Using the same data, Apply Normalization. Under Preprocess -> Filter-> Unsupervised-> Attribute->Normalize->Ok. Close and Then Apply. Use default settings. Then run PCA again with 0.95 for varianceCovered. Explain your results.
Additionally, click ‘Save’ and save the normalized data as csv OR select ‘Edit’ and take a screenshot of your normalized data.
5. Using the same data. Apply Binning. Under Preprocess -> Filter-> Unsupervised-> Attribute- >Discretize ->Ok. Close and Then Apply. Use default settings. Then run PCA again with 0.95 for varianceCovered. Explain your findings. Note: Make sure to Undo the normalization before you apply binning.
6. Repeat the Binning Process, but change the setting ‘UseEqualFrequency’ at the bottom to ‘True’. Then run PCA again with 0.95 for varianceCovered. Explain your findings.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme