Abil.py provides functions to interpolate distributions of biogeochemical observations using Machine Learning algorithms in Python. The library is optimized to interpolate many predictions in parallel and is thus particularly suited for distribution models of species, genes and transcripts. The library relies on scikit-learn.
Ensure you have the following installed on your system:
We recommend uing Anaconda environments to avoid package conflicts.
Run the following command to install the package with Anaconda:
conda create -n myenv python=3.11 pip
conda activate myenv
pip install abilRun the following command to install the package directly:
pip install abilIf you want to modify the package, clone the repository and install it in editable mode:
git clone https://github.com/nanophyto/Abil.git
cd Abil
pip install -e .To run a unit test, make sure you are under the project root:
python -m unittest tests/test.pySee the documentation for instructions on how to setup and run the models.