Installation ✨¶
sklearn-smithy is available on pypi, so you can install it directly from there:
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:
sklearn-smithy=...
Extra dependencies¶
To run the TUI (smith forge-tui
), you need to install the textual
dependency as well:
To run the WebUI locally (smith forge-webui
), you need to install the streamlit
dependency as well: