Skip to content

Commit

Permalink
feat: add dvc sample and sentiment analysis data (#2)
Browse files Browse the repository at this point in the history
* feat: init dvc
* feat: add data sample
* feat: add sentiment-analysis data
* feat: add output folder
  • Loading branch information
leomaurodesenv authored Nov 2, 2023
1 parent c34dd24 commit 382de19
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dvc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/config.local
/tmp
/cache
4 changes: 4 additions & 0 deletions .dvc/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[core]
remote = myremote
['remote "myremote"']
url = /tmp/dvcstore
3 changes: 3 additions & 0 deletions .dvcignore
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# dvc-luigi
This is a learning repository about DVC Data Version Control and Luigi Pipelines

- setup https://github.com/Kaggle/kaggle-api
- `kaggle competitions download -c sentiment-analysis-on-movie-reviews -p data`
2 changes: 2 additions & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/data.xml
/sentiment-analysis-on-movie-reviews.zip
5 changes: 5 additions & 0 deletions data/data.xml.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
outs:
- md5: 22a1a2931c8370d3aeedd7183606fd7f
size: 14445097
hash: md5
path: data.xml
Empty file added data/output/.gitkeep
Empty file.
5 changes: 5 additions & 0 deletions data/sentiment-analysis-on-movie-reviews.zip.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
outs:
- md5: 297ae2983c4a07603ed2fd31613c1b5e
size: 1991138
hash: md5
path: sentiment-analysis-on-movie-reviews.zip
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
kaggle==1.5.16
dvc==3.28.0

0 comments on commit 382de19

Please sign in to comment.