-
Decision trees: how they split, why they overfit, and how to read one
A decision tree turns prediction into a sequence of readable questions:
-
Linear regression is not boring: assumptions, diagnostics, and when it beats deep learning
If you’ve been around machine learning for a while, you’ve probably seen linear regression dismissed as the “hello world” of ML. That sells it short.