Skip to content

Commit

Permalink
Remove verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jun 26, 2024
1 parent 3c5a3a4 commit 16db1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/examples/example_reuse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@
"drlearner = DRLearner(\n",
" nuisance_model_factory=LGBMRegressor,\n",
" treatment_model_factory=LGBMRegressor,\n",
" nuisance_model_params={\"verbose\": -1},\n",
" treatment_model_params={\"verbose\": -1},\n",
" fitted_propensity_model=trained_propensity_model,\n",
" is_classification=False,\n",
" n_variants=2,\n",
Expand Down

0 comments on commit 16db1f4

Please sign in to comment.