Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ _check_data
Function
_check_data
catboost/python-package/ut/medium/test.py:248–249 ·
view source on GitHub ↗
(data1, data2)
Source
from the content-addressed store, hash-verified
246
247
248
def
_check_data(data1, data2):
249
return
np.all(np.isclose(data1, data2, rtol=0.001, equal_nan=True))
250
251
252
def
_count_lines(afile):
Callers
15
test_save_model_multiregression
Function · 0.70
test_load_ndarray_vs_load_from_file
Function · 0.70
check
Function · 0.70
test_load_df_vs_load_from_file_multitarget
Function · 0.70
test_load_series
Function · 0.70
test_load_generated
Function · 0.70
test_load_dumps
Function · 0.70
test_pool_from_slices
Function · 0.70
test_convert_model_to_json
Function · 0.70
test_save_model
Function · 0.70
test_querywise
Function · 0.70
test_group_weight
Function · 0.70
Calls
1
all
Method · 0.45
Tested by
no test coverage detected