dvc init
s444452-training/pipeline/head This commit looks good Details
s444452-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
AdamOsiowy123 2022-05-23 10:30:12 +02:00
parent c1c4ba3dd1
commit e96c5f9618
9 changed files with 29 additions and 1 deletions

3
.dvc/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/config.local
/tmp
/cache

0
.dvc/config Normal file
View File

3
.dvcignore Normal file
View File

@ -0,0 +1,3 @@
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore

4
.gitignore vendored
View File

@ -152,5 +152,7 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
data/
data/evaluation.png
data/neural_network_evaluation.csv

4
data/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/dataset.csv
/dev_data.csv
/train_data.csv
/test_data.csv

4
data/dataset.csv.dvc Normal file
View File

@ -0,0 +1,4 @@
outs:
- md5: 6cf8dba3fc88712d8d1181741874c041
size: 50061601
path: dataset.csv

4
data/dev_data.csv.dvc Normal file
View File

@ -0,0 +1,4 @@
outs:
- md5: 2d036ad86d47f37c27c3c684ddf166f5
size: 14011653
path: dev_data.csv

4
data/test_data.csv.dvc Normal file
View File

@ -0,0 +1,4 @@
outs:
- md5: 44f2aa25f2637ed6635735438c498818
size: 14049376
path: test_data.csv

4
data/train_data.csv.dvc Normal file
View File

@ -0,0 +1,4 @@
outs:
- md5: e6bd60bc8605a9b9b7bf632ddbefc2fe
size: 41777746
path: train_data.csv