fix eval
This commit is contained in:
parent
ce9ca84ddf
commit
7e548f8e6c
@ -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()'''
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,6 @@ channels:
|
|||||||
- defaults
|
- defaults
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.9
|
- python=3.9
|
||||||
- tensorflow
|
# - tensorflow
|
||||||
- pandas
|
- pandas
|
||||||
- mlflow
|
# - mlflow
|
Loading…
Reference in New Issue
Block a user