Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vncsmyrnk/modelling-wine-classes
Study of wine classifications
https://github.com/vncsmyrnk/modelling-wine-classes
Last synced: 11 days ago
JSON representation
Study of wine classifications
- Host: GitHub
- URL: https://github.com/vncsmyrnk/modelling-wine-classes
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2024-04-01T14:32:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T17:22:52.000Z (8 months ago)
- Last Synced: 2024-04-02T17:55:53.708Z (8 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 3.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![scikit-learn](https://img.shields.io/badge/scikit--learn-%23F7931E.svg?style=for-the-badge&logo=scikit-learn&logoColor=white)
![Matplotlib](https://img.shields.io/badge/Matplotlib-%23ffffff.svg?style=for-the-badge&logo=Matplotlib&logoColor=black)
![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge&logo=pandas&logoColor=white)
![Kaggle](https://img.shields.io/badge/Kaggle-035a7d?style=for-the-badge&logo=kaggle&logoColor=white)# Predicting wine classes
This project aims to develop a machine learning model for predicting wine types (classes) based on a set of analytical characteristics. The model will learn from historical data to identify patterns between the features (e.g., acidity, alcohol content) and the corresponding wine class.
We will explore and compare different machine learning algorithms suitable for classification tasks. Common choices include Support Vector Machines (SVM), Random Forests, or Logistic Regression.
This notebook will serve as a record of our exploration and development process as we build a machine learning model for wine classification.
The data is available at scikit-learn.org.
The final report is included on [this notebook](https://github.com/vncsmyrnk/modelling-wine-classes/blob/f710c10b68507d0b3e4074f2ec52a61ada604081/modelling-wine-classification.ipynb). It is also available at [Kaggle](https://www.kaggle.com/code/vinciusmayrink/predicting-wine-classes-with-scikit-learn)