changed Jenkinsfile

This commit is contained in:
s464953 2024-03-25 20:03:27 +01:00
parent 68cd5059bf
commit 3f483aaca1
2 changed files with 3 additions and 5 deletions

2
Jenkinsfile vendored
View File

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

View File

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