Skip to content

Commit

Permalink
Merge pull request #148 from nzw0301/add-missing-experimental
Browse files Browse the repository at this point in the history
Add missing experimental decorators to the comet integration
  • Loading branch information
not522 committed Aug 27, 2024
2 parents 605390c + 2de0e58 commit b326f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optuna_integration/comet/comet.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import json

import optuna
from optuna._experimental import experimental_class
from optuna.study.study import ObjectiveFuncType

from optuna_integration._imports import try_import
Expand All @@ -15,6 +16,7 @@
import comet_ml


@experimental_class("4.0.0")
class CometCallback:
"""
A callback for logging Optuna study trials to a Comet ML Experiment.
Expand Down

0 comments on commit b326f52

Please sign in to comment.