aprender 0.29.3

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Regularized Regression

📝 **This chapter is under construction.**

This case study demonstrates Ridge, Lasso, and ElasticNet regression with
hyperparameter tuning, following EXTREME TDD principles.

**Topics covered:**
- Ridge regression (L2 regularization)
- Lasso regression (L1 regularization)
- ElasticNet (L1 + L2)
- Grid search hyperparameter tuning
- Feature scaling importance

**See also:**
- [What is EXTREME TDD?]../methodology/what-is-extreme-tdd.md
- [Model Selection]./cross-validation.md