Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 767 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 767 Bytes

Catboost

Implementing Catboost

CatBoost is a machine learning algorithm that uses gradient boosting on decision trees. It is available as an open source library.It is a powerfull library build by Yandex community. This note book deals with indepth understanding of how to implement the catboost algorithm on the data and improving the accuracy of the model.

A breif discussion on the installation in python and understanding the features are covered under this notebook.

SHAP values

SHapely Additive exPlanations https://towardsdatascience.com/explain-your-model-with-the-shap-values-bc36aac4de3d

References

https://catboost.ai/docs/concepts/about.html

Explanation on Parameters

https://catboost.ai/docs/concepts/python-reference_parameters-list.html