This commit is contained in:
Jakub Zaręba 2023-05-10 17:08:50 +02:00
parent f7d99afe2f
commit cca5f3ea56

View File

@ -11,7 +11,7 @@ pipeline {
stages {
stage('Preparation') {
steps {
sh 'pip install pandas tensorflow'
sh 'pip install pandas tensorflow scikit-learn imbalanced-learn'
}
}
stage('Pobierz dane') {
@ -35,4 +35,4 @@ pipeline {
}
}
}
}
}