File size: 332 Bytes
a548f7b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Wine Classification Model
This is a machine learning model trained on the UCI Wine dataset to classify wine into three classes.
## Model Details
- Task: Classification
- Framework: Scikit-learn
- Algorithm: Random Forest
- Input: 13 numerical features
- Output: Wine class (0, 1, 2)
## Dataset
UCI Wine Dataset
## License
MIT
|