(yt, yp)
| 4729 | |
| 4730 | def 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) |
no outgoing calls
no test coverage detected