Installation#
You can install MachineLens using pip or uv:
pip install machinelens
For a faster installation, you can use uv:
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.