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