Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAllingham committed Jun 8, 2018
1 parent fbca239 commit 1d360a7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# AutoImpute

Automatic imputation tool for MPhil ACS dissertation

Developed for Python 3 (tested with 3.5.2 on Ubuntu 16.04).

### Requirements (tested versions)
### Requirements

* Numpy (1.14.0)

* Scipy (1.10.0)
* Scipy (1.10.0)

### Instructions

Run `python3 auto_impute/auto_impute.py` for help.

### Directories

* `auto_impute` - source code for AutoImpute
* `data` - various data files for testing and investigations
* `investigations` - Jupyter notebooks used for running experiments
* `tests` - the unit test suite

0 comments on commit 1d360a7

Please sign in to comment.