A collection of hands-on tutorial sessions for HumbleBeeAI Academy. Each tutorial lives in its own top-level folder and is self-contained (own README.md, own requirements.txt, own data/notebooks/app).
| Folder | Topic |
|---|---|
linear-regression/ |
Visual, intuition-first introduction to linear regression and least squares — notebook + Streamlit playground. |
- Create a new top-level folder named after the topic (e.g.
decision-trees/). - Keep it self-contained: its own
README.mdwith setup/run instructions and its ownrequirements.txt. Use a local.venvinside the folder when working on it — the root.gitignorealready excludes.venv/,__pycache__/,.ipynb_checkpoints/, and.DS_Storefor every folder in this repo, so no per-tutorial.gitignoreis needed. - Add a row to the table above.