Skip to content
Snippets Groups Projects
dvc.lock 2.22 KiB
Newer Older
MGniew's avatar
MGniew committed
schema: '2.0'
stages:
  download_dataset@enron_spam:
    cmd: PYTHONPATH=. python experiments/scripts/download_dataset.py --dataset_name
      enron_spam --output_dir data/datasets/enron_spam
    deps:
    - path: experiments/scripts/download_dataset.py
MGniew's avatar
MGniew committed
      md5: 9eb915fd5b9216965db519f686408a51
      size: 887
MGniew's avatar
MGniew committed
    outs:
    - path: data/datasets/enron_spam/
MGniew's avatar
MGniew committed
      md5: 66d44efedf37990b1989c81bbee085e0.dir
MGniew's avatar
MGniew committed
      size: 53096069
      nfiles: 3
  get_model@enron_spam:
    cmd: PYTHONPATH=. python experiments/scripts/get_model.py --dataset_name enron_spam
      --output_dir data/models/enron_spam
    deps:
MGniew's avatar
MGniew committed
    - path: data/datasets/enron_spam
MGniew's avatar
MGniew committed
      md5: 66d44efedf37990b1989c81bbee085e0.dir
MGniew's avatar
MGniew committed
      size: 53096069
      nfiles: 3
MGniew's avatar
MGniew committed
    - path: experiments/scripts/get_model.py
      md5: 5050f51b4019bba97af47971f6c7cab4
      size: 747
    outs:
    - path: data/models/enron_spam/
      md5: 3e16b22f59532c66beeadea958e0579a.dir
      size: 18505614
      nfiles: 6
  classify@enron_spam:
    cmd: PYTHONPATH=. python experiments/scripts/classify.py --dataset_name enron_spam
      --output_dir data/classification/enron_spam
    deps:
MGniew's avatar
MGniew committed
    - path: data/datasets/enron_spam/
MGniew's avatar
MGniew committed
      md5: 66d44efedf37990b1989c81bbee085e0.dir
MGniew's avatar
MGniew committed
      size: 53096069
      nfiles: 3
    - path: data/models/enron_spam/
      md5: 3e16b22f59532c66beeadea958e0579a.dir
      size: 18505614
      nfiles: 6
MGniew's avatar
MGniew committed
    - path: experiments/scripts/classify.py
MGniew's avatar
MGniew committed
      md5: 50f55b90eb47cbf448d83f8392dd37b6
      size: 1102
MGniew's avatar
MGniew committed
    outs:
    - path: data/classification/enron_spam
MGniew's avatar
MGniew committed
      md5: c7d42825b98b289f6a5ed3be1af14413.dir
      size: 2763843
      nfiles: 2
MGniew's avatar
MGniew committed
  explain@enron_spam:
    cmd: PYTHONPATH=. python experiments/scripts/explain.py --dataset_name enron_spam
      --output_dir data/explanations/enron_spam
    deps:
MGniew's avatar
MGniew committed
    - path: data/datasets/enron_spam
MGniew's avatar
MGniew committed
      md5: 66d44efedf37990b1989c81bbee085e0.dir
MGniew's avatar
MGniew committed
      size: 53096069
      nfiles: 3
    - path: data/models/enron_spam
      md5: 3e16b22f59532c66beeadea958e0579a.dir
      size: 18505614
      nfiles: 6
MGniew's avatar
MGniew committed
    - path: experiments/scripts/explain.py
      md5: c85cbb774f2682ee39948e701fa0b0ca
      size: 1445
    outs:
    - path: data/explanations/enron_spam/
MGniew's avatar
MGniew committed
      md5: 376bd1619c08b4989564788e74de8e06.dir
      size: 7870394
MGniew's avatar
MGniew committed
      nfiles: 1