Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
f05b311ca4
commit
066cf05d69
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -37,8 +37,8 @@ node {
|
|||||||
}
|
}
|
||||||
stage('Cut data') {
|
stage('Cut data') {
|
||||||
withEnv(["CUTOFF=${params.CUTOFF}"]) {
|
withEnv(["CUTOFF=${params.CUTOFF}"]) {
|
||||||
sh '''kaggle datasets download -d aleksandrglotov/car-prices-poland
|
sh '''git clone https://git.wmi.amu.edu.pl/s452662/zbior_ium.git
|
||||||
unzip -o car-prices-poland.zip
|
cd zbior_ium
|
||||||
wc -l Car_Prices_Poland_Kaggle.csv
|
wc -l Car_Prices_Poland_Kaggle.csv
|
||||||
head -n 11793 Car_Prices_Poland_Kaggle.csv > cars_test.csv
|
head -n 11793 Car_Prices_Poland_Kaggle.csv > cars_test.csv
|
||||||
head -n 23586 Car_Prices_Poland_Kaggle.csv | tail -11793 > cars_dev.csv
|
head -n 23586 Car_Prices_Poland_Kaggle.csv | tail -11793 > cars_dev.csv
|
||||||
|
Loading…
Reference in New Issue
Block a user