added dataset dvc
This commit is contained in:
parent
6883c72e0b
commit
810c56b80e
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
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/venv/
|
/venv/
|
||||||
/kaggle.json
|
/kaggle.json
|
||||||
|
/Student_Performance.csv
|
||||||
|
5
Student_Performance.csv.dvc
Normal file
5
Student_Performance.csv.dvc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
outs:
|
||||||
|
- md5: f5f061c40d731212746b7d59e8d667b1
|
||||||
|
size: 175071
|
||||||
|
hash: md5
|
||||||
|
path: Student_Performance.csv
|
Loading…
Reference in New Issue
Block a user