Comment lab5 task
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
925b5e71ce
commit
a6a1825663
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ stages {
|
|||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}" ]) {
|
||||||
// Skrypt z lab 5 - prosta sieć neuronowa
|
// Skrypt z lab 5 - prosta sieć neuronowa
|
||||||
sh 'python3 linear_regression.py'
|
// sh 'python3 linear_regression.py'
|
||||||
// Wygenerowanie podziału danych
|
// Wygenerowanie podziału danych
|
||||||
sh 'python3 script.py'
|
sh 'python3 script.py'
|
||||||
// Stare skrypty bashowe do podziału zbioru
|
// Stare skrypty bashowe do podziału zbioru
|
||||||
|
0
Jenkinsfile_coop
Normal file
0
Jenkinsfile_coop
Normal file
Loading…
Reference in New Issue
Block a user