This commit is contained in:
Jakub Zaręba 2023-05-10 19:57:17 +02:00
parent cf89b66ba2
commit 051bdb2f9e
2 changed files with 2 additions and 2 deletions

View File

@ -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') {

View File

@ -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') {