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

Exp 3 Flowchart

The document outlines a process for training a linear regression model using a dataset. It includes steps for reading and preprocessing the dataset, splitting it into training and testing sets, and evaluating the model's performance using Mean Squared Error (MSE) and Mean Absolute Error (MAE). The process continues until the MSE reaches a minimum before making predictions with the test data.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Exp 3 Flowchart

The document outlines a process for training a linear regression model using a dataset. It includes steps for reading and preprocessing the dataset, splitting it into training and testing sets, and evaluating the model's performance using Mean Squared Error (MSE) and Mean Absolute Error (MAE). The process continues until the MSE reaches a minimum before making predictions with the test data.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Start

Read Dataset

Preprocessing Dataset

Spilt the Dataset into test


and train

Train the Model using


Linear regression

Is MSE at min?
No

Yes

End training and Predict


using test data

calculate MSE and


MAE

End

You might also like