add dataset

This commit is contained in:
jakubknczny 2021-05-15 15:05:42 +02:00
parent 1651b94e33
commit e5dbac817b
3 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,7 @@ pipeline {
sh ''' sh '''
cp ./lab5/create/script.sh . cp ./lab5/create/script.sh .
cp ./lab5/create/create_dataset.py . cp ./lab5/create/create_dataset.py .
cp ./lab5/create/Dockerfile . cp ./lab5/create/smart-grid-stability.zip .
cp ./lab5/create/requirements.txt . cp ./lab5/create/requirements.txt .
''' '''
} }

View File

@ -1,8 +1,5 @@
#!/bin/bash #!/bin/bash
kaggle datasets download -d 'pcbreviglieri/smart-grid-stability'
ls -lah
ls -lah lab5/create
unzip smart-grid-stability.zip unzip smart-grid-stability.zip
python3 create_dataset.py python3 create_dataset.py

Binary file not shown.