Update README.md
Browse files
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 |
+

|
| 15 |
|
| 16 |
### Model Plot
|
| 17 |
|