0% found this document useful (0 votes)
47 views1 page

123assignment I

The document provides instructions to combine 4 machine learning models into a single script that will: (1) generate 4 scatter plots comparing actual and predicted values for each model; (2) output actual and predicted values from all models to a single CSV file; (3) output evaluation metrics for each model to another CSV file including r, R, RMSE, and accuracy; and (4) save all models for future use.

Uploaded by

naman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views1 page

123assignment I

The document provides instructions to combine 4 machine learning models into a single script that will: (1) generate 4 scatter plots comparing actual and predicted values for each model; (2) output actual and predicted values from all models to a single CSV file; (3) output evaluation metrics for each model to another CSV file including r, R, RMSE, and accuracy; and (4) save all models for future use.

Uploaded by

naman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment 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

(iv) Save all the models for future use.

You might also like