Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ n_features_in_
Method
n_features_in_
catboost/python-package/catboost/core.py:2077–2078 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2075
2076
@property
2077
def
n_features_in_(self):
2078
return
getattr(self,
'_n_features_in'
)
if
self.is_fitted()
else
None
2079
2080
@property
2081
def
feature_names_(self):
Callers
nothing calls this directly
Calls
2
is_fitted
Method · 0.95
getattr
Function · 0.85
Tested by
no test coverage detected