LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/tscv_vision/__init__.py
src/tscv_vision/_deprecation.py
src/tscv_vision/_encoders_cy.c
src/tscv_vision/_encoders_cy.pyx
src/tscv_vision/_sklearn_compat.py
src/tscv_vision/aggregation.py
src/tscv_vision/analysis.py
src/tscv_vision/analytics.py
src/tscv_vision/automl.py
src/tscv_vision/benchmark.py
src/tscv_vision/cli.py
src/tscv_vision/dataset.py
src/tscv_vision/encoders.py
src/tscv_vision/evaluation.py
src/tscv_vision/features.py
src/tscv_vision/fusion.py
src/tscv_vision/io.py
src/tscv_vision/irregular.py
src/tscv_vision/ml_integration.py
src/tscv_vision/mlops.py
src/tscv_vision/multimodal.py
src/tscv_vision/multivariate.py
src/tscv_vision/neural.py
src/tscv_vision/parallel.py
src/tscv_vision/pipeline.py
src/tscv_vision/research.py
src/tscv_vision/scattering.py
src/tscv_vision/sliding.py
src/tscv_vision/stats.py
src/tscv_vision/streaming.py
src/tscv_vision.egg-info/PKG-INFO
src/tscv_vision.egg-info/SOURCES.txt
src/tscv_vision.egg-info/dependency_links.txt
src/tscv_vision.egg-info/entry_points.txt
src/tscv_vision.egg-info/not-zip-safe
src/tscv_vision.egg-info/requires.txt
src/tscv_vision.egg-info/top_level.txt
src/tscv_vision/domains/__init__.py
src/tscv_vision/domains/adapter.py
src/tscv_vision/domains/astronomy.py
src/tscv_vision/domains/audio.py
src/tscv_vision/domains/climate.py
src/tscv_vision/domains/finance.py
src/tscv_vision/domains/healthcare.py
src/tscv_vision/domains/iot.py
src/tscv_vision/domains/manufacturing.py
src/tscv_vision/gpu/__init__.py
src/tscv_vision/gpu/encoders.py
src/tscv_vision/representations/__init__.py
src/tscv_vision/representations/base.py
src/tscv_vision/representations/deterministic.py
src/tscv_vision/representations/fusion.py
src/tscv_vision/representations/learned.py
src/tscv_vision/representations/metadata.py
src/tscv_vision/representations/pretrained.py
tests/test_aggregation.py
tests/test_analysis_utils.py
tests/test_analytics.py
tests/test_automl.py
tests/test_basic.py
tests/test_benchmark.py
tests/test_chirplet.py
tests/test_cli.py
tests/test_cross_recurrence.py
tests/test_cwt.py
tests/test_dataset.py
tests/test_dataset_stream.py
tests/test_delay_embedding_density.py
tests/test_docs_sync.py
tests/test_domain_iot.py
tests/test_domain_models.py
tests/test_domains.py
tests/test_edge_cases.py
tests/test_encoder_definitions.py
tests/test_encoder_numba.py
tests/test_encoder_properties.py
tests/test_encoders.py
tests/test_evaluation.py
tests/test_features.py
tests/test_features_batch.py
tests/test_fusion.py
tests/test_gpu_encoders.py
tests/test_gpu_fallback.py
tests/test_graph_smoke.py
tests/test_horizontal_visibility.py
tests/test_io.py
tests/test_irregular.py
tests/test_joint_recurrence.py
tests/test_ml_integration.py
tests/test_mlops.py
tests/test_multimodal.py
tests/test_multitaper.py
tests/test_nan_policy.py
tests/test_neural.py
tests/test_neural_stubs.py
tests/test_new_encoders.py
tests/test_online_learner.py
tests/test_optional_dependency_isolation.py
tests/test_ordinal_transition.py
tests/test_parallel.py
tests/test_performance.py
tests/test_pipeline.py
tests/test_pipeline_integration.py
tests/test_plugin_streaming.py
tests/test_realtime_streaming.py
tests/test_reference_equivalence.py
tests/test_regression_outputs.py
tests/test_representations.py
tests/test_reproducibility.py
tests/test_research.py
tests/test_scattering.py
tests/test_sliding.py
tests/test_stats.py
tests/test_synchrosqueezed.py
tests/test_wavelet_coherence.py