LICENSE.md
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
cebra/__init__.py
cebra/__main__.py
cebra/config.py
cebra/grid_search.py
cebra/helper.py
cebra/io.py
cebra/registry.py
cebra.egg-info/PKG-INFO
cebra.egg-info/SOURCES.txt
cebra.egg-info/dependency_links.txt
cebra.egg-info/requires.txt
cebra.egg-info/top_level.txt
cebra/data/__init__.py
cebra/data/base.py
cebra/data/datasets.py
cebra/data/datatypes.py
cebra/data/helper.py
cebra/data/load.py
cebra/data/multi_session.py
cebra/data/single_session.py
cebra/datasets/__init__.py
cebra/datasets/demo.py
cebra/datasets/gaussian_mixture.py
cebra/datasets/generate_synthetic_data.py
cebra/datasets/hippocampus.py
cebra/datasets/make_neuropixel.py
cebra/datasets/monkey_reaching.py
cebra/datasets/poisson.py
cebra/datasets/save_dataset.py
cebra/datasets/allen/__init__.py
cebra/datasets/allen/ca_movie.py
cebra/datasets/allen/ca_movie_decoding.py
cebra/datasets/allen/combined.py
cebra/datasets/allen/make_neuropixel.py
cebra/datasets/allen/neuropixel_movie.py
cebra/datasets/allen/neuropixel_movie_decoding.py
cebra/datasets/allen/single_session_ca.py
cebra/distributions/__init__.py
cebra/distributions/base.py
cebra/distributions/continuous.py
cebra/distributions/discrete.py
cebra/distributions/index.py
cebra/distributions/mixed.py
cebra/distributions/multisession.py
cebra/integrations/__init__.py
cebra/integrations/deeplabcut.py
cebra/integrations/matplotlib.py
cebra/integrations/sklearn/__init__.py
cebra/integrations/sklearn/cebra.py
cebra/integrations/sklearn/dataset.py
cebra/integrations/sklearn/decoder.py
cebra/integrations/sklearn/helpers.py
cebra/integrations/sklearn/metrics.py
cebra/integrations/sklearn/utils.py
cebra/models/__init__.py
cebra/models/criterions.py
cebra/models/layers.py
cebra/models/model.py
cebra/models/multiobjective.py
cebra/models/projector.py
cebra/solver/__init__.py
cebra/solver/base.py
cebra/solver/multi_session.py
cebra/solver/single_session.py
cebra/solver/supervised.py
cebra/solver/util.py
tests/_util.py
tests/test_api.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_criterions.py
tests/test_datasets.py
tests/test_demo.py
tests/test_distributions.py
tests/test_dlc.py
tests/test_grid_search.py
tests/test_index.py
tests/test_integration_train.py
tests/test_io.py
tests/test_load.py
tests/test_loader.py
tests/test_models.py
tests/test_plot.py
tests/test_registry.py
tests/test_sklearn.py
tests/test_sklearn_decoder.py
tests/test_sklearn_metrics.py
tests/test_solver.py
tests/test_usecases.py