https://github.com/uea-geral/wine-classification-exercise
🍷 A repository to compare KNN and SVM models for wine classification task
https://github.com/uea-geral/wine-classification-exercise
ai classification-problem machine-learning numy pandas python sklearn
Last synced: 2 months ago
JSON representation
🍷 A repository to compare KNN and SVM models for wine classification task
- Host: GitHub
- URL: https://github.com/uea-geral/wine-classification-exercise
- Owner: uea-geral
- Created: 2025-01-17T10:05:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T22:46:36.000Z (over 1 year ago)
- Last Synced: 2025-01-17T23:18:32.189Z (over 1 year ago)
- Topics: ai, classification-problem, machine-learning, numy, pandas, python, sklearn
- Language: Jupyter Notebook
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wine Classification
This project aims to compare different classification models for the problem of wine classification.
[Click here](./Wine_Classification.ipynb) to see the notebook.
- [environment.yml](./environment.yml): Anaconda environment with all dependencies specifications
## Author
- Gabriel Dos Santos Lima - [@gabrielSantosLima](https://github.com/gabrielSantosLima)