LICENSE
README.md
pyproject.toml
src/linear_regression/__init__.py
src/linear_regression/metrics.py
src/linear_regression/preprocessing.py
src/linear_regression/utils.py
src/linear_regression/models/__init__.py
src/linear_regression/models/linear_regression.py
src/linear_regression/models/polynomial_regression.py
src/linreg_from_scratch.egg-info/PKG-INFO
src/linreg_from_scratch.egg-info/SOURCES.txt
src/linreg_from_scratch.egg-info/dependency_links.txt
src/linreg_from_scratch.egg-info/requires.txt
src/linreg_from_scratch.egg-info/top_level.txt
tests/test_linear_regression.py
tests/test_metrics.py
tests/test_polynomial_regression.py
tests/test_preprocessing.py
tests/test_utils.py