.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.rst
pyproject.toml
requirements-dev.txt
requirements-examples.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/release.yml
.github/workflows/run-tests.yml
binder/postBuild
docs/conf.py
docs/index.rst
docs/JOSS/paper.bib
docs/JOSS/paper.md
docs/docs/figures/vandermonde.png
docs/figures/vandermonde.png
examples/README.rst
examples/basis_comparison.ipynb
examples/classification.ipynb
examples/cost_constrained_qr.ipynb
examples/cross_validation.ipynb
examples/pysensors_overview.ipynb
examples/sea_surface_temperature.ipynb
examples/vandermonde.ipynb
pysensors/__init__.py
pysensors/basis/__init__.py
pysensors/basis/_base.py
pysensors/basis/_identity.py
pysensors/basis/_random_projection.py
pysensors/basis/_svd.py
pysensors/classification/__init__.py
pysensors/classification/_sspoc.py
pysensors/optimizers/__init__.py
pysensors/optimizers/_ccqr.py
pysensors/optimizers/_qr.py
pysensors/reconstruction/__init__.py
pysensors/reconstruction/_sspor.py
pysensors/utils/__init__.py
pysensors/utils/_base.py
pysensors/utils/_optimizers.py
python_sensors.egg-info/PKG-INFO
python_sensors.egg-info/SOURCES.txt
python_sensors.egg-info/dependency_links.txt
python_sensors.egg-info/requires.txt
python_sensors.egg-info/top_level.txt
tests/conftest.py
tests/basis/test_basis.py
tests/classification/test_sspoc.py
tests/optimizers/test_optimizers.py
tests/reconstruction/test_sspor.py
tests/utils/test_utils.py