again
This commit is contained in:
parent
2dda6f35f5
commit
070d4b1fd7
@ -95,7 +95,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"kaggle.api.authenticate()\n",
|
"kaggle.api.authenticate()\n",
|
||||||
"kaggle.api.dataset_download_files('iabhishekofficial/mobile-price-classification', path='./', unzip=True)"
|
"kaggle.api.dataset_download_files('iabhishekofficial/mobile-price-classification', path='.', unzip=True)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -26,7 +26,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withEnv(["KAGGLE_USERNAME=${KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${KAGGLE_KEY}" ]) {
|
||||||
sh 'jupyter execute Data_download.ipynb'
|
sh 'jupyter nbconvert --to python Data_download.ipynb'
|
||||||
|
sh 'python3 Data_download.py'
|
||||||
archiveArtifacts artifacts: 'test.csv,train.csv', followSymlinks: false
|
archiveArtifacts artifacts: 'test.csv,train.csv', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user