Skip to content

Commit

Permalink
set lower assert metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rinchin committed Feb 28, 2025
1 parent 2be88a6 commit 44e4a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_automl/test_presets/test_uplift.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_fit_predict(self, uplift_data_train_test, sampled_app_roles, binary_tas
# Perfect = 0.09438

# checks
assert roc_auc_treatment > 0.69 # 0.69535
assert roc_auc_control > 0.72 # 0.73022
assert roc_auc_treatment > 0.68 # 0.69535
assert roc_auc_control > 0.71 # 0.73022

# check_pickling(autouplift, ho_score, binary_task, test, target_name)

0 comments on commit 44e4a46

Please sign in to comment.