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

Function test_generated_cox

catboost/python-package/ut/medium/test.py:2852–2861  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2850
2851
2852def test_generated_cox():
2853 _test_generated_metrics(
2854 'Cox',
2855 Pool(data=TRAIN_FILE, column_description=CD_FILE),
2856 Pool(data=TEST_FILE, column_description=CD_FILE),
2857 {
2858 'Cox': metrics.Cox()
2859 },
2860 "survival_regression"
2861 )
2862
2863
2864def test_generated_multiregression_metric_and_loss():

Callers

nothing calls this directly

Calls 2

PoolClass · 0.90
_test_generated_metricsFunction · 0.85

Tested by

no test coverage detected