Skip to content

ankit013/Catboost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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