Skip to content
Snippets Groups Projects
Commit 2ac1bad2 authored by pwalkow's avatar pwalkow
Browse files

Add dvc

parent f8bb4c44
Branches
No related merge requests found
...@@ -88,12 +88,12 @@ stages: ...@@ -88,12 +88,12 @@ stages:
size: 1688836 size: 1688836
nfiles: 3 nfiles: 3
- path: experiments/scripts/tag_dataset.py - path: experiments/scripts/tag_dataset.py
md5: 8e8039b73b8ea3ce39287ed0a304af9b md5: f73e2203fdb988a00d4e8363a349c617
size: 3750 size: 3932
outs: outs:
- path: data/preprocessed/poleval/ - path: data/preprocessed/poleval/
md5: 854387459b193c5eba6db1273ca5ad23.dir md5: 9d067db65ba6a27db19effce45b01876.dir
size: 2277282 size: 2541105
nfiles: 3 nfiles: 3
preprocess_dataset@enron_spam: preprocess_dataset@enron_spam:
cmd: PYTHONPATH=. python experiments/scripts/tag_dataset.py --dataset_name enron_spam cmd: PYTHONPATH=. python experiments/scripts/tag_dataset.py --dataset_name enron_spam
...@@ -103,12 +103,12 @@ stages: ...@@ -103,12 +103,12 @@ stages:
size: 53096069 size: 53096069
nfiles: 3 nfiles: 3
- path: experiments/scripts/tag_dataset.py - path: experiments/scripts/tag_dataset.py
md5: 8e8039b73b8ea3ce39287ed0a304af9b md5: f73e2203fdb988a00d4e8363a349c617
size: 3750 size: 3932
outs: outs:
- path: data/preprocessed/enron_spam/ - path: data/preprocessed/enron_spam/
md5: b75efba1a62182dc8ac32acd1faf92ed.dir md5: 30c63efbc615347ddcb5f61e011113bd.dir
size: 61709260 size: 65971374
nfiles: 3 nfiles: 3
preprocess_dataset@wiki_pl: preprocess_dataset@wiki_pl:
cmd: PYTHONPATH=. python experiments/scripts/tag_dataset.py --dataset_name wiki_pl cmd: PYTHONPATH=. python experiments/scripts/tag_dataset.py --dataset_name wiki_pl
...@@ -118,12 +118,12 @@ stages: ...@@ -118,12 +118,12 @@ stages:
size: 29115538 size: 29115538
nfiles: 3 nfiles: 3
- path: experiments/scripts/tag_dataset.py - path: experiments/scripts/tag_dataset.py
md5: 8e8039b73b8ea3ce39287ed0a304af9b md5: f73e2203fdb988a00d4e8363a349c617
size: 3750 size: 3932
outs: outs:
- path: data/preprocessed/wiki_pl/ - path: data/preprocessed/wiki_pl/
md5: 3e9b2e1e0542777e0a751d9d7f7f4241.dir md5: 0014b9bb52913cbc9a568d237ea2207b.dir
size: 55380570 size: 65553079
nfiles: 3 nfiles: 3
classify@wiki_pl: classify@wiki_pl:
cmd: PYTHONPATH=. python experiments/scripts/classify.py --dataset_name wiki_pl cmd: PYTHONPATH=. python experiments/scripts/classify.py --dataset_name wiki_pl
...@@ -153,12 +153,12 @@ stages: ...@@ -153,12 +153,12 @@ stages:
size: 23460358 size: 23460358
nfiles: 3 nfiles: 3
- path: experiments/scripts/tag_dataset.py - path: experiments/scripts/tag_dataset.py
md5: 8e8039b73b8ea3ce39287ed0a304af9b md5: f73e2203fdb988a00d4e8363a349c617
size: 3750 size: 3932
outs: outs:
- path: data/preprocessed/20_news/ - path: data/preprocessed/20_news/
md5: 1ed5ef2dabe4bc05f7377175ed11137b.dir md5: 20da0980e52df537e5b7ca5db0305879.dir
size: 46845669 size: 58582060
nfiles: 3 nfiles: 3
classify@20_news: classify@20_news:
cmd: PYTHONPATH=. python experiments/scripts/classify.py --dataset_name 20_news cmd: PYTHONPATH=. python experiments/scripts/classify.py --dataset_name 20_news
......
...@@ -80,8 +80,8 @@ stages: ...@@ -80,8 +80,8 @@ stages:
attack_basic: attack_basic:
foreach: foreach:
- enron_spam - enron_spam
#- 20_news - 20_news
#- wiki_pl - wiki_pl
do: do:
wdir: . wdir: .
cmd: >- cmd: >-
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment