Skip to content

Commit

Permalink
Update test_sklearn_propensity_model.py
Browse files Browse the repository at this point in the history
Signed-off-by: AlxdrPolyakov <[email protected]>
  • Loading branch information
AlxdrPolyakov authored Sep 9, 2024
1 parent 2e2492e commit 7ab640f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/causaltune/test_sklearn_propensity_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_sklearn_propensity_model(self):
verbose=3,
components_verbose=2,
resources_per_trial={"cpu": 0.5},
outcome_model="auto",
)

ct.fit(data)
Expand All @@ -61,6 +62,7 @@ def test_sklearn_propensity_model_multivalue(self):
estimator_list="all",
num_samples=len(estimator_list),
components_time_budget=10,
outcome_model="auto",
)
ct.fit(data)
# TODO add an effect() call and an effect_tt call
Expand Down

0 comments on commit 7ab640f

Please sign in to comment.