dvc init
This commit is contained in:
parent
c7b6200361
commit
40635f1f64
3
.dvc/.gitignore
vendored
Normal file
3
.dvc/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/config.local
|
||||||
|
/tmp
|
||||||
|
/cache
|
4
.dvc/config
Normal file
4
.dvc/config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[core]
|
||||||
|
remote = ium_ssh_remote
|
||||||
|
['remote "ium_ssh_remote"']
|
||||||
|
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl
|
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
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -138,3 +138,6 @@ dmypy.json
|
|||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
|
/apps_test.csv
|
||||||
|
/apps_train.csv
|
||||||
|
/apps_validate.csv
|
||||||
|
4
data/.gitignore
vendored
Normal file
4
data/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/apps_test.csv
|
||||||
|
/apps_train.csv
|
||||||
|
/apps_validate.csv
|
||||||
|
/googleplaystore.csv
|
4
data/apps_test.csv.dvc
Normal file
4
data/apps_test.csv.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: 91d988b4e94e7551ddf07e7caddae0d2
|
||||||
|
size: 191950
|
||||||
|
path: apps_test.csv
|
4
data/apps_train.csv.dvc
Normal file
4
data/apps_train.csv.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: fc2990b740494e2c000ef03c917d0dbc
|
||||||
|
size: 573285
|
||||||
|
path: apps_train.csv
|
4
data/apps_validate.csv.dvc
Normal file
4
data/apps_validate.csv.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: 15afcdef4c4349c8cbaeaa7a35f4fe6b
|
||||||
|
size: 191862
|
||||||
|
path: apps_validate.csv
|
4
data/googleplaystore.csv.dvc
Normal file
4
data/googleplaystore.csv.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: 11dd3f23ab726058adad4a8e261d10e9
|
||||||
|
size: 1360155
|
||||||
|
path: googleplaystore.csv
|
Loading…
Reference in New Issue
Block a user