dvc init
This commit is contained in:
parent
c1c4ba3dd1
commit
e96c5f9618
3
.dvc/.gitignore
vendored
Normal file
3
.dvc/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/config.local
|
||||||
|
/tmp
|
||||||
|
/cache
|
0
.dvc/config
Normal file
0
.dvc/config
Normal file
3
.dvcignore
Normal file
3
.dvcignore
Normal 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
4
.gitignore
vendored
@ -152,5 +152,7 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
data/
|
data/evaluation.png
|
||||||
|
data/neural_network_evaluation.csv
|
||||||
|
|
||||||
|
|
||||||
|
4
data/.gitignore
vendored
Normal file
4
data/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/dataset.csv
|
||||||
|
/dev_data.csv
|
||||||
|
/train_data.csv
|
||||||
|
/test_data.csv
|
4
data/dataset.csv.dvc
Normal file
4
data/dataset.csv.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: 6cf8dba3fc88712d8d1181741874c041
|
||||||
|
size: 50061601
|
||||||
|
path: dataset.csv
|
4
data/dev_data.csv.dvc
Normal file
4
data/dev_data.csv.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: 2d036ad86d47f37c27c3c684ddf166f5
|
||||||
|
size: 14011653
|
||||||
|
path: dev_data.csv
|
4
data/test_data.csv.dvc
Normal file
4
data/test_data.csv.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: 44f2aa25f2637ed6635735438c498818
|
||||||
|
size: 14049376
|
||||||
|
path: test_data.csv
|
4
data/train_data.csv.dvc
Normal file
4
data/train_data.csv.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: e6bd60bc8605a9b9b7bf632ddbefc2fe
|
||||||
|
size: 41777746
|
||||||
|
path: train_data.csv
|
Loading…
Reference in New Issue
Block a user