add dataset
This commit is contained in:
parent
1651b94e33
commit
e5dbac817b
2
lab5/create/Jenkinsfile
vendored
2
lab5/create/Jenkinsfile
vendored
@ -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 .
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
BIN
lab5/create/smart-grid-stability.zip
Normal file
BIN
lab5/create/smart-grid-stability.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user