Installation
Install the released package from PyPI:
pip install kalelinear
Install a local checkout for development:
pip install -e ".[dev]"
Kale-Linear requires Python 3.10 or later. Core dependencies include NumPy, SciPy, scikit-learn, pandas, tensorly, cvxopt, and osqp.
To build the documentation locally, install the documentation requirements and run Sphinx from the repository root:
pip install -r docs/requirements.txt
sphinx-build -b html docs/source docs/build/html