s
This commit is contained in:
parent
cf89b66ba2
commit
051bdb2f9e
@ -11,7 +11,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Preparation') {
|
||||
steps {
|
||||
sh 'pip install pandas tensorflow scikit-learn imbalanced-learn'
|
||||
sh 'pip install pandas tensorflow scikit-learn imbalanced-learn sacred'
|
||||
}
|
||||
}
|
||||
stage('Pobierz dane') {
|
||||
|
@ -23,7 +23,7 @@ pipeline {
|
||||
}
|
||||
stage('Przygotowanie') {
|
||||
steps {
|
||||
sh 'pip install pandas tensorflow scikit-learn matplotlib'
|
||||
sh 'pip install pandas tensorflow scikit-learn matplotlib sacred'
|
||||
}
|
||||
}
|
||||
stage('Ewaluuj model') {
|
||||
|
Loading…
Reference in New Issue
Block a user