Installation ============ You can install MachineLens using ``pip`` or ``uv``: .. code-block:: bash pip install machinelens For a faster installation, you can use `uv `_: .. code-block:: bash uv pip install machinelens Requirements ------------ MachineLens requires Python 3.11 or later and the following packages: - `scikit-learn `_ >= 1.7.2 - `numpy `_ >= 2.2.6 - `pandas `_ >= 2.3.3 - `plotly `_ >= 6.3.1 - `scipy `_ >= 1.11.0 - `shap `_ >= 0.49.1 - `statsmodels `_ >= 0.14.6 All dependencies are installed automatically when you run ``pip install machinelens``.