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
[pytest]
testpaths = tests/python
python_files = test_*.py
python_classes = Test*
python_functions = test_*