Add prediction from other student
This commit is contained in:
parent
284aeb7c47
commit
301151eaa8
@ -16,6 +16,8 @@ pipeline {
|
|||||||
stage('copyArtifacts') {
|
stage('copyArtifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
|
sh "rm -rf movies_imdb"
|
||||||
|
sh "python3 lab08_mfl.py"
|
||||||
sh "python3 lab06_training.py ${epochs}"
|
sh "python3 lab06_training.py ${epochs}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user