mlflow
Some checks failed
s444501-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444501 2022-05-13 01:25:39 +02:00
parent 8eca92baef
commit 8baf4b0f57
2 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,7 @@ import pandas as pd
# MLFlow 1
mlflow.set_experiment("s444501")
mlflow.set_tracking_uri("http://172.17.0.1:5000")
# Parametry z konsoli

View File

@ -1,6 +1,9 @@
pipeline {
agent {
docker {image 'zadanie'}
docker {
image 'zadanie'
args '-v /mlruns:/mlruns'
}
}
parameters {
buildSelector(