-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbca239
commit 1d360a7
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |