mount mlruns
444507-training/pipeline/head There was a failure building this commit Details
s444507-predict-s444356/pipeline/head This commit looks good Details
s444507-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
Adam Wojdyla 2022-05-16 09:11:55 +02:00
parent fad30cde27
commit 66a3ed2247
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@ -155,3 +155,7 @@ kaggle.json
Car_Prices_Poland_Kaggle*
CarPrices*
IUM08/*
mlruns/*
my_model
.DS_store
*.db

View File

@ -1,9 +1,10 @@
pipeline {
agent {
docker { image 's444507_create_dataset_image:latest' }
args '-v /mlruns:/mlruns'
}
parameters {
string(name: 'epoch', defaultValue: '1000', description: 'Number of epochs to train model.')
string(name: 'epoch', defaultValue: '100', description: 'Number of epochs to train model.')
}
stages {
stage('Get arifacts') {

View File

@ -2,7 +2,6 @@ name: s444507
docker_env:
image: adamwojdyla
volumes: ["/mlflow/tmp/mlruns"]
entry_points:
main: