Installation

Easy install

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

pip install -U xlearning

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

pip install -U git+https://github.com/Rongtingting/XLearning

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.

To remove the package, type the following command line,

pip uninstall xlearning

Issues

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