MCPcopy Create free account
hub / github.com/catboost/catboost / explain_features

Function explain_features

catboost/python-package/catboost/monoforest.py:26–28  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

24
25
26def explain_features(model):
27 _check_model(model)
28 return _catboost.explain_features(model._object)
29
30
31def calc_features_strength(model):

Callers 2

calc_features_strengthFunction · 0.85
plot_pdpFunction · 0.85

Calls 1

_check_modelFunction · 0.85

Tested by

no test coverage detected