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

Function rmse

catboost/python-package/ut/medium/test.py:4731–4732  ·  view source on GitHub ↗
(yt, yp)

Source from the content-addressed store, hash-verified

4729
4730def test_shap_feature_rmse(task_type):
4731 def rmse(yt, yp):
4732 return np.absolute(yt - yp)
4733
4734 train_pool = Pool(TRAIN_FILE, column_description=CD_FILE)
4735 test_pool = Pool(TEST_FILE, column_description=CD_FILE)

Callers 1

test_shap_feature_rmseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected