Installation Guide
Basic
You can install library LightAutoML from PyPI.
pip install lightautoml
Development
You can also clone repository and install with poetry. First, install poetry. Then,
git clone git@github.com:AILab-MLTools/LightAutoML.git
cd LightAutoML
# Create virtual environment inside your project directory
poetry config virtualenvs.in-project true
# If you want to update dependencies, run the command:
poetry lock
# Installation
poetry install