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 8f2cbe7 commit b72899eCopy full SHA for b72899e
src/quant_research_starter/tuning/__init__.py
@@ -1,5 +1,5 @@
1
"""Hyperparameter tuning with Optuna."""
2
3
-from .optuna_runner import OptunaRunner
+from .optuna_runner import OptunaRunner, create_backtest_objective
4
5
-__all__ = ["OptunaRunner"]
+__all__ = ["OptunaRunner", "create_backtest_objective"]
0 commit comments