From 5e5c498ebf94b51c866ee3f74d479ec24b9155b4 Mon Sep 17 00:00:00 2001 From: Shinichi Hemmi <50256998+Alnusjaponica@users.noreply.github.com> Date: Sat, 21 Oct 2023 09:22:03 +0900 Subject: [PATCH] Update link to reference --- optuna/integration/fastaiv1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optuna/integration/fastaiv1.py b/optuna/integration/fastaiv1.py index d9d988c9c4..878f8991b8 100644 --- a/optuna/integration/fastaiv1.py +++ b/optuna/integration/fastaiv1.py @@ -50,7 +50,7 @@ class FastAIV1PruningCallback(TrackerCallback): Args: learn: - `fastai.basic_train.Learner `_. + `fastai.basic_train.Learner `_. trial: A :class:`~optuna.trial.Trial` corresponding to the current evaluation of the objective function.