CHANGELOG.md
LICENSE
MANIFEST.in
pyproject.toml
readme.md
hypertools/__init__.py
hypertools/config.py
hypertools/datageometry.py
hypertools.egg-info/PKG-INFO
hypertools.egg-info/SOURCES.txt
hypertools.egg-info/dependency_links.txt
hypertools.egg-info/requires.txt
hypertools.egg-info/top_level.txt
hypertools/_externals/__init__.py
hypertools/_externals/ppca.py
hypertools/_externals/srm.py
hypertools/_shared/__init__.py
hypertools/_shared/animated_svg.py
hypertools/_shared/exceptions.py
hypertools/_shared/helpers.py
hypertools/_shared/params.py
hypertools/align/__init__.py
hypertools/align/align.py
hypertools/align/common.py
hypertools/align/hyperalign.py
hypertools/align/null.py
hypertools/align/procrustes.py
hypertools/align/srm.py
hypertools/cluster/__init__.py
hypertools/cluster/cluster.py
hypertools/cluster/common.py
hypertools/core/__init__.py
hypertools/core/config.ini
hypertools/core/configurator.py
hypertools/core/exceptions.py
hypertools/core/model.py
hypertools/core/pipeline.py
hypertools/core/shared.py
hypertools/external/LICENSE-APACHE-2.0.txt
hypertools/external/THIRD_PARTY_NOTICES.md
hypertools/external/__init__.py
hypertools/external/brainiak.py
hypertools/external/ppca.py
hypertools/external/fonts/NotoSans-Regular.ttf
hypertools/external/fonts/OFL.txt
hypertools/external/fonts/README.md
hypertools/impute/__init__.py
hypertools/impute/common.py
hypertools/impute/impute.py
hypertools/impute/kalman.py
hypertools/impute/ppca.py
hypertools/impute/sklearn_imputers.py
hypertools/io/__init__.py
hypertools/io/load.py
hypertools/io/lsl.py
hypertools/io/save.py
hypertools/io/sources.py
hypertools/io/streaming.py
hypertools/manip/__init__.py
hypertools/manip/common.py
hypertools/manip/manip.py
hypertools/manip/normalize.py
hypertools/manip/resample.py
hypertools/manip/smooth.py
hypertools/manip/zscore.py
hypertools/plot/__init__.py
hypertools/plot/_kaleido_export_worker.py
hypertools/plot/animate.py
hypertools/plot/backend.py
hypertools/plot/colors.py
hypertools/plot/density.py
hypertools/plot/draw.py
hypertools/plot/fonts.py
hypertools/plot/hyper_animation.py
hypertools/plot/interactive.py
hypertools/plot/matplotlib_backend.py
hypertools/plot/meshutil.py
hypertools/plot/morph.py
hypertools/plot/multiindex.py
hypertools/plot/plot.py
hypertools/plot/plotly_backend.py
hypertools/plot/surface.py
hypertools/plot/trails.py
hypertools/predict/__init__.py
hypertools/predict/arima.py
hypertools/predict/autoreg.py
hypertools/predict/chronos.py
hypertools/predict/common.py
hypertools/predict/gp.py
hypertools/predict/kalman.py
hypertools/predict/laplace.py
hypertools/predict/predict.py
hypertools/reduce/__init__.py
hypertools/reduce/autoencoders.py
hypertools/reduce/common.py
hypertools/reduce/describe.py
hypertools/reduce/reduce.py
hypertools/tools/__init__.py
hypertools/tools/align.py
hypertools/tools/analyze.py
hypertools/tools/df2mat.py
hypertools/tools/format_data.py
hypertools/tools/gensim_models.py
hypertools/tools/missing_inds.py
hypertools/tools/normalize.py
hypertools/tools/text2mat.py
tests/__init__.py
tests/matplotlibrc
tests/test_2d_animation.py
tests/test_align.py
tests/test_align_audit_fixes.py
tests/test_align_hardening.py
tests/test_align_migration.py
tests/test_analyze_audit_fixes.py
tests/test_animation_export.py
tests/test_animation_hue.py
tests/test_animation_margins.py
tests/test_animation_save_hardening.py
tests/test_animation_styles.py
tests/test_apply_model.py
tests/test_autoencoders.py
tests/test_backend.py
tests/test_backend_headless.py
tests/test_backend_render_selection.py
tests/test_backend_state_safety.py
tests/test_cluster.py
tests/test_cluster_audit_a7.py
tests/test_cluster_migration.py
tests/test_codeorg_licensing_audit_fixes.py
tests/test_colab_install_cell.py
tests/test_colorbar.py
tests/test_colors.py
tests/test_controller_audit_fixes.py
tests/test_core_audit_fixes.py
tests/test_cross_module_kwargs.py
tests/test_d1_code_residue.py
tests/test_dataset_compat.py
tests/test_dataset_integrity.py
tests/test_density.py
tests/test_describe.py
tests/test_docs_gallery_log_filter.py
tests/test_docs_thumbnails.py
tests/test_docstring_examples_audit.py
tests/test_docstrings.py
tests/test_edge_cases_hardening.py
tests/test_estimator_sklearn_api.py
tests/test_final_wave_audit_fixes.py
tests/test_fitted_model_reuse.py
tests/test_format_data.py
tests/test_format_data_f08_fixes.py
tests/test_frame_style.py
tests/test_gensim_text.py
tests/test_gh141_marker_line_smoothing.py
tests/test_gh206_extra_kwargs.py
tests/test_gh94_resample_kwarg.py
tests/test_h1_validation_warnings.py
tests/test_helpers.py
tests/test_hue_color.py
tests/test_hyper_animation.py
tests/test_impute_audit_fixes.py
tests/test_init_docstring_imports.py
tests/test_input_coercion_hardening.py
tests/test_interactive.py
tests/test_io_audit_final.py
tests/test_io_audit_load.py
tests/test_io_audit_lsl.py
tests/test_io_audit_save.py
tests/test_io_audit_streaming.py
tests/test_isinstance_209.py
tests/test_load.py
tests/test_load_538_kaggle.py
tests/test_load_sklearn_seaborn.py
tests/test_load_sources.py
tests/test_lsl_streaming.py
tests/test_manip_audit_fixes.py
tests/test_manip_chaining.py
tests/test_manip_impute_hardening.py
tests/test_marker_parity.py
tests/test_meshutil.py
tests/test_missing_inds.py
tests/test_morph_animation.py
tests/test_multibyte.py
tests/test_multiindex.py
tests/test_names_display.py
tests/test_nested.py
tests/test_normalize.py
tests/test_notebook_install_gate.py
tests/test_packaging_artifacts.py
tests/test_pandas_to_matrix.py
tests/test_pickle_trust_boundary.py
tests/test_pipeline.py
tests/test_pipeline_analyze_hardening.py
tests/test_plot.py
tests/test_plot_animation_audit_fixes.py
tests/test_plot_audit_b1.py
tests/test_plot_audit_b2.py
tests/test_plot_audit_b4.py
tests/test_plot_audit_b5.py
tests/test_plot_colors142.py
tests/test_plot_f08_fixes.py
tests/test_plot_kwargs_round17.py
tests/test_plot_save_audit_fixes.py
tests/test_plot_style_aliases142.py
tests/test_plotly_labels.py
tests/test_plotly_trace_indices.py
tests/test_plotly_trails.py
tests/test_predict_audit_fixes.py
tests/test_procrustes.py
tests/test_publish_gallery_notebooks.py
tests/test_random_state.py
tests/test_reduce.py
tests/test_reduce_audit_a7.py
tests/test_reduce_dispatch_hardening.py
tests/test_reduce_migration.py
tests/test_regressions.py
tests/test_release_notebook_check.py
tests/test_release_readiness_gate.py
tests/test_round3.py
tests/test_round4.py
tests/test_story_trajectories.py
tests/test_streaming.py
tests/test_surface.py
tests/test_text2mat.py
tests/test_window_animation.py
tests/align/__init__.py
tests/align/test_align_base.py
tests/align/test_align_dispatcher.py
tests/align/test_hyperalign.py
tests/align/test_procrustes_child.py
tests/align/test_rsrm.py
tests/align/test_srm.py
tests/cluster/__init__.py
tests/cluster/test_cluster_module.py
tests/core/__init__.py
tests/core/test_configurator.py
tests/core/test_core_exceptions.py
tests/core/test_dw_probe.py
tests/core/test_get.py
tests/core/test_model.py
tests/core/test_shared.py
tests/data/drive_large_file_interstitial.html
tests/data/rehosted_compat_baseline.json
tests/data/rehosted_conversion_manifest.json
tests/data/rehosted_legacy_provenance.json
tests/external/__init__.py
tests/external/test_external_move.py
tests/impute/__init__.py
tests/impute/conftest.py
tests/impute/test_dispatcher.py
tests/impute/test_format_data_integration.py
tests/impute/test_imputers.py
tests/io/__init__.py
tests/io/test_io_module.py
tests/io/test_save.py
tests/manip/__init__.py
tests/manip/test_axis1.py
tests/manip/test_manip_base.py
tests/manip/test_normalize_zscore.py
tests/manip/test_public_api.py
tests/manip/test_smooth_gaussian.py
tests/manip/test_smooth_resample.py
tests/plot/__init__.py
tests/plot/test_animate_module.py
tests/plot/test_backend_renames.py
tests/plot/test_colors_module.py
tests/plot/test_matplotlib_backend_bugs.py
tests/plot/test_predict_integration.py
tests/predict/__init__.py
tests/predict/test_arima.py
tests/predict/test_autoreg.py
tests/predict/test_chronos.py
tests/predict/test_common.py
tests/predict/test_dispatcher.py
tests/predict/test_gp.py
tests/predict/test_kalman.py
tests/predict/test_laplace.py
tests/reduce/__init__.py
tests/reduce/test_reduce_module.py