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

https://github.com/gokulnpc/wine-quality-prediction

This web app is created to predict the quality of red wine based on the input features. The model is trained using the Random Forest Classifier algorithm.
https://github.com/gokulnpc/wine-quality-prediction

classification-model machine-learning random-forest-classifier stream

Last synced: about 2 months ago
JSON representation

This web app is created to predict the quality of red wine based on the input features. The model is trained using the Random Forest Classifier algorithm.

Awesome Lists containing this project

README

        

# Wine Quality Prediction

This web app is created to predict the quality of red wine based on the input features.
The model is trained using the Random Forest Classifier algorithm.
The dataset consists of 11 input features and 1 output feature. The input features are:
1. fixed acidity
2. volatile acidity
3. citric acid
4. residual sugar
5. chlorides
6. free sulfur dioxide
7. total sulfur dioxide
8. density
9. pH
10. sulphates
11. alcohol
The output feature is the quality of the wine, which is a binary variable (0 or 1).

image

image

image