See the variables, the spread, SD, mean
Outliers, unrealistic values, NA values --> remove .
a. Choose kfold cv to choose the best model of each method
i. Eg. Regularised regression - best lambda and alpha
ii. Support vector Machines - best model with hyperparameters
iii. Random forest - parameters
b. Select overall best method - using performance of cv folds
a. Depicts predictive performance of best models of each method
b. Predictive accuracy
a. Interpret model, examine impt variables in each method - See what explains the variation in y
b. Examine effects of impt predictors
c. Diff methods may have diff impt variables
i. Eg. Simple models – regression and elastic net show variables 1 and 2 are impt, rsg = .25
ii. But random forest and support vector machines show 1 2 3 4 are impt, rsq = .75
iii. Means maybe have interaction or non linear reasons. Specify in simple models and see if it increases Rsq. Develop model and refine it
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