Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
def
explain_features(model):
27
_check_model(model)
28
return
_catboost.explain_features(model._object)
29
30
31
def
calc_features_strength(model):
Callers
2
calc_features_strength
Function · 0.85
plot_pdp
Function · 0.85
Calls
1
_check_model
Function · 0.85
Tested by
no test coverage detected