fix eval
This commit is contained in:
parent
ce9ca84ddf
commit
7e548f8e6c
@ -35,10 +35,10 @@ pipeline {
|
||||
sh 'python3 ./src/evalScript.py'
|
||||
archiveArtifacts 'trainResults.csv, metrics.png'
|
||||
script {
|
||||
metric = sh (
|
||||
metric = sh '''
|
||||
script: 'tail -1 trainResults.csv',
|
||||
returnStdout: true
|
||||
).trim()
|
||||
).trim()'''
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -4,6 +4,6 @@ channels:
|
||||
- defaults
|
||||
dependencies:
|
||||
- python=3.9
|
||||
- tensorflow
|
||||
# - tensorflow
|
||||
- pandas
|
||||
- mlflow
|
||||
# - mlflow
|
Loading…
Reference in New Issue
Block a user