1. Installation
This section gives the recommended way to install MLITA. One can find the source code on Github https://zhaoyilin.github.io/mlita/.
1.1. Prerequisites
Prerequisties:
Python 3.6 or above
numpy 1.13.1
pandas 1.4.4
sklearn
xgboost 1.7.6
(optional) matplotlib
1.2. Compiling from source code
Compile from source
git clone https://github.com/ZhaoYilin/mlita.git cd mlita python3 -m pip install -e .
Using pip to install python package on GitHub
pip install git+https://github.com/ZhaoYilin/mlita