Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
_main
Function · 0.45
build_shared_lib_with_ya
Function · 0.45
postprocess_after_ya
Function · 0.45
_main
Function · 0.45
_run_javah
Function · 0.45
make_wheel
Function · 0.45
test_load_df_vs_load_from_file
Function · 0.45
_test_generated_losses
Function · 0.45
test_copy_model
Function · 0.45
test_cv_with_cat_features_param
Function · 0.45
test_cv_return_models
Function · 0.45
Calls
1
__copy__
Method · 0.95
Tested by
15
test_load_df_vs_load_from_file
Function · 0.36
_test_generated_losses
Function · 0.36
test_copy_model
Function · 0.36
test_cv_with_cat_features_param
Function · 0.36
test_cv_return_models
Function · 0.36
test_eval_set_with_nans
Function · 0.36
test_model_sum_and_init_with_differing_nan_processing_strategy
Function · 0.36
test_set_cat_features_in_init
Function · 0.36
assert_sum_models_equal_sliced_copies
Function · 0.36
test_model_comparison
Function · 0.36
test_grow_policy_fails
Function · 0.36
test_continue_learning_with_changing_dataset
Function · 0.36