changed Jenkinsfile
This commit is contained in:
parent
68cd5059bf
commit
3f483aaca1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline {
|
||||
agent any
|
||||
|
||||
parameters {
|
||||
string(name: 'KAGGLE_USERNAME', defaultValue: '', description: 'Kaggle username')
|
||||
string(name: 'KAGGLE_USERNAME', defaultValue: 'gulczas', description: 'Kaggle username')
|
||||
password(name: 'KAGGLE_KEY', defaultValue: '', description: 'Kaggle API key')
|
||||
}
|
||||
|
||||
|
@ -2,11 +2,9 @@
|
||||
|
||||
pip install kaggle --upgrade
|
||||
|
||||
kaggle datasets download -d thedevastator/1-5-million-beer-reviews-from-beer-advocate
|
||||
kaggle datasets download -d gulczas/spotify-dataset
|
||||
|
||||
unzip top-200-spotify-songs-dataset.zip
|
||||
|
||||
shuf Spotify-200-Songs.csv -o shuffled_spotify.csv
|
||||
shuf Spotify_Dataset.csv -o shuffled_spotify.csv
|
||||
|
||||
head -n 100 shuffled_spotify.csv > subset1.csv
|
||||
tail -n 100 shuffled_spotify.csv > subset2.csv
|
||||
|
Loading…
Reference in New Issue
Block a user