Installation

Easy install

HiLearn is available through pypi. To install, type the following command line, and add -U for upgrading:

pip install -U hilearn

Alternatively, you can install from this GitHub repository for latest (often development) version by following command line

pip install -U git+https://github.com/huangyh09/hilearn

In either case, if you don’t have write permission for your current Python environment, add --user, but check the previous section on create your own conda environment.

Issues

If you have any issue, please report it to the issue on hilearn github.