.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/feature_request.md
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/test.yml
.github/workflows/update-precommit.yaml
docs/api.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.stepwise.rst
docs/sparselm.tools.rst
docs/_static/logo-light.png
docs/_static/logo.png
examples/README.rst
examples/corr.npy
examples/energy.npy
examples/plot_adaptive.py
examples/plot_chull.py
examples/plot_gl_sgl.py
examples/plot_sparse_signal.py
examples/structures.json
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/dataset.py
src/sparselm/model_selection.py
src/sparselm/stepwise.py
src/sparselm/tools.py
src/sparselm/_utils/__init__.py
src/sparselm/_utils/validation.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_common.py
tests/test_dataset.py
tests/test_lasso.py
tests/test_miqp.py
tests/test_model_selection.py
tests/test_ols.py
tests/test_stepwise.py
tests/test_tools.py