Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ tree_count_
Method
tree_count_
catboost/python-package/catboost/core.py:2065–2066 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2063
2064
@property
2065
def
tree_count_(self):
2066
return
getattr(self,
'_tree_count'
)
if
self.is_fitted()
else
None
2067
2068
@property
2069
def
random_seed_(self):
Callers
nothing calls this directly
Calls
2
is_fitted
Method · 0.95
getattr
Function · 0.85
Tested by
no test coverage detected