Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nirmalyabag20/wine-quality-prediction-machine-learning

This project analyzes the chemical properties of wines to identify key factors influencing quality. By leveraging machine learning techniques, i aim to develop predictive models that accurately classify wine quality, providing valuable insights for producers and enthusiasts alike.
https://github.com/nirmalyabag20/wine-quality-prediction-machine-learning

k-neighbors-classifier logistic-regression machine-learning matplotlib numpy pandas python random-forest seaborn svc

Last synced: 10 days ago
JSON representation

This project analyzes the chemical properties of wines to identify key factors influencing quality. By leveraging machine learning techniques, i aim to develop predictive models that accurately classify wine quality, providing valuable insights for producers and enthusiasts alike.

Awesome Lists containing this project

README

        

Wine Quality Prediction

Overview~

This project leverages machine learning to predict the quality of wine based on its physicochemical properties. The objective is to develop a robust classification model that aids in determining wine quality, offering value to vintners, distributors, and consumers alike.

Tools~

Python, NumPy, pandas, scikit-learn, matplotlib, seaborn

Approach~

• Data Preprocessing: Cleaned and standardized data for model training.

• EDA: Visualized relationships between chemical features and wine quality.

• Modeling: Tested RandomForestClassifier model.

• Evaluation: Assessed models using accuracy_score.

Results~

• Model: RandomForestClassifier model with 90% accuracy

• Insights: Key factors like alcohol and acidity affect wine quality.