We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303a1bb commit 1ab7843Copy full SHA for 1ab7843
doubleml/double_ml.py
@@ -744,7 +744,7 @@ def tune(
744
"""
745
Hyperparameter-tuning for DoubleML models.
746
747
- .. deprecated::
+ .. deprecated:: 0.13.0
748
The ``tune`` method using grid/randomized search is maintained for backward compatibility.
749
For more efficient hyperparameter optimization, use :meth:`tune_ml_models` with Optuna,
750
which provides Bayesian optimization and better performance.
0 commit comments