123assignment I
123assignment I
Q1. Combine all the models the four models into single script that perform following operations:
(i) Generate four scatter plots for each models between actual and predicted values.
(ii) Generate single csv file for actual and predicted from all the models:
Actual DecisionTress Linear Model RandomForest Neural Network
2.4 1.6 3.2 2.0 1.09
0.5 3.2 6.7 2.1 1.2
(iii) Generate single csv file for evaluation result of each model
Model r R RMSE Acc
DecisionTree
Linear Model
RandomForest
Neural Network