A game theoretic approach to explain the output of any machine learning model.
-
Updated
Mar 30, 2022 - Jupyter Notebook
Problem:
_catboost.pyx in _catboost._set_features_order_data_pd_data_frame()
_catboost.pyx in _catboost.get_cat_factor_bytes_representation()
CatBoostError: Invalid type for cat_feature[non-default value idx=1,feature_idx=336]=2.0 : cat_features must be integer or string, real number values and NaN values should be converted to string.
Could you also print a feature name, not o
Yes
Laplace was added to the repo but I think we should add it as well to tests/test_distns.py
Add a description, image, and links to the gradient-boosting topic page so that developers can more easily learn about it.
To associate your repository with the gradient-boosting topic, visit your repo's landing page and select "manage topics."
Summary
mypy
shows some issues in LightGBM's Python package.mypy \ --exclude='python-package/compile/|python-package/build' \ --ignore-missing-imports \ python-package/
18 errors in 4 files (click me)