Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 95071b7

Browse files
authored
Import mlflow integration from new air.integrations module (#264)
* Import from new air.integrations module Signed-off-by: Justin Yu <justinvyu@anyscale.com> * dummy commit to relaunch ci Signed-off-by: Justin Yu <justinvyu@anyscale.com> * dummy commit to launch CI Signed-off-by: Justin Yu <justinvyu@anyscale.com> * Use master wheel to make sure CI passes Signed-off-by: Justin Yu <justinvyu@anyscale.com> * Revert "Use master wheel to make sure CI passes" This reverts commit e408ed8. Signed-off-by: Justin Yu <justinvyu@anyscale.com> --------- Signed-off-by: Justin Yu <justinvyu@anyscale.com>
1 parent ff4e5f6 commit 95071b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tune_sklearn/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from ray.tune.logger import (Logger, JsonLoggerCallback, CSVLoggerCallback,
1515
TBXLoggerCallback, LegacyLoggerCallback,
1616
LoggerCallback)
17-
from ray.tune.integration.mlflow import MLflowLoggerCallback
17+
from ray.air.integrations.mlflow import MLflowLoggerCallback
1818

1919
try:
2020
from ray.tune.stopper import MaximumIterationStopper

0 commit comments

Comments
 (0)