test
This commit is contained in:
parent
0b1540f519
commit
e3babb5cd0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -37,7 +37,7 @@ pipeline {
|
||||
sh 'chmod u+x download.sh'
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}"]) {
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
// sh './download.sh'
|
||||
sh './download.sh'
|
||||
sh "python ium-data.py"
|
||||
}
|
||||
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
|
||||
|
@ -24,9 +24,9 @@ def column_stat(analyzed_set, column_name):
|
||||
|
||||
|
||||
# Pobieranie danych
|
||||
api = KaggleApi()
|
||||
api.authenticate()
|
||||
api.dataset_download_files('arushchillar/disneyland-reviews', unzip=True)
|
||||
#api = KaggleApi()
|
||||
#api.authenticate()
|
||||
#api.dataset_download_files('arushchillar/disneyland-reviews', unzip=True)
|
||||
disney = pd.read_csv('DisneylandReviews.csv', encoding='latin-1')
|
||||
|
||||
# Nie zauważyłem w pliku żadnych artefaktów, które trzeba wyczyścić
|
||||
|
Loading…
Reference in New Issue
Block a user