Change name of the experiment
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit
to avoid colision with deleted one
This commit is contained in:
parent
af2c3ae5d4
commit
253e44450f
2
train.py
2
train.py
@ -21,7 +21,7 @@ logging.basicConfig(level=logging.WARN)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
mlflow.set_tracking_uri("http://172.17.0.1:5000")
|
||||
mlflow.set_experiment("s123456-new")
|
||||
mlflow.set_experiment("s123456-2023")
|
||||
|
||||
def eval_metrics(actual, pred):
|
||||
rmse = np.sqrt(mean_squared_error(actual, pred))
|
||||
|
Loading…
Reference in New Issue
Block a user