Skip to content

Installation ✨

sklearn-smithy is available on pypi, so you can install it directly from there:

python -m pip install sklearn-smithy

Warning

The minimum Python version required is 3.10.

This will make the smith command available in your terminal, and you should be able to run the following:

smith version

sklearn-smithy=...

Extra dependencies

To run the TUI (smith forge-tui), you need to install the textual dependency as well:

python -m pip install "sklearn-smithy[textual]"

To run the WebUI locally (smith forge-webui), you need to install the streamlit dependency as well:

python -m pip install "sklearn-smithy[streamlit]"

Other installation methods

python -m pip install git+https://github.com/FBruzzesi/sklearn-smithy.git
git clone https://github.com/FBruzzesi/sklearn-smithy.git
cd sklearn-smithy
python -m pip install .