https://koaning.github.io/scikit-lego/
Extra blocks for scikit-learn pipelines.
https://koaning.github.io/scikit-lego/
common-sense machine-learning scikit-learn
Last synced: about 23 hours ago
JSON representation
Extra blocks for scikit-learn pipelines.
- Host: GitHub
- URL: https://koaning.github.io/scikit-lego/
- Owner: koaning
- License: mit
- Created: 2019-01-21T15:30:15.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-11-12T13:21:17.000Z (28 days ago)
- Last Synced: 2025-11-12T15:20:29.597Z (28 days ago)
- Topics: common-sense, machine-learning, scikit-learn
- Language: Python
- Homepage: https://koaning.github.io/scikit-lego/
- Size: 29.5 MB
- Stars: 1,368
- Watchers: 19
- Forks: 121
- Open Issues: 32
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-python - koaning.github.io/scikit-lego
README
# Docs readme
The docs folder contains the documentation for the scikit-lego package.
The documentation is generated using [Material for MkDocs][mkdocs-material], its extensions and a few plugins.
In particular the `mkdocstrings-python` is used for API rendering.
## Render locally
To render the documentation locally, you can run the following command from the root of the repository:
```console
make docs
```
Then the documentation page will be available at [localhost][localhost].
## Remark
The majority of code and code generate plots in the documentation is generated using the scripts in the `docs/_scripts` folder,
and accessed via the [pymdown snippets][pymdown-snippets] extension.
To generate the plots from scratch it is enough to run the following command from the root of the repository:
```console
cd docs
make generate-all
```
which will run all the scripts and save results in the `docs/_static` folder.
[mkdocs-material]: https://squidfunk.github.io/mkdocs-material/
[pymdown-snippets]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/
[localhost]: http://localhost:8000/