Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsalinshahi/wine-quantity-prediction
This program predict the quality of wine on the basis of given features. We use the wine quality dataset available on Internet for free. This dataset has the fundamental features which are responsible for affecting the quality of the wine. By the use of several Machine learning models, we will predict the quality of the wine.
https://github.com/mrsalinshahi/wine-quantity-prediction
Last synced: about 21 hours ago
JSON representation
This program predict the quality of wine on the basis of given features. We use the wine quality dataset available on Internet for free. This dataset has the fundamental features which are responsible for affecting the quality of the wine. By the use of several Machine learning models, we will predict the quality of the wine.
- Host: GitHub
- URL: https://github.com/mrsalinshahi/wine-quantity-prediction
- Owner: mrsalinshahi
- Created: 2024-07-15T19:25:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T13:17:04.000Z (4 months ago)
- Last Synced: 2024-07-21T14:44:00.396Z (4 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Required libraries:
- Pandas
- Numpy
- Seaborn/Matplotlib
- Sklearn
- XGBoost
- warning (optional)