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

https://github.com/mugambi645/wine-quality-classifier

Wine quality prediction with xgboost library
https://github.com/mugambi645/wine-quality-classifier

confusion-matrix gradient-boosting gradient-descent weak-learners wine-quality xgboost xgboost-classifier

Last synced: 2 months ago
JSON representation

Wine quality prediction with xgboost library

Awesome Lists containing this project

README

        

# wine-quality-classifier

- Wine quality classifier using xgboost library.
- XGBoost builds models by combining weak learners (decision trees) into a strong learner through an additive process, optimizing the model using gradient descent.
- Confusion matrix to compute accuracy
- You need basic understanding of vector calculus, partial derivatives and gradient descent for a conceptual understanding of gradient boosting