Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ get_metadata
Method
get_metadata
catboost/python-package/catboost/core.py:2061–2062 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2059
return
isinstance(maybe_loss_function, MultiTargetCustomObjective)
2060
2061
def
get_metadata(self):
2062
return
self._object._get_metadata_wrapper()
2063
2064
@property
2065
def
tree_count_(self):
Callers
13
test_fit_from_file
Function · 0.80
test_get_metadata_notrain
Function · 0.80
test_metadata
Function · 0.80
set_probability_threshold
Method · 0.80
test_model_metadata
Function · 0.80
test_extract_multiclass_labels_from_class_names
Function · 0.80
test_save_class_labels_from_data
Function · 0.80
test_apply_multiclass_labels_from_data
Function · 0.80
test_save_and_apply_multiclass_labels_from_classes_count
Function · 0.80
test_set_class_names_implicitly
Function · 0.80
test_multiclass_model_backward_compatibility
Function · 0.80
test_extract_multiclass_labels_from_class_names
Function · 0.80
Calls
no outgoing calls
Tested by
12
test_fit_from_file
Function · 0.64
test_get_metadata_notrain
Function · 0.64
test_metadata
Function · 0.64
test_model_metadata
Function · 0.64
test_extract_multiclass_labels_from_class_names
Function · 0.64
test_save_class_labels_from_data
Function · 0.64
test_apply_multiclass_labels_from_data
Function · 0.64
test_save_and_apply_multiclass_labels_from_classes_count
Function · 0.64
test_set_class_names_implicitly
Function · 0.64
test_multiclass_model_backward_compatibility
Function · 0.64
test_extract_multiclass_labels_from_class_names
Function · 0.64
test_save_and_apply_multiclass_labels_from_classes_count
Function · 0.64