.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/code_review.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/test.yml
.github/workflows/update-precommit.yaml
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/sparselm.model.rst
docs/sparselm.model_selection.rst
docs/sparselm.tools.rst
docs/_static/logo.png
src/sparse_lm.egg-info/PKG-INFO
src/sparse_lm.egg-info/SOURCES.txt
src/sparse_lm.egg-info/dependency_links.txt
src/sparse_lm.egg-info/requires.txt
src/sparse_lm.egg-info/top_level.txt
src/sparselm/__init__.py
src/sparselm/model_selection.py
src/sparselm/tools.py
src/sparselm/model/__init__.py
src/sparselm/model/_adaptive_lasso.py
src/sparselm/model/_base.py
src/sparselm/model/_lasso.py
src/sparselm/model/_ols.py
src/sparselm/model/_miqp/__init__.py
src/sparselm/model/_miqp/_base.py
src/sparselm/model/_miqp/_best_subset.py
src/sparselm/model/_miqp/_regularized_l0.py
tests/conftest.py
tests/pytest.ini
tests/test_model_selection.py