Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 445 Bytes

Linear_Regression_Repository2

Linear_Regression_Practical_Salary Objective : Build a simple linear regression model by performing EDA and do necessary transformations and select the best model using Python. The dataset which is shared - Delivery Time.

Solution : 1.Data Pre-processing Steps. 2. Fitting the MLR model to the training set. 3. Predicting the result of the test set.

Result : The r2 score tells that our model is 92% accurate.