Data imputation scripts and notebooks related to FIREMAN project and main FIREMAN-project repository. Reporsitory is a work-in-progress project that is part of FIREMAN project activities. Currently it includes GAIN object oriented impelementation using PyTorch and its integration with Raytune distributed parameter searching framework.
- original implementation
- GAIN paper
- any code review and suggestions are welcome
notes included in the repository:
python setup.py install
pip install -r test-requirements.txt
python -m pytest
Automatic HTML documenation generated by sphinx is viewable at Doc and version viewable on github using BitBucket at Doc-git(you have to wait couple of seconds until theme comes up).
Under docs/:
pip install -r doc-requirements.txt
make html
Used in original repository