linreg-core 0.4.0

Lightweight linear regression (OLS, Ridge, Lasso, Elastic Net) with diagnostic tests. Pure Rust - no external math dependencies.
Documentation
1
2
3
4
5
6
7
8
9
# Include type stubs for IDE support
include linreg_core.pyi

# Include documentation
include README.md

# Include license files
include LICENSE-MIT
include LICENSE-APACHE