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

Method is_fitted

catboost/python-package/catboost/core.py:1803–1804  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1801 return self.__copy__()
1802
1803 def is_fitted(self):
1804 return getattr(self, '_random_seed', None) is not None
1805
1806 def _is_comparable_to(self, rhs):
1807 if not isinstance(rhs, _CatBoostBase):

Callers 15

__getstate__Method · 0.95
get_test_evalMethod · 0.95
get_test_evalsMethod · 0.95
_save_modelMethod · 0.95
_save_bordersMethod · 0.95
_get_bordersMethod · 0.95
_get_nan_treatmentsMethod · 0.95
tree_count_Method · 0.95
random_seed_Method · 0.95
learning_rate_Method · 0.95
n_features_in_Method · 0.95
feature_names_Method · 0.95

Calls 1

getattrFunction · 0.85