This commit is contained in:
s444501 2022-04-02 22:34:08 +02:00
parent 0b1540f519
commit e3babb5cd0
2 changed files with 4 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -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'

View File

@ -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ć