Linear Regression
Estimates wine quality as a number from 0 to 10.
Prediction
4.24 / 10 Absolute error: 0.76Live training
Final model: cached ridge weights- Epoch
- 5
- Selected features
- 11
- Progress
- 100%
- fixed acidity +0.08
- volatile acidity -0.21
- citric acid -0.06
- residual sugar +0.03
- chlorides -0.11
- free sulfur dioxide +0.04
- total sulfur dioxide -0.1
- density -0.08
- pH -0.06
- sulphates +0.18
- alcohol +0.26
Metrics
Test Accuracy 85%
Test F1 0.42
Balanced Acc 64%
Accuracy +/-1 90%
Test MAE 0.51
Feature weights
- fixed acidity +0.08
- volatile acidity -0.21
- citric acid -0.06
- residual sugar +0.03
- chlorides -0.11
- free sulfur dioxide +0.04
- total sulfur dioxide -0.1
- density -0.08
- pH -0.06
- sulphates +0.18
- alcohol +0.26