- The goal is to predict if a given wine is White or Red wine.
- The goal is to predict the quality of the wine.
Dataset: http://www3.dsi.uminho.pt/pcortez/wine/
Using an ExtraTreesClassifier:
- Weighted F1-score: 0.99676;
- Balanced Accuracy: 0.99484;
- Matthews Correlation Coefficient: 0.99129;
Using a Stacked classifier (ExtraTrees + KNN +LR):
- Weighted F1-score: 0.9906;
- Balanced Accuracy: 0.98092;
- Matthews Correlation Coefficient: 0.98878;
$ jupyter lab notebooks
Distributed under the MIT license. See LICENSE for details.