mollyc123 commited on
Commit
f904e3a
·
verified ·
1 Parent(s): 222eab5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -10,6 +10,8 @@ This model is made for assignment purposes and is not ready to be used in produc
10
 
11
  I used the scikit-learn linear regression model for this data by first splitting it into 80% training and 20% testing data, and then 75%/25% split again. The target value is quality and there are 11 numeric features. Evaluation metrics used are MSE and r2 score.
12
 
 
 
13
 
14
  ### Model Plot
15
 
 
10
 
11
  I used the scikit-learn linear regression model for this data by first splitting it into 80% training and 20% testing data, and then 75%/25% split again. The target value is quality and there are 11 numeric features. Evaluation metrics used are MSE and r2 score.
12
 
13
+ ## Plots
14
+ ![Alt text](plot.png "Residuals Text")
15
 
16
  ### Model Plot
17