check if dataset is the problem
This commit is contained in:
parent
4b70c31b51
commit
66dcddd158
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -28,7 +28,7 @@ node {
|
|||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||||
sh './download_dataset.sh'
|
sh './download_dataset.sh'
|
||||||
archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'
|
archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,4 +1,4 @@
|
|||||||
kaggle datasets download -d sohier/crime-in-baltimore
|
kaggle datasets download -d aleksandrglotov/car-prices-poland
|
||||||
unzip crime-in-baltimore.zip
|
unzip crime-in-baltimore.zip
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user