Skip to content

Commit 85eea17

Browse files
committed
Update example.
1 parent d04be01 commit 85eea17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

comet/comet_callback.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"""
1717

1818
import comet_ml
19+
from comet_ml import login
1920
import optuna
2021
from optuna_integration.comet import CometCallback
2122

@@ -27,6 +28,8 @@
2728
from sklearn.model_selection import train_test_split
2829

2930

31+
login()
32+
3033
# Start the experiment using comet_ml.start()
3134
experiment = comet_ml.start()
3235

0 commit comments

Comments
 (0)