Update MLflow server port
This commit is contained in:
parent
40f5aa05bc
commit
5a20ca0bb6
2
train.py
2
train.py
@ -20,7 +20,7 @@ import logging
|
|||||||
logging.basicConfig(level=logging.WARN)
|
logging.basicConfig(level=logging.WARN)
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
mlflow.set_tracking_uri("http://localhost:5001")
|
mlflow.set_tracking_uri("http://localhost:5000")
|
||||||
mlflow.set_experiment("s123456")
|
mlflow.set_experiment("s123456")
|
||||||
|
|
||||||
def eval_metrics(actual, pred):
|
def eval_metrics(actual, pred):
|
||||||
|
Loading…
Reference in New Issue
Block a user