added data2
s444507-dvc/pipeline/head There was a failure building this commit Details
s444507-predict-s444356/pipeline/head This commit looks good Details
s444507-evaluation/pipeline/head This commit looks good Details
444507-training/pipeline/head This commit looks good Details

This commit is contained in:
Adam Wojdyla 2022-06-05 13:58:37 +02:00
parent cecb8f800f
commit 220b2c2b12
7 changed files with 9318 additions and 9269 deletions

4
data/.gitignore vendored
View File

@ -1 +1,5 @@
/prepared
/Car_Prices_Poland_Kaggle_test.csv
/Car_Prices_Poland_Kaggle_train.csv
/Car_Prices_Poland_Kaggle_dev.csv
/Car_Prices_Poland_Kaggle.csv

View File

@ -1,4 +1,4 @@
outs:
- md5: d871b8e809aa6dc34ed112655c72b706
size: 1649297
- md5: 113fad808a17e2aa5131832ecaa2e640
size: 1647374
path: Car_Prices_Poland_Kaggle_dev.csv

View File

@ -1,4 +1,4 @@
outs:
- md5: d871b8e809aa6dc34ed112655c72b706
size: 1649297
- md5: 113fad808a17e2aa5131832ecaa2e640
size: 1647374
path: Car_Prices_Poland_Kaggle_test.csv

View File

@ -1,4 +1,4 @@
outs:
- md5: eea2944b722fa2b8360a798a58812112
size: 6597679
- md5: dd41429d2b3285cc85b94a9b0ec8cf91
size: 6597186
path: Car_Prices_Poland_Kaggle_train.csv

29
dvc.lock Normal file
View File

@ -0,0 +1,29 @@
schema: '2.0'
stages:
prepare:
cmd: python3 script_prepare.py data/Car_Prices_Poland_Kaggle.csv
deps:
- path: data/Car_Prices_Poland_Kaggle.csv
md5: 9170e9b525149cb1f571f318cd604913
size: 9894367
- path: script_prepare.py
md5: f1dfe33a503f5acc687c53dee448f71b
size: 1899
train:
cmd: python3 lab05_deepLearning.py 70
deps:
- path: data/Car_Prices_Poland_Kaggle_dev.csv
md5: 113fad808a17e2aa5131832ecaa2e640
size: 1647374
- path: data/Car_Prices_Poland_Kaggle_test.csv
md5: 113fad808a17e2aa5131832ecaa2e640
size: 1647374
- path: data/Car_Prices_Poland_Kaggle_train.csv
md5: dd41429d2b3285cc85b94a9b0ec8cf91
size: 6597186
evaluate:
cmd: python3 lab10_evaluate.py
deps:
- path: CarPrices_pytorch_model.pkl
md5: a73485a169b6185b0161d75bc5c883a3
size: 30039

16
dvc.yaml Normal file
View File

@ -0,0 +1,16 @@
stages:
prepare:
cmd: python3 script_prepare.py data/Car_Prices_Poland_Kaggle.csv
deps:
- data/Car_Prices_Poland_Kaggle.csv
- script_prepare.py
train:
cmd: python3 lab05_deepLearning.py 70
deps:
- data/Car_Prices_Poland_Kaggle_dev.csv
- data/Car_Prices_Poland_Kaggle_train.csv
- data/Car_Prices_Poland_Kaggle_test.csv
evaluate:
cmd: python3 lab10_evaluate.py
deps:
- CarPrices_pytorch_model.pkl

File diff suppressed because it is too large Load Diff