Examples¶
Explore Sklearn-Wrap through focused, interactive examples. Each notebook demonstrates one core concept in 5-15 minutes.
Tutorials walk through core concepts step by step - start with A First Wrapper if you are new. How-to guides show how to accomplish specific tasks - jump straight to the one you need.
Running Examples Locally¶
- Run interactively:
just example <name> - Execute as a script:
python examples/<name>.py - Deploy as an app:
marimo run examples/<name>.py
Next Steps¶
- Core Concepts - Understand the delegation pattern and design
- API Reference - Complete BaseClassWrapper documentation
- Contributing - Add your own examples or improve existing ones