.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/release.yml
.github/workflows/build_docs.yml
.github/workflows/release.yml
.github/workflows/testing.yml
.github/workflows/typing.yml
ci/py312_latest.yaml
ci/py312_oldest.yaml
ci/py313_latest.yaml
ci/py313_min.yaml
ci/py314_dev.yaml
ci/py314_latest.yaml
docs/Makefile
docs/environment.yaml
docs/make.bat
docs/update_version_json.py
docs/source/api.rst
docs/source/bandwidth_search.ipynb
docs/source/conf.py
docs/source/contributing.md
docs/source/ensemble.ipynb
docs/source/imbalance.ipynb
docs/source/index.md
docs/source/installation.md
docs/source/introduction.ipynb
docs/source/linear.ipynb
docs/source/mgwr_comparison.ipynb
docs/source/network_graph.ipynb
docs/source/predict.ipynb
docs/source/references.md
docs/source/sklearn_compatibility.ipynb
docs/source/_static/UK-logo-square-EN.svg
docs/source/_static/custom.css
docs/source/_static/pysal_favicon.ico
docs/source/_static/pysal_logo.svg
docs/source/_static/references.bib
docs/source/_templates/autosummary/class.rst
spml/__init__.py
spml/base.py
spml/ensemble.py
spml/linear_model.py
spml/py.typed
spml/search.py
spml/undersample.py
spml.egg-info/PKG-INFO
spml.egg-info/SOURCES.txt
spml.egg-info/dependency_links.txt
spml.egg-info/requires.txt
spml.egg-info/scm_file_list.json
spml.egg-info/scm_version.json
spml.egg-info/top_level.txt
spml/tests/__init__.py
spml/tests/conftest.py
spml/tests/test_base.py
spml/tests/test_ensemble.py
spml/tests/test_linear_model.py
spml/tests/test_search.py