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

Method copy

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

Source from the content-addressed store, hash-verified

1798 return not self._is_comparable_to(other) or self._object != other._object
1799
1800 def copy(self):
1801 return self.__copy__()
1802
1803 def is_fitted(self):
1804 return getattr(self, '_random_seed', None) is not None

Callers 15

generate.pyFile · 0.45
_mainFunction · 0.45
build_shared_lib_with_yaFunction · 0.45
postprocess_after_yaFunction · 0.45
_mainFunction · 0.45
_run_javahFunction · 0.45
make_wheelFunction · 0.45
_test_generated_lossesFunction · 0.45
test_copy_modelFunction · 0.45
test_cv_return_modelsFunction · 0.45

Calls 1

__copy__Method · 0.95