forked from s464914/ium_464914
cutoff change
This commit is contained in:
parent
c096796a9a
commit
c8725cd7c7
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -11,18 +11,13 @@ pipeline {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage('Cleanup') {
|
||||
steps {
|
||||
sh 'rm -rf artifacts'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
|
||||
sh 'bash ./get_dataset.sh ${params.CUTOFF}'
|
||||
archiveArtifacts artifacts: 'artifacts/*', onlyIfSuccessful: true
|
||||
sh 'bash ./get_dataset.sh 100'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
45717
artifacts/meteorite-landings.csv
Normal file
45717
artifacts/meteorite-landings.csv
Normal file
File diff suppressed because it is too large
Load Diff
0
artifacts/meteorite_test.csv
Normal file
0
artifacts/meteorite_test.csv
Normal file
|
0
artifacts/meteorite_train.csv
Normal file
0
artifacts/meteorite_train.csv
Normal file
|
0
artifacts/meteorite_validation.csv
Normal file
0
artifacts/meteorite_validation.csv
Normal file
|
0
artifacts/shuffled-meteorite-landings.csv
Normal file
0
artifacts/shuffled-meteorite-landings.csv
Normal file
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
pip install kaggle --upgrade
|
||||
kaggle datasets download -d nasa/meteorite-landings
|
||||
#pip install kaggle --upgrade
|
||||
#kaggle datasets download -d nasa/meteorite-landings
|
||||
|
||||
unzip -o meteorite-landings.zip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user