fix eval
Some checks failed
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-20 18:25:21 +02:00
parent ce9ca84ddf
commit 7e548f8e6c
2 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,10 @@ pipeline {
sh 'python3 ./src/evalScript.py' sh 'python3 ./src/evalScript.py'
archiveArtifacts 'trainResults.csv, metrics.png' archiveArtifacts 'trainResults.csv, metrics.png'
script { script {
metric = sh ( metric = sh '''
script: 'tail -1 trainResults.csv', script: 'tail -1 trainResults.csv',
returnStdout: true returnStdout: true
).trim() ).trim()'''
} }
} }

View File

@ -4,6 +4,6 @@ channels:
- defaults - defaults
dependencies: dependencies:
- python=3.9 - python=3.9
- tensorflow # - tensorflow
- pandas - pandas
- mlflow # - mlflow