Skip to content

Commit

Permalink
update readmes and delete unneeded file
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKogito committed Mar 8, 2020
1 parent 74e0b14 commit 2f2996d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 73 deletions.
6 changes: 2 additions & 4 deletions paper/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Pydiogment-paper

**Resources**:

* [JOSS Requirements](https://joss.readthedocs.io/en/latest/submitting.html)
To build this paper offline, use the `make` command.
For the building requirements, please refer to [JOSS Requirements](https://joss.readthedocs.io/en/latest/submitting.html).
11 changes: 8 additions & 3 deletions paper/experiment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ In a second phase, we augment the data using `Pydiogment` by applying the follow

The results are under `results.txt`.

### Graph
insert graph here

### How to replicate
To replicate the experiment, please follow these instructions
To replicate the experiment, please follow these instructions:
1. To get the data: `python3 _1_get_data.py`
2. To generate augmented data: `python3 _2_gen_augmentations.py`
3. To extract the features: `python3 _3_get_features.py`
4. To run the experiment: `python3 _4_run_experiment.py`

To pass the the experiment's output to a results file use:
`python3 _4_run_experiment.py > results.txt`
66 changes: 0 additions & 66 deletions paper/experiment/utils/untitled0.py

This file was deleted.

0 comments on commit 2f2996d

Please sign in to comment.