Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Required libraries:
- Pandas
- Numpy
- Seaborn/Matplotlib
- Sklearn
- XGBoost
- warning (optional)