CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS.md
ESTIMATOR_OVERVIEW.md
GOVERNANCE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
build_tools/changelog.py
build_tools/check_backticks.py
build_tools/make_release.py
build_tools/nb_json_formatter.py
docs/source/Makefile
docs/source/about.rst
docs/source/api_reference.rst
docs/source/changelog.rst
docs/source/changelog_header_template.rst
docs/source/conf.py
docs/source/developer_guide.rst
docs/source/developers.rst
docs/source/estimator_overview.md
docs/source/examples.rst
docs/source/get_involved.rst
docs/source/get_started.rst
docs/source/glossary.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/make.bat
docs/source/related_software.rst
docs/source/roadmap.rst
docs/source/roadmap_2021.rst
docs/source/symlink_examples.sh
docs/source/tutorials.rst
docs/source/users.rst
docs/source/_static/css/custom.css
docs/source/_static/css/fields.css
docs/source/_static/js/dynamic_table.js
docs/source/_templates/class.rst
docs/source/_templates/class_with_call.rst
docs/source/_templates/function.rst
docs/source/_templates/layout.html
docs/source/_templates/numpydoc_docstring.rst
docs/source/about/_mission.rst
docs/source/about/artwork.rst
docs/source/about/citation.md
docs/source/about/contributors.md
docs/source/about/funding.rst
docs/source/about/history.rst
docs/source/about/mission.rst
docs/source/about/showcase.rst
docs/source/about/team.rst
docs/source/api_reference/alignment.rst
docs/source/api_reference/base.rst
docs/source/api_reference/benchmarking.rst
docs/source/api_reference/classification.rst
docs/source/api_reference/clustering.rst
docs/source/api_reference/data_format.rst
docs/source/api_reference/datasets.rst
docs/source/api_reference/deployment.rst
docs/source/api_reference/detection.rst
docs/source/api_reference/dists_kernels.rst
docs/source/api_reference/exceptions.rst
docs/source/api_reference/forecasting.rst
docs/source/api_reference/param_est.rst
docs/source/api_reference/performance_metrics.rst
docs/source/api_reference/pipeline.rst
docs/source/api_reference/regression.rst
docs/source/api_reference/series_as_features.rst
docs/source/api_reference/split.rst
docs/source/api_reference/tags.rst
docs/source/api_reference/transformations.rst
docs/source/api_reference/utils.rst
docs/source/api_reference/file_specifications/ts.rst
docs/source/contributing/enhancement_proposals.rst
docs/source/contributing/reporting_bugs.rst
docs/source/contributing/reviewer_guide.rst
docs/source/developer_guide/add_dataset.rst
docs/source/developer_guide/add_estimators.rst
docs/source/developer_guide/coding_standards.rst
docs/source/developer_guide/continuous_integration.rst
docs/source/developer_guide/dependencies.rst
docs/source/developer_guide/deprecation.rst
docs/source/developer_guide/documentation.rst
docs/source/developer_guide/git_workflow.rst
docs/source/developer_guide/release.rst
docs/source/developer_guide/testing_framework.rst
docs/source/events/gsoc_2022.md
docs/source/examples/00_sktime_intro.ipynb
docs/source/examples/01_forecasting.ipynb
docs/source/examples/01a_forecasting_sklearn.ipynb
docs/source/examples/01b_forecasting_proba.ipynb
docs/source/examples/01c_forecasting_hierarchical_global.ipynb
docs/source/examples/02_classification.ipynb
docs/source/examples/03_transformers.ipynb
docs/source/examples/03a_transformers_cheat_sheet.ipynb
docs/source/examples/03b_forecasting_transformers_pipelines_tuning.ipynb
docs/source/examples/04_benchmarking.ipynb
docs/source/examples/04_benchmarking_v2.ipynb
docs/source/examples/05_graphical_pipelines.ipynb
docs/source/examples/06_distances_kernels_alignment.ipynb
docs/source/examples/07_detection_anomaly_changepoints.ipynb
docs/source/examples/AA_datatypes_and_datasets.ipynb
docs/source/examples/annotation/segmentation_with_clasp.ipynb
docs/source/examples/blog_posts/Overview_of_sktime_functionalities_for_forecasting.ipynb
docs/source/examples/blog_posts/README.md
docs/source/examples/classification/channel_selection.ipynb
docs/source/examples/classification/dictionary_based_classification.ipynb
docs/source/examples/classification/early_classification.ipynb
docs/source/examples/classification/interval_based_classification.ipynb
docs/source/examples/clustering/partition_based_clustering.ipynb
docs/source/examples/data/loading_data.ipynb
docs/source/examples/forecasting/window_splitters.ipynb
docs/source/examples/global_fc/X.pkl
docs/source/examples/global_fc/y.pkl
docs/source/examples/img/OSULeaf.jpg
docs/source/examples/img/annotation_tree.png
docs/source/examples/img/arrow-heads.png
docs/source/examples/img/classification_pipeline.png
docs/source/examples/img/dtw.png
docs/source/examples/img/estimator-conceptual-model.jpg
docs/source/examples/img/estimator-search.png
docs/source/examples/img/forecasting-to-regression-reduction.png
docs/source/examples/img/forecasting.png
docs/source/examples/img/forecasting_pipeline.png
docs/source/examples/img/from-shapes-to-time-series.png
docs/source/examples/img/graphical_pipeline.png
docs/source/examples/img/graphical_pipeline_example.png
docs/source/examples/img/graphical_pipeline_example_grid.png
docs/source/examples/img/graphical_pipeline_simplified.png
docs/source/examples/img/hierarchytree.png
docs/source/examples/img/hierarchytree_grouped.png
docs/source/examples/img/leaf_types.png
docs/source/examples/img/leaves_shapelets.png
docs/source/examples/img/segmentation_use_cases.png
docs/source/examples/img/sequential_pipeline.png
docs/source/examples/img/shapelet_classifier.png
docs/source/examples/img/sklearn-unified-interface.jpg
docs/source/examples/img/sktime-composable.png
docs/source/examples/img/sktime-doc-estimator-overview.png
docs/source/examples/img/sktime-interoperable.png
docs/source/examples/img/sktime-logo-text-horizontal.jpg
docs/source/examples/img/ts-fragmentation.png
docs/source/examples/img/tsc.png
docs/source/examples/img/unified_framework.png
docs/source/examples/img/verdena_shapelet.png
docs/source/examples/other/distances.ipynb
docs/source/examples/other/mlflow.ipynb
docs/source/examples/transformation/catch22.ipynb
docs/source/examples/transformation/feature_extraction_with_tsfresh.ipynb
docs/source/examples/transformation/hidalgo_segmentation.ipynb
docs/source/examples/transformation/interpolation.ipynb
docs/source/examples/transformation/minirocket.ipynb
docs/source/examples/transformation/plateau_finder.ipynb
docs/source/examples/transformation/rocket.ipynb
docs/source/examples/transformation/signature_method.ipynb
docs/source/examples/transformation/theta_transform.ipynb
docs/source/examples/transformation/fracdiff/example_exercise.ipynb
docs/source/examples/transformation/fracdiff/example_howto.ipynb
docs/source/examples/transformation/fracdiff/example_prado.ipynb
docs/source/examples/transformation/fracdiff/fig/nky.png
docs/source/examples/transformation/fracdiff/fig/spx.png
docs/source/examples/transformation/fracdiff/fig/spx.py
docs/source/get_involved/code_of_conduct.rst
docs/source/get_involved/contributing.rst
docs/source/get_involved/governance.rst
docs/source/get_involved/meetups.rst
docs/source/get_involved/mentoring.rst
docs/source/images/cdrc.jpg
docs/source/images/esrc-ukri.png
docs/source/images/gsoc.png
docs/source/images/numfocus.png
docs/source/images/sktime-favicon.ico
docs/source/images/sktime-logo-no-text-vertical.png
docs/source/images/sktime-logo-no-text.jpg
docs/source/images/sktime-logo-no-text.svg
docs/source/images/sktime-logo-text-horizontal.png
docs/source/images/sktime-logo.jpg
docs/source/images/sktime-logo.png
docs/source/images/sktime-logo.svg
docs/source/images/the-alan-turing-institute.png
docs/source/includes/api_css.rst
docs/source/user_guide/introduction.rst
examples/00_sktime_intro.ipynb
examples/01_forecasting.ipynb
examples/01a_forecasting_sklearn.ipynb
examples/01b_forecasting_proba.ipynb
examples/01c_forecasting_hierarchical_global.ipynb
examples/02_classification.ipynb
examples/03_transformers.ipynb
examples/03a_transformers_cheat_sheet.ipynb
examples/03b_forecasting_transformers_pipelines_tuning.ipynb
examples/04_benchmarking.ipynb
examples/04_benchmarking_v2.ipynb
examples/05_graphical_pipelines.ipynb
examples/06_distances_kernels_alignment.ipynb
examples/07_detection_anomaly_changepoints.ipynb
examples/AA_datatypes_and_datasets.ipynb
examples/annotation/segmentation_with_clasp.ipynb
examples/blog_posts/Overview_of_sktime_functionalities_for_forecasting.ipynb
examples/blog_posts/README.md
examples/classification/channel_selection.ipynb
examples/classification/dictionary_based_classification.ipynb
examples/classification/early_classification.ipynb
examples/classification/interval_based_classification.ipynb
examples/clustering/partition_based_clustering.ipynb
examples/data/loading_data.ipynb
examples/forecasting/window_splitters.ipynb
examples/global_fc/X.pkl
examples/global_fc/y.pkl
examples/img/OSULeaf.jpg
examples/img/annotation_tree.png
examples/img/arrow-heads.png
examples/img/classification_pipeline.png
examples/img/dtw.png
examples/img/estimator-conceptual-model.jpg
examples/img/estimator-search.png
examples/img/forecasting-to-regression-reduction.png
examples/img/forecasting.png
examples/img/forecasting_pipeline.png
examples/img/from-shapes-to-time-series.png
examples/img/graphical_pipeline.png
examples/img/graphical_pipeline_example.png
examples/img/graphical_pipeline_example_grid.png
examples/img/graphical_pipeline_simplified.png
examples/img/hierarchytree.png
examples/img/hierarchytree_grouped.png
examples/img/leaf_types.png
examples/img/leaves_shapelets.png
examples/img/segmentation_use_cases.png
examples/img/sequential_pipeline.png
examples/img/shapelet_classifier.png
examples/img/sklearn-unified-interface.jpg
examples/img/sktime-composable.png
examples/img/sktime-doc-estimator-overview.png
examples/img/sktime-interoperable.png
examples/img/sktime-logo-text-horizontal.jpg
examples/img/ts-fragmentation.png
examples/img/tsc.png
examples/img/unified_framework.png
examples/img/verdena_shapelet.png
examples/other/distances.ipynb
examples/other/mlflow.ipynb
examples/transformation/catch22.ipynb
examples/transformation/feature_extraction_with_tsfresh.ipynb
examples/transformation/hidalgo_segmentation.ipynb
examples/transformation/interpolation.ipynb
examples/transformation/minirocket.ipynb
examples/transformation/plateau_finder.ipynb
examples/transformation/rocket.ipynb
examples/transformation/signature_method.ipynb
examples/transformation/theta_transform.ipynb
examples/transformation/fracdiff/example_exercise.ipynb
examples/transformation/fracdiff/example_howto.ipynb
examples/transformation/fracdiff/example_prado.ipynb
examples/transformation/fracdiff/fig/nky.png
examples/transformation/fracdiff/fig/spx.png
examples/transformation/fracdiff/fig/spx.py
extension_templates/alignment.py
extension_templates/classification.py
extension_templates/clustering.py
extension_templates/detection.py
extension_templates/dist_kern_panel.py
extension_templates/dist_kern_tab.py
extension_templates/early_classification.py
extension_templates/forecasting.py
extension_templates/forecasting_global_supersimple.py
extension_templates/forecasting_simple.py
extension_templates/forecasting_supersimple.py
extension_templates/metric_detection.py
extension_templates/param_est.py
extension_templates/split.py
extension_templates/transformer.py
extension_templates/transformer_simple.py
extension_templates/transformer_supersimple.py
sktime/__init__.py
sktime/_nopytest_tests.py
sktime/exceptions.py
sktime.egg-info/PKG-INFO
sktime.egg-info/SOURCES.txt
sktime.egg-info/dependency_links.txt
sktime.egg-info/requires.txt
sktime.egg-info/top_level.txt
sktime/_contrib/__init__.py
sktime/_contrib/_plot_path.py
sktime/_contrib/classification_examples.py
sktime/_contrib/classification_experiments.py
sktime/_contrib/classifier_capabilities_table.py
sktime/_contrib/clustering_experiments.py
sktime/_contrib/data_io.py
sktime/_contrib/distance_refactor.py
sktime/_contrib/set_classifier.py
sktime/_contrib/set_clusterer.py
sktime/_contrib/clustering/__init__.py
sktime/_contrib/clustering/_dba_plotting.py
sktime/_contrib/clustering/clustering_examples.py
sktime/_contrib/distance_based/__init__.py
sktime/_contrib/distance_based/elastic_ensemble_from_file.py
sktime/_contrib/notebooks/__init__.py
sktime/_contrib/notebooks/img/__init__.py
sktime/_contrib/notebooks/img/windows_installation/__init__.py
sktime/_contrib/tests/__init__.py
sktime/_contrib/tests/test_experiments.py
sktime/alignment/__init__.py
sktime/alignment/base.py
sktime/alignment/dtaidist.py
sktime/alignment/dtw_numba.py
sktime/alignment/dtw_python.py
sktime/alignment/edit_numba.py
sktime/alignment/lucky.py
sktime/alignment/naive.py
sktime/alignment/tests/__init__.py
sktime/alignment/tests/test_all_aligners.py
sktime/alignment/utils/__init__.py
sktime/alignment/utils/utils_align.py
sktime/base/__init__.py
sktime/base/_base.py
sktime/base/_base_panel.py
sktime/base/_meta.py
sktime/base/_proba.py
sktime/base/_serialize.py
sktime/base/_tagmanager.py
sktime/base/_panel/__init__.py
sktime/base/_panel/knn.py
sktime/base/_panel/forest/__init__.py
sktime/base/_panel/forest/_composable.py
sktime/base/_panel/forest/_tsf.py
sktime/base/_panel/forest/tests/__init__.py
sktime/base/_panel/forest/tests/test_feature_importances_.py
sktime/base/_panel/forest/tests/test_tsf.py
sktime/base/adapters/__init__.py
sktime/base/adapters/_pyts.py
sktime/base/adapters/_tslearn.py
sktime/base/tests/__init__.py
sktime/base/tests/test_base.py
sktime/base/tests/test_base_sktime.py
sktime/benchmarking/__init__.py
sktime/benchmarking/_benchmarking_dataclasses.py
sktime/benchmarking/_storage_handlers.py
sktime/benchmarking/_utils.py
sktime/benchmarking/base.py
sktime/benchmarking/benchmarks.py
sktime/benchmarking/classification.py
sktime/benchmarking/critical_difference.py
sktime/benchmarking/data.py
sktime/benchmarking/evaluation.py
sktime/benchmarking/experiments.py
sktime/benchmarking/forecasting.py
sktime/benchmarking/metrics.py
sktime/benchmarking/orchestration.py
sktime/benchmarking/results.py
sktime/benchmarking/strategies.py
sktime/benchmarking/tasks.py
sktime/benchmarking/tests/__init__.py
sktime/benchmarking/tests/test_TSCStrategy.py
sktime/benchmarking/tests/test_classification.py
sktime/benchmarking/tests/test_evaluator.py
sktime/benchmarking/tests/test_experiments.py
sktime/benchmarking/tests/test_forecasting.py
sktime/benchmarking/tests/test_orchestration.py
sktime/benchmarking/tests/test_storage_handlers.py
sktime/benchmarking/tests/test_tasks.py
sktime/classification/__init__.py
sktime/classification/_delegate.py
sktime/classification/base.py
sktime/classification/all/__init__.py
sktime/classification/compose/__init__.py
sktime/classification/compose/_column_ensemble.py
sktime/classification/compose/_multiplexer.py
sktime/classification/compose/_pipeline.py
sktime/classification/compose/tests/__init__.py
sktime/classification/compose/tests/test_pipeline.py
sktime/classification/deep_learning/__init__.py
sktime/classification/deep_learning/_pytorch.py
sktime/classification/deep_learning/base.py
sktime/classification/deep_learning/cnn.py
sktime/classification/deep_learning/cntc.py
sktime/classification/deep_learning/fcn.py
sktime/classification/deep_learning/gru.py
sktime/classification/deep_learning/inceptiontime.py
sktime/classification/deep_learning/lstmfcn.py
sktime/classification/deep_learning/macnn.py
sktime/classification/deep_learning/mcdcnn.py
sktime/classification/deep_learning/mlp.py
sktime/classification/deep_learning/mvts_transformer.py
sktime/classification/deep_learning/resnet.py
sktime/classification/deep_learning/rnn.py
sktime/classification/deep_learning/tapnet.py
sktime/classification/dictionary_based/__init__.py
sktime/classification/dictionary_based/_boss.py
sktime/classification/dictionary_based/_boss_pyts.py
sktime/classification/dictionary_based/_cboss.py
sktime/classification/dictionary_based/_muse.py
sktime/classification/dictionary_based/_tde.py
sktime/classification/dictionary_based/_tde_numba.py
sktime/classification/dictionary_based/_weasel.py
sktime/classification/dictionary_based/tests/__init__.py
sktime/classification/dictionary_based/tests/test_boss.py
sktime/classification/dictionary_based/tests/test_tde.py
sktime/classification/distance_based/__init__.py
sktime/classification/distance_based/_elastic_ensemble.py
sktime/classification/distance_based/_proximity_forest.py
sktime/classification/distance_based/_shape_dtw.py
sktime/classification/distance_based/_time_series_neighbors.py
sktime/classification/distance_based/_time_series_neighbors_pyts.py
sktime/classification/distance_based/_time_series_neighbors_tslearn.py
sktime/classification/distance_based/tests/__init__.py
sktime/classification/distance_based/tests/test_time_series_neighbors.py
sktime/classification/dummy/__init__.py
sktime/classification/dummy/_dummy.py
sktime/classification/dummy/tests/__init__.py
sktime/classification/dummy/tests/test_dummy.py
sktime/classification/early_classification/__init__.py
sktime/classification/early_classification/_probability_threshold.py
sktime/classification/early_classification/_teaser.py
sktime/classification/early_classification/base.py
sktime/classification/early_classification/tests/__init__.py
sktime/classification/early_classification/tests/test_all_early_classifiers.py
sktime/classification/early_classification/tests/test_probability_threshold.py
sktime/classification/early_classification/tests/test_teaser.py
sktime/classification/ensemble/__init__.py
sktime/classification/ensemble/_bagging.py
sktime/classification/ensemble/_ctsf.py
sktime/classification/ensemble/_weighted.py
sktime/classification/ensemble/tests/__init__.py
sktime/classification/ensemble/tests/test_ensemble.py
sktime/classification/feature_based/__init__.py
sktime/classification/feature_based/_catch22_classifier.py
sktime/classification/feature_based/_fresh_prince.py
sktime/classification/feature_based/_matrix_profile_classifier.py
sktime/classification/feature_based/_random_interval_classifier.py
sktime/classification/feature_based/_signature_classifier.py
sktime/classification/feature_based/_summary_classifier.py
sktime/classification/feature_based/_tsfresh_classifier.py
sktime/classification/feature_based/tests/__init__.py
sktime/classification/feature_based/tests/test_tsfresh_classifier.py
sktime/classification/foundation_models/__init__.py
sktime/classification/foundation_models/momentfm.py
sktime/classification/hybrid/__init__.py
sktime/classification/hybrid/_hivecote_v1.py
sktime/classification/hybrid/_hivecote_v2.py
sktime/classification/hybrid/tests/__init__.py
sktime/classification/hybrid/tests/test_hivecote_v2.py
sktime/classification/interval_based/__init__.py
sktime/classification/interval_based/_cif.py
sktime/classification/interval_based/_drcif.py
sktime/classification/interval_based/_rise.py
sktime/classification/interval_based/_rise_numba.py
sktime/classification/interval_based/_stsf.py
sktime/classification/interval_based/_tsf.py
sktime/classification/interval_based/tests/__init__.py
sktime/classification/interval_based/tests/test_drcif.py
sktime/classification/interval_based/tests/test_tsf.py
sktime/classification/kernel_based/__init__.py
sktime/classification/kernel_based/_arsenal.py
sktime/classification/kernel_based/_rocket_classifier.py
sktime/classification/kernel_based/_svc.py
sktime/classification/kernel_based/_svc_tslearn.py
sktime/classification/kernel_based/tests/__init__.py
sktime/classification/kernel_based/tests/test_arsenal.py
sktime/classification/model_evaluation/__init__.py
sktime/classification/model_evaluation/_functions.py
sktime/classification/model_evaluation/tests/__init__.py
sktime/classification/model_evaluation/tests/test_evaluate.py
sktime/classification/model_selection/__init__.py
sktime/classification/model_selection/_tune.py
sktime/classification/plotting/__init__.py
sktime/classification/plotting/temporal_importance_diagram.py
sktime/classification/shapelet_based/__init__.py
sktime/classification/shapelet_based/_learning_pyts.py
sktime/classification/shapelet_based/_learning_tslearn.py
sktime/classification/shapelet_based/_mrseql.py
sktime/classification/shapelet_based/_mrsqm.py
sktime/classification/shapelet_based/_stc.py
sktime/classification/shapelet_based/tests/__init__.py
sktime/classification/shapelet_based/tests/test_stc.py
sktime/classification/sklearn/__init__.py
sktime/classification/sklearn/_continuous_interval_tree.py
sktime/classification/sklearn/_continuous_interval_tree_numba.py
sktime/classification/sklearn/_rotation_forest.py
sktime/classification/sklearn/tests/__init__.py
sktime/classification/sklearn/tests/test_all_classifiers.py
sktime/classification/sklearn/tests/test_continuous_interval_tree.py
sktime/classification/sklearn/tests/test_rotation_forest.py
sktime/classification/tests/__init__.py
sktime/classification/tests/_classification_test_reproduction.py
sktime/classification/tests/_expected_outputs.py
sktime/classification/tests/test_all_classifiers.py
sktime/classification/tests/test_base.py
sktime/classification/tests/test_sklearn_compatibility.py
sktime/clustering/__init__.py
sktime/clustering/base.py
sktime/clustering/dbscan.py
sktime/clustering/k_medoids.py
sktime/clustering/k_shapes.py
sktime/clustering/kernel_k_means.py
sktime/clustering/kvisibility.py
sktime/clustering/compose/__init__.py
sktime/clustering/compose/_as_transform.py
sktime/clustering/compose/_pipeline.py
sktime/clustering/compose/tests/__init__.py
sktime/clustering/compose/tests/test_pipeline.py
sktime/clustering/k_means/__init__.py
sktime/clustering/k_means/_k_means.py
sktime/clustering/k_means/_k_means_tslearn.py
sktime/clustering/metrics/__init__.py
sktime/clustering/metrics/medoids.py
sktime/clustering/metrics/averaging/__init__.py
sktime/clustering/metrics/averaging/_averaging.py
sktime/clustering/metrics/averaging/_dba.py
sktime/clustering/metrics/averaging/_dba_numba.py
sktime/clustering/partitioning/__init__.py
sktime/clustering/partitioning/_lloyds.py
sktime/clustering/spatio_temporal/__init__.py
sktime/clustering/spatio_temporal/_st_dbscan.py
sktime/clustering/tests/__init__.py
sktime/clustering/tests/test_all_clusterers.py
sktime/clustering/tests/test_k_means.py
sktime/clustering/tests/test_k_medoids.py
sktime/clustering/tests/test_k_shapes.py
sktime/clustering/tests/test_kernel_k_means.py
sktime/clustering/tests/test_lloyds.py
sktime/clustering/tests/metrics/__init__.py
sktime/clustering/tests/metrics/test_dba.py
sktime/clustering/tests/metrics/test_medoids.py
sktime/clustering/tests/spatio_temporal/__init__.py
sktime/clustering/tests/spatio_temporal/test_st_dbscan.py
sktime/clustering/utils/__init__.py
sktime/clustering/utils/plotting/__init__.py
sktime/clustering/utils/plotting/_plot_partitions.py
sktime/clustering/utils/toy_data_generation/__init__.py
sktime/clustering/utils/toy_data_generation/_make_moving_blobs.py
sktime/datasets/__init__.py
sktime/datasets/_data_io.py
sktime/datasets/_fpp3_loaders.py
sktime/datasets/_hierarchical_demo.py
sktime/datasets/_single_problem_loaders.py
sktime/datasets/setup.py
sktime/datasets/tsc_dataset_names.py
sktime/datasets/tsf_dataset_names.py
sktime/datasets/_readers_writers/__init__.py
sktime/datasets/_readers_writers/arff.py
sktime/datasets/_readers_writers/long.py
sktime/datasets/_readers_writers/ts.py
sktime/datasets/_readers_writers/tsf.py
sktime/datasets/_readers_writers/tsv.py
sktime/datasets/_readers_writers/utils.py
sktime/datasets/base/__init__.py
sktime/datasets/base/_base.py
sktime/datasets/classification/__init__.py
sktime/datasets/classification/_base.py
sktime/datasets/classification/arrow_head.py
sktime/datasets/classification/basic_motions.py
sktime/datasets/classification/gunpoint.py
sktime/datasets/classification/italy_power_demand.py
sktime/datasets/classification/japanese_vowels.py
sktime/datasets/classification/osuleaf.py
sktime/datasets/classification/plaid.py
sktime/datasets/data/dataset_lists.py
sktime/datasets/data/ACSF1/ACSF1_TEST.ts
sktime/datasets/data/ACSF1/ACSF1_TRAIN.ts
sktime/datasets/data/Airline/Airline.csv
sktime/datasets/data/ArrowHead/ArrowHead_TEST.arff
sktime/datasets/data/ArrowHead/ArrowHead_TEST.ts
sktime/datasets/data/ArrowHead/ArrowHead_TRAIN.arff
sktime/datasets/data/ArrowHead/ArrowHead_TRAIN.ts
sktime/datasets/data/ArrowHead/ArrowHead_TRAIN.tsv
sktime/datasets/data/BasicMotions/BasicMotions_TEST.arff
sktime/datasets/data/BasicMotions/BasicMotions_TEST.ts
sktime/datasets/data/BasicMotions/BasicMotions_TRAIN.arff
sktime/datasets/data/BasicMotions/BasicMotions_TRAIN.ts
sktime/datasets/data/Covid3Month/Covid3Month_TEST.ts
sktime/datasets/data/Covid3Month/Covid3Month_TRAIN.ts
sktime/datasets/data/GunPoint/GunPoint_TEST.ts
sktime/datasets/data/GunPoint/GunPoint_TRAIN.arff
sktime/datasets/data/GunPoint/GunPoint_TRAIN.ts
sktime/datasets/data/GunPoint/GunPoint_TRAIN.tsv
sktime/datasets/data/ItalyPowerDemand/ItalyPowerDemand_TEST.arff
sktime/datasets/data/ItalyPowerDemand/ItalyPowerDemand_TEST.ts
sktime/datasets/data/ItalyPowerDemand/ItalyPowerDemand_TRAIN.arff
sktime/datasets/data/ItalyPowerDemand/ItalyPowerDemand_TRAIN.ts
sktime/datasets/data/JapaneseVowels/JapaneseVowels_TEST.ts
sktime/datasets/data/JapaneseVowels/JapaneseVowels_TRAIN.ts
sktime/datasets/data/Longley/Longley.csv
sktime/datasets/data/Lynx/Lynx.csv
sktime/datasets/data/OSULeaf/OSULeaf_TEST.ts
sktime/datasets/data/OSULeaf/OSULeaf_TRAIN.ts
sktime/datasets/data/PBS_dataset/PBS_dataset.csv
sktime/datasets/data/PLAID/PLAID_TEST.arff
sktime/datasets/data/PLAID/PLAID_TEST.ts
sktime/datasets/data/PLAID/PLAID_TRAIN.arff
sktime/datasets/data/PLAID/PLAID_TRAIN.ts
sktime/datasets/data/ShampooSales/ShampooSales.csv
sktime/datasets/data/Tecator/Tecator_TEST.ts
sktime/datasets/data/Tecator/Tecator_TRAIN.ts
sktime/datasets/data/UnitTest/UnitTest.tsf
sktime/datasets/data/UnitTest/UnitTest_TEST.ts
sktime/datasets/data/UnitTest/UnitTest_TRAIN.ts
sktime/datasets/data/UnitTest/UnitTest_Tsf_Loader.tsf
sktime/datasets/data/UnitTest/UnitTest_Tsf_Loader_hierarchical.tsf
sktime/datasets/data/UnitTest/UnitTest_Tsf_Loader_no_start_timestamp.tsf
sktime/datasets/data/Uschange/Uschange.csv
sktime/datasets/data/mitdb/mitdb.csv
sktime/datasets/data/seatbelts/seatbelts.csv
sktime/datasets/data/segmentation/ElectricDevices.csv
sktime/datasets/data/segmentation/GunPoint.csv
sktime/datasets/data/solar/solar.csv
sktime/datasets/data/yahoo/yahoo.csv
sktime/datasets/forecasting/__init__.py
sktime/datasets/forecasting/_base.py
sktime/datasets/forecasting/airline.py
sktime/datasets/forecasting/hierarchical_sales_toydata.py
sktime/datasets/forecasting/longley.py
sktime/datasets/forecasting/lynx.py
sktime/datasets/forecasting/m5_competition.py
sktime/datasets/forecasting/macroeconomic.py
sktime/datasets/forecasting/shampoo_sales.py
sktime/datasets/forecasting/solar.py
sktime/datasets/forecasting/uschange.py
sktime/datasets/regression/__init__.py
sktime/datasets/regression/_base.py
sktime/datasets/regression/tecator.py
sktime/datasets/tests/__init__.py
sktime/datasets/tests/test_all_classification_datasets.py
sktime/datasets/tests/test_all_datasets.py
sktime/datasets/tests/test_all_forecasting_datasets.py
sktime/datasets/tests/test_all_regression_datasets.py
sktime/datasets/tests/test_data_io.py
sktime/datasets/tests/test_datadownload.py
sktime/datasets/tests/test_hierarchical_demo.py
sktime/datasets/tests/test_loaders.py
sktime/datasets/tests/test_readers_writers.py
sktime/datasets/tests/test_single_problem_loaders.py
sktime/datatypes/__init__.py
sktime/datatypes/_check.py
sktime/datatypes/_convert.py
sktime/datatypes/_dtypekind.py
sktime/datatypes/_examples.py
sktime/datatypes/_registry.py
sktime/datatypes/_utilities.py
sktime/datatypes/_vectorize.py
sktime/datatypes/_adapter/__init__.py
sktime/datatypes/_adapter/dask_to_pd.py
sktime/datatypes/_adapter/gluonts.py
sktime/datatypes/_adapter/gluonts_to_pd_multiindex.py
sktime/datatypes/_adapter/pd_multiindex_to_list_dataset.py
sktime/datatypes/_adapter/polars.py
sktime/datatypes/_adapter/tests/__init__.py
sktime/datatypes/_adapter/tests/test_dask_pd.py
sktime/datatypes/_adapter/tests/test_gluonts.py
sktime/datatypes/_adapter/tests/test_polars.py
sktime/datatypes/_alignment/__init__.py
sktime/datatypes/_alignment/_base.py
sktime/datatypes/_alignment/_check.py
sktime/datatypes/_alignment/_examples.py
sktime/datatypes/_base/__init__.py
sktime/datatypes/_base/_base.py
sktime/datatypes/_base/_common.py
sktime/datatypes/_convert_utils/__init__.py
sktime/datatypes/_convert_utils/_coerce.py
sktime/datatypes/_convert_utils/_convert.py
sktime/datatypes/_hierarchical/__init__.py
sktime/datatypes/_hierarchical/_base.py
sktime/datatypes/_hierarchical/_check.py
sktime/datatypes/_hierarchical/_convert.py
sktime/datatypes/_hierarchical/_examples.py
sktime/datatypes/_panel/__init__.py
sktime/datatypes/_panel/_base.py
sktime/datatypes/_panel/_check.py
sktime/datatypes/_panel/_convert.py
sktime/datatypes/_panel/_examples.py
sktime/datatypes/_proba/__init__.py
sktime/datatypes/_proba/_base.py
sktime/datatypes/_proba/_check.py
sktime/datatypes/_proba/_convert.py
sktime/datatypes/_proba/_examples.py
sktime/datatypes/_series/__init__.py
sktime/datatypes/_series/_base.py
sktime/datatypes/_series/_check.py
sktime/datatypes/_series/_convert.py
sktime/datatypes/_series/_examples.py
sktime/datatypes/_series/_mtypes.py
sktime/datatypes/_series_as_panel/__init__.py
sktime/datatypes/_series_as_panel/_convert.py
sktime/datatypes/_table/__init__.py
sktime/datatypes/_table/_base.py
sktime/datatypes/_table/_check.py
sktime/datatypes/_table/_convert.py
sktime/datatypes/_table/_examples.py
sktime/datatypes/tests/__init__.py
sktime/datatypes/tests/test_check.py
sktime/datatypes/tests/test_convert.py
sktime/datatypes/tests/test_convert_bugfixes.py
sktime/datatypes/tests/test_convert_to.py
sktime/datatypes/tests/test_feature_kind_inference.py
sktime/datatypes/tests/test_lookup.py
sktime/datatypes/tests/test_panel_converters.py
sktime/datatypes/tests/test_series_to_panel_converters.py
sktime/datatypes/tests/test_utils.py
sktime/datatypes/tests/test_vectorize.py
sktime/detection/__init__.py
sktime/detection/bs.py
sktime/detection/clasp.py
sktime/detection/clust.py
sktime/detection/datagen.py
sktime/detection/eagglo.py
sktime/detection/ggs.py
sktime/detection/hmm.py
sktime/detection/igts.py
sktime/detection/lof.py
sktime/detection/stray.py
sktime/detection/wclust.py
sktime/detection/_datatypes/__init__.py
sktime/detection/_datatypes/_check.py
sktime/detection/_datatypes/_convert.py
sktime/detection/_datatypes/_examples.py
sktime/detection/_datatypes/test/__init__.py
sktime/detection/_datatypes/test/test_convert.py
sktime/detection/adapters/__init__.py
sktime/detection/adapters/_pyod.py
sktime/detection/base/__init__.py
sktime/detection/base/_base.py
sktime/detection/compose/__init__.py
sktime/detection/compose/_as_transform.py
sktime/detection/compose/_pipeline.py
sktime/detection/dummy/__init__.py
sktime/detection/dummy/_dummy_regular_an.py
sktime/detection/dummy/_dummy_regular_cp.py
sktime/detection/dummy/_zero_an.py
sktime/detection/dummy/_zero_cp.py
sktime/detection/dummy/_zero_seg.py
sktime/detection/hmm_learn/__init__.py
sktime/detection/hmm_learn/base.py
sktime/detection/hmm_learn/gaussian.py
sktime/detection/hmm_learn/gmm.py
sktime/detection/hmm_learn/poisson.py
sktime/detection/naive/__init__.py
sktime/detection/naive/_threshold.py
sktime/detection/plotting/__init__.py
sktime/detection/plotting/utils.py
sktime/detection/skchange_aseg/__init__.py
sktime/detection/skchange_aseg/capa.py
sktime/detection/skchange_aseg/circular_binseg.py
sktime/detection/skchange_aseg/mvcapa.py
sktime/detection/skchange_aseg/statthreshold.py
sktime/detection/skchange_cp/__init__.py
sktime/detection/skchange_cp/moving_window.py
sktime/detection/skchange_cp/pelt.py
sktime/detection/skchange_cp/seeded_binseg.py
sktime/detection/tests/__init__.py
sktime/detection/tests/test_all_detectors.py
sktime/detection/tests/test_base.py
sktime/detection/tests/test_bs.py
sktime/detection/tests/test_clasp.py
sktime/detection/tests/test_datagen.py
sktime/detection/tests/test_dummy.py
sktime/detection/tests/test_eagglo.py
sktime/detection/tests/test_ggs.py
sktime/detection/tests/test_hmm.py
sktime/detection/tests/test_hmm_learn.py
sktime/detection/tests/test_igts.py
sktime/detection/tests/test_lof.py
sktime/detection/tests/test_plotting.py
sktime/detection/tests/test_stray.py
sktime/detection/utils/__init__.py
sktime/detection/utils/_arr_to_seg.py
sktime/detection/utils/_seg_middle.py
sktime/distances/__init__.py
sktime/distances/_ddtw.py
sktime/distances/_ddtw_numba.py
sktime/distances/_distance.py
sktime/distances/_distance_alignment_paths.py
sktime/distances/_distance_pairwise.py
sktime/distances/_dtw.py
sktime/distances/_dtw_numba.py
sktime/distances/_edr.py
sktime/distances/_edr_numba.py
sktime/distances/_erp.py
sktime/distances/_erp_numba.py
sktime/distances/_euclidean.py
sktime/distances/_euclidean_numba.py
sktime/distances/_lcss.py
sktime/distances/_lcss_numba.py
sktime/distances/_lower_bounding_numba.py
sktime/distances/_msm.py
sktime/distances/_msm_numba.py
sktime/distances/_numba_utils.py
sktime/distances/_resolve_metric.py
sktime/distances/_squared.py
sktime/distances/_squared_numba.py
sktime/distances/_twe.py
sktime/distances/_twe_numba.py
sktime/distances/_wddtw.py
sktime/distances/_wdtw.py
sktime/distances/_wdtw_numba.py
sktime/distances/lower_bounding.py
sktime/distances/mpdist.py
sktime/distances/base/__init__.py
sktime/distances/base/_base.py
sktime/distances/base/_types.py
sktime/distances/tests/__init__.py
sktime/distances/tests/_expected_results.py
sktime/distances/tests/_shared_tests.py
sktime/distances/tests/_utils.py
sktime/distances/tests/test_distance_alignment_path.py
sktime/distances/tests/test_distance_correctness.py
sktime/distances/tests/test_lower_bounding.py
sktime/distances/tests/test_numba_distance_parameters.py
sktime/distances/tests/test_numba_distances.py
sktime/distances/tests/test_pairwise_distances.py
sktime/dists_kernels/__init__.py
sktime/dists_kernels/algebra.py
sktime/dists_kernels/compose.py
sktime/dists_kernels/compose_from_align.py
sktime/dists_kernels/compose_tab_to_panel.py
sktime/dists_kernels/ctw.py
sktime/dists_kernels/dist_to_kern.py
sktime/dists_kernels/dummy.py
sktime/dists_kernels/edit_dist.py
sktime/dists_kernels/gak.py
sktime/dists_kernels/indep.py
sktime/dists_kernels/lcss.py
sktime/dists_kernels/lucky.py
sktime/dists_kernels/scipy_dist.py
sktime/dists_kernels/signature_kernel.py
sktime/dists_kernels/base/__init__.py
sktime/dists_kernels/base/_base.py
sktime/dists_kernels/base/_delegate.py
sktime/dists_kernels/base/adapters/__init__.py
sktime/dists_kernels/base/adapters/_sklearn.py
sktime/dists_kernels/base/adapters/_tslearn.py
sktime/dists_kernels/dtw/__init__.py
sktime/dists_kernels/dtw/_dtw_dtaidist.py
sktime/dists_kernels/dtw/_dtw_python.py
sktime/dists_kernels/dtw/_dtw_sktime.py
sktime/dists_kernels/dtw/_dtw_tslearn.py
sktime/dists_kernels/tests/__init__.py
sktime/dists_kernels/tests/test_all_dist_kernels.py
sktime/dists_kernels/tests/test_compose_tab_to_panel.py
sktime/dists_kernels/tests/test_dist_kernels_dunders.py
sktime/dists_kernels/tests/test_scipy_dist.py
sktime/forecasting/__init__.py
sktime/forecasting/ardl.py
sktime/forecasting/auto_reg.py
sktime/forecasting/autots.py
sktime/forecasting/bats.py
sktime/forecasting/boxcox_bias_adjusted_forecaster.py
sktime/forecasting/chronos.py
sktime/forecasting/conditional_invertible_neural_network.py
sktime/forecasting/conformal.py
sktime/forecasting/croston.py
sktime/forecasting/darts.py
sktime/forecasting/dummy.py
sktime/forecasting/dynamic_factor.py
sktime/forecasting/enbpi.py
sktime/forecasting/es_rnn.py
sktime/forecasting/ets.py
sktime/forecasting/exp_smoothing.py
sktime/forecasting/fbprophet.py
sktime/forecasting/greykite.py
sktime/forecasting/hf_momentfm_forecaster.py
sktime/forecasting/hf_transformers_forecaster.py
sktime/forecasting/ltsf.py
sktime/forecasting/mapa.py
sktime/forecasting/moirai_forecaster.py
sktime/forecasting/neuralforecast.py
sktime/forecasting/prophetverse.py
sktime/forecasting/pykan_forecaster.py
sktime/forecasting/pytorchforecasting.py
sktime/forecasting/rbf_forecaster.py
sktime/forecasting/reconcile.py
sktime/forecasting/sarimax.py
sktime/forecasting/scinet.py
sktime/forecasting/squaring_residuals.py
sktime/forecasting/statsforecast.py
sktime/forecasting/structural.py
sktime/forecasting/tbats.py
sktime/forecasting/theta.py
sktime/forecasting/time_llm.py
sktime/forecasting/timemoe.py
sktime/forecasting/timesfm_forecaster.py
sktime/forecasting/ttm.py
sktime/forecasting/var.py
sktime/forecasting/var_reduce.py
sktime/forecasting/varmax.py
sktime/forecasting/vecm.py
sktime/forecasting/adapters/__init__.py
sktime/forecasting/adapters/_hcrystalball.py
sktime/forecasting/all/__init__.py
sktime/forecasting/arch/__init__.py
sktime/forecasting/arch/_statsforecast_arch.py
sktime/forecasting/arch/_uarch.py
sktime/forecasting/arima/__init__.py
sktime/forecasting/arima/_pmdarima.py
sktime/forecasting/arima/_statsmodels.py
sktime/forecasting/base/__init__.py
sktime/forecasting/base/_base.py
sktime/forecasting/base/_delegate.py
sktime/forecasting/base/_fh.py
sktime/forecasting/base/_meta.py
sktime/forecasting/base/_sktime.py
sktime/forecasting/base/adapters/__init__.py
sktime/forecasting/base/adapters/_darts.py
sktime/forecasting/base/adapters/_fbprophet.py
sktime/forecasting/base/adapters/_generalised_statsforecast.py
sktime/forecasting/base/adapters/_neuralforecast.py
sktime/forecasting/base/adapters/_pmdarima.py
sktime/forecasting/base/adapters/_pytorch.py
sktime/forecasting/base/adapters/_pytorchforecasting.py
sktime/forecasting/base/adapters/_statsforecast.py
sktime/forecasting/base/adapters/_statsmodels.py
sktime/forecasting/base/adapters/_tbats.py
sktime/forecasting/base/tests/__init__.py
sktime/forecasting/base/tests/randomtest.py
sktime/forecasting/base/tests/test_base.py
sktime/forecasting/base/tests/test_base_bugs.py
sktime/forecasting/base/tests/test_fh.py
sktime/forecasting/compose/__init__.py
sktime/forecasting/compose/_bagging.py
sktime/forecasting/compose/_column_ensemble.py
sktime/forecasting/compose/_ensemble.py
sktime/forecasting/compose/_fallback.py
sktime/forecasting/compose/_fhplex.py
sktime/forecasting/compose/_grouped.py
sktime/forecasting/compose/_hierarchy_ensemble.py
sktime/forecasting/compose/_ignore_x.py
sktime/forecasting/compose/_multiplexer.py
sktime/forecasting/compose/_pipeline.py
sktime/forecasting/compose/_reduce.py
sktime/forecasting/compose/_skforecast_reduce.py
sktime/forecasting/compose/_stack.py
sktime/forecasting/compose/_transform_select_forecaster.py
sktime/forecasting/compose/tests/__init__.py
sktime/forecasting/compose/tests/test_autoensemble.py
sktime/forecasting/compose/tests/test_bagging.py
sktime/forecasting/compose/tests/test_column_ensemble.py
sktime/forecasting/compose/tests/test_ensemble.py
sktime/forecasting/compose/tests/test_fallback.py
sktime/forecasting/compose/tests/test_forecastx.py
sktime/forecasting/compose/tests/test_groupbycategoryforecaster.py
sktime/forecasting/compose/tests/test_hierarchy_ensemble.py
sktime/forecasting/compose/tests/test_ignorex.py
sktime/forecasting/compose/tests/test_multiplex.py
sktime/forecasting/compose/tests/test_pipeline.py
sktime/forecasting/compose/tests/test_reduce.py
sktime/forecasting/compose/tests/test_reduce_global.py
sktime/forecasting/compose/tests/test_skforecast_reduce.py
sktime/forecasting/compose/tests/test_transformer_select_forecaster.py
sktime/forecasting/model_evaluation/__init__.py
sktime/forecasting/model_evaluation/_functions.py
sktime/forecasting/model_evaluation/tests/__init__.py
sktime/forecasting/model_evaluation/tests/test_evaluate.py
sktime/forecasting/model_selection/__init__.py
sktime/forecasting/model_selection/_tune.py
sktime/forecasting/model_selection/tests/__init__.py
sktime/forecasting/model_selection/tests/test_tune.py
sktime/forecasting/naive/__init__.py
sktime/forecasting/naive/_naive.py
sktime/forecasting/online_learning/__init__.py
sktime/forecasting/online_learning/_online_ensemble.py
sktime/forecasting/online_learning/_prediction_weighted_ensembler.py
sktime/forecasting/online_learning/tests/__init__.py
sktime/forecasting/online_learning/tests/test_online_learning.py
sktime/forecasting/stream/__init__.py
sktime/forecasting/stream/_update.py
sktime/forecasting/tests/__init__.py
sktime/forecasting/tests/_config.py
sktime/forecasting/tests/test_all_forecasters.py
sktime/forecasting/tests/test_ardl.py
sktime/forecasting/tests/test_auto_reg.py
sktime/forecasting/tests/test_categorical.py
sktime/forecasting/tests/test_conformal.py
sktime/forecasting/tests/test_croston.py
sktime/forecasting/tests/test_darts.py
sktime/forecasting/tests/test_dynamic_factor.py
sktime/forecasting/tests/test_ets.py
sktime/forecasting/tests/test_exp_smoothing.py
sktime/forecasting/tests/test_hf_transformers_forecaster.py
sktime/forecasting/tests/test_interval_wrappers.py
sktime/forecasting/tests/test_known_values.py
sktime/forecasting/tests/test_mapa.py
sktime/forecasting/tests/test_naive.py
sktime/forecasting/tests/test_neuralforecast.py
sktime/forecasting/tests/test_pmdarima.py
sktime/forecasting/tests/test_prophet.py
sktime/forecasting/tests/test_pytorchforecasting.py
sktime/forecasting/tests/test_reconcile.py
sktime/forecasting/tests/test_sarimax.py
sktime/forecasting/tests/test_statsforecast.py
sktime/forecasting/tests/test_structural.py
sktime/forecasting/tests/test_tbats.py
sktime/forecasting/tests/test_theta.py
sktime/forecasting/tests/test_timesfm.py
sktime/forecasting/tests/test_var.py
sktime/forecasting/tests/test_varmax.py
sktime/forecasting/tests/test_varreduce.py
sktime/forecasting/tests/test_vecm.py
sktime/forecasting/tests/test_window_forecasters.py
sktime/forecasting/trend/__init__.py
sktime/forecasting/trend/_curve_fit_forecaster.py
sktime/forecasting/trend/_polynomial_trend_forecaster.py
sktime/forecasting/trend/_pwl_trend_forecaster.py
sktime/forecasting/trend/_spline_trend_forecaster.py
sktime/forecasting/trend/_stl_forecaster.py
sktime/forecasting/trend/_trend_forecaster.py
sktime/forecasting/trend/_util.py
sktime/forecasting/trend/tests/__init__.py
sktime/forecasting/trend/tests/test_pwl_trend.py
sktime/forecasting/trend/tests/test_stl.py
sktime/forecasting/trend/tests/test_trend.py
sktime/libs/__init__.py
sktime/libs/_aws_fortuna_enbpi/__init__.py
sktime/libs/_aws_fortuna_enbpi/enbpi.py
sktime/libs/_keras_self_attention/__init__.py
sktime/libs/_keras_self_attention/real_former.py
sktime/libs/_keras_self_attention/scaled_dot_attention.py
sktime/libs/_keras_self_attention/seq_self_attention.py
sktime/libs/_keras_self_attention/seq_weighted_attention.py
sktime/libs/_keras_self_attention/tests/__init__.py
sktime/libs/_keras_self_attention/tests/scaled_dot_attention/__init__.py
sktime/libs/_keras_self_attention/tests/scaled_dot_attention/test_history.py
sktime/libs/_keras_self_attention/tests/scaled_dot_attention/test_real_former.py
sktime/libs/_keras_self_attention/tests/scaled_dot_attention/test_sample.py
sktime/libs/_keras_self_attention/tests/scaled_dot_attention/test_save_load.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/__init__.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/test_activation.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/test_bias.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/test_history.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/test_local.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/test_loss.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/test_mask.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/test_mul.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/test_save_load.py
sktime/libs/_keras_self_attention/tests/seq_self_attention/util.py
sktime/libs/_keras_self_attention/tests/seq_weighted_attention/__init__.py
sktime/libs/_keras_self_attention/tests/seq_weighted_attention/test_save_load.py
sktime/libs/chronos/__init__.py
sktime/libs/chronos/chronos.py
sktime/libs/chronos/chronos_bolt.py
sktime/libs/fracdiff/__init__.py
sktime/libs/fracdiff/fdiff.py
sktime/libs/fracdiff/sklearn/__init__.py
sktime/libs/fracdiff/sklearn/fracdiff.py
sktime/libs/fracdiff/sklearn/tol.py
sktime/libs/fracdiff/tests/__init__.py
sktime/libs/fracdiff/tests/test_fdiff.py
sktime/libs/fracdiff/tests/sklearn/__init__.py
sktime/libs/fracdiff/tests/sklearn/test_fracdiff.py
sktime/libs/fracdiff/tests/sklearn/test_sklearn.py
sktime/libs/fracdiff/tests/sklearn/test_tol.py
sktime/libs/granite_ttm/__init__.py
sktime/libs/granite_ttm/configuration_tinytimemixer.py
sktime/libs/granite_ttm/modeling_tinytimemixer.py
sktime/libs/momentfm/__init__.py
sktime/libs/momentfm/common.py
sktime/libs/momentfm/data/__init__.py
sktime/libs/momentfm/data/base.py
sktime/libs/momentfm/models/__init__.py
sktime/libs/momentfm/models/moment.py
sktime/libs/momentfm/models/layers/__init__.py
sktime/libs/momentfm/models/layers/embed.py
sktime/libs/momentfm/models/layers/revin.py
sktime/libs/momentfm/utils/__init__.py
sktime/libs/momentfm/utils/anomaly_detection_metrics.py
sktime/libs/momentfm/utils/data.py
sktime/libs/momentfm/utils/forecasting_metrics.py
sktime/libs/momentfm/utils/masking.py
sktime/libs/momentfm/utils/utils.py
sktime/libs/pykalman/__init__.py
sktime/libs/pykalman/standard.py
sktime/libs/pykalman/unscented.py
sktime/libs/pykalman/utils.py
sktime/libs/pykalman/utils_numpy.py
sktime/libs/pykalman/datasets/__init__.py
sktime/libs/pykalman/datasets/base.py
sktime/libs/pykalman/datasets/descr/__init__.py
sktime/libs/pykalman/sqrt/__init__.py
sktime/libs/pykalman/sqrt/bierman.py
sktime/libs/pykalman/sqrt/cholesky.py
sktime/libs/pykalman/sqrt/unscented.py
sktime/libs/pykalman/sqrt/tests/__init__.py
sktime/libs/pykalman/sqrt/tests/test_unscented.py
sktime/libs/pykalman/tests/__init__.py
sktime/libs/pykalman/tests/test_standard.py
sktime/libs/pykalman/tests/test_unscented.py
sktime/libs/time_llm/TimeLLM.py
sktime/libs/time_llm/__init__.py
sktime/libs/time_llm/layers/Embed.py
sktime/libs/time_llm/layers/StandardNorm.py
sktime/libs/time_llm/layers/__init__.py
sktime/libs/timemoe/__init__.py
sktime/libs/timemoe/timemoe.py
sktime/libs/timemoe/timemoe_config.py
sktime/libs/timemoe/ts_generation_mixin.py
sktime/libs/timesfm/__init__.py
sktime/libs/timesfm/data_loader.py
sktime/libs/timesfm/patched_decoder.py
sktime/libs/timesfm/time_features.py
sktime/libs/timesfm/timesfm.py
sktime/libs/timesfm/xreg_lib.py
sktime/libs/uni2ts/__init__.py
sktime/libs/uni2ts/forecast.py
sktime/libs/uni2ts/moirai_module.py
sktime/libs/uni2ts/common/__init__.py
sktime/libs/uni2ts/common/core.py
sktime/libs/uni2ts/common/torch_util.py
sktime/libs/uni2ts/distribution/__init__.py
sktime/libs/uni2ts/distribution/_base.py
sktime/libs/uni2ts/distribution/log_normal.py
sktime/libs/uni2ts/distribution/mixture.py
sktime/libs/uni2ts/distribution/negative_binomial.py
sktime/libs/uni2ts/distribution/normal.py
sktime/libs/uni2ts/distribution/student_t.py
sktime/libs/uni2ts/loss/__init__.py
sktime/libs/uni2ts/loss/packed/__init__.py
sktime/libs/uni2ts/loss/packed/_base.py
sktime/libs/uni2ts/loss/packed/distribution.py
sktime/libs/uni2ts/module/__init__.py
sktime/libs/uni2ts/module/attention.py
sktime/libs/uni2ts/module/ffn.py
sktime/libs/uni2ts/module/norm.py
sktime/libs/uni2ts/module/packed_scaler.py
sktime/libs/uni2ts/module/transformer.py
sktime/libs/uni2ts/module/ts_embed.py
sktime/libs/uni2ts/module/position/__init__.py
sktime/libs/uni2ts/module/position/attn_bias.py
sktime/libs/uni2ts/module/position/attn_projection.py
sktime/libs/vmdpy/__init__.py
sktime/libs/vmdpy/vmdpy.py
sktime/libs/vmdpy/tests/__init__.py
sktime/libs/vmdpy/tests/test_readme_example.py
sktime/networks/__init__.py
sktime/networks/base.py
sktime/networks/cinn.py
sktime/networks/cnn.py
sktime/networks/cntc.py
sktime/networks/es_rnn.py
sktime/networks/fcn.py
sktime/networks/gru.py
sktime/networks/inceptiontime.py
sktime/networks/lstmfcn.py
sktime/networks/lstmfcn_layers.py
sktime/networks/macnn.py
sktime/networks/mcdcnn.py
sktime/networks/mlp.py
sktime/networks/mvts_transformer.py
sktime/networks/rbf.py
sktime/networks/resnet.py
sktime/networks/rnn.py
sktime/networks/scinet.py
sktime/networks/tapnet.py
sktime/networks/ltsf/__init__.py
sktime/networks/ltsf/data/__init__.py
sktime/networks/ltsf/data/dataset.py
sktime/networks/ltsf/layers/__init__.py
sktime/networks/ltsf/layers/attention.py
sktime/networks/ltsf/layers/auto_correlation.py
sktime/networks/ltsf/layers/embed.py
sktime/networks/ltsf/layers/enc_dec.py
sktime/networks/ltsf/models/__init__.py
sktime/networks/ltsf/models/linear.py
sktime/networks/ltsf/models/transformers.py
sktime/networks/ltsf/utils/__init__.py
sktime/networks/ltsf/utils/extras.py
sktime/networks/ltsf/utils/masking.py
sktime/networks/ltsf/utils/timefeatures.py
sktime/networks/tests/__init__.py
sktime/networks/tests/test_all_networks.py
sktime/param_est/__init__.py
sktime/param_est/base.py
sktime/param_est/fixed.py
sktime/param_est/lag.py
sktime/param_est/seasonality.py
sktime/param_est/compose/__init__.py
sktime/param_est/compose/_func_fitter.py
sktime/param_est/compose/_pipeline.py
sktime/param_est/plugin/__init__.py
sktime/param_est/plugin/_common.py
sktime/param_est/plugin/_forecaster.py
sktime/param_est/plugin/_transformer.py
sktime/param_est/plugin/tests/__init__.py
sktime/param_est/plugin/tests/test_plugin.py
sktime/param_est/stationarity/__init__.py
sktime/param_est/stationarity/_arch.py
sktime/param_est/stationarity/_statsmodels.py
sktime/param_est/tests/__init__.py
sktime/param_est/tests/test_all_param_est.py
sktime/param_est/tests/test_lag.py
sktime/param_est/tests/test_plugin.py
sktime/param_est/tests/test_seasonality.py
sktime/param_est/tests/test_stationarity.py
sktime/performance_metrics/__init__.py
sktime/performance_metrics/annotation/__init__.py
sktime/performance_metrics/annotation/metrics.py
sktime/performance_metrics/base/__init__.py
sktime/performance_metrics/base/_base.py
sktime/performance_metrics/detection/__init__.py
sktime/performance_metrics/detection/_base.py
sktime/performance_metrics/detection/_chamfer.py
sktime/performance_metrics/detection/_count.py
sktime/performance_metrics/detection/_f1score.py
sktime/performance_metrics/detection/_hausdorff.py
sktime/performance_metrics/detection/_randindex.py
sktime/performance_metrics/detection/_ts_auprc.py
sktime/performance_metrics/detection/tests/__init__.py
sktime/performance_metrics/detection/tests/test_all_metrics_detection.py
sktime/performance_metrics/detection/tests/test_base.py
sktime/performance_metrics/detection/tests/test_chamfer.py
sktime/performance_metrics/detection/tests/test_hausdorff.py
sktime/performance_metrics/detection/utils/__init__.py
sktime/performance_metrics/detection/utils/_bias_cardinality.py
sktime/performance_metrics/detection/utils/_closest.py
sktime/performance_metrics/detection/utils/_window.py
sktime/performance_metrics/forecasting/__init__.py
sktime/performance_metrics/forecasting/_base.py
sktime/performance_metrics/forecasting/_coerce.py
sktime/performance_metrics/forecasting/_functions.py
sktime/performance_metrics/forecasting/_gmae.py
sktime/performance_metrics/forecasting/_gmrelae.py
sktime/performance_metrics/forecasting/_gmrelse.py
sktime/performance_metrics/forecasting/_gmse.py
sktime/performance_metrics/forecasting/_mae.py
sktime/performance_metrics/forecasting/_mape.py
sktime/performance_metrics/forecasting/_mase.py
sktime/performance_metrics/forecasting/_masyme.py
sktime/performance_metrics/forecasting/_medae.py
sktime/performance_metrics/forecasting/_medape.py
sktime/performance_metrics/forecasting/_medase.py
sktime/performance_metrics/forecasting/_medrelae.py
sktime/performance_metrics/forecasting/_medse.py
sktime/performance_metrics/forecasting/_medspe.py
sktime/performance_metrics/forecasting/_medsse.py
sktime/performance_metrics/forecasting/_mlinex.py
sktime/performance_metrics/forecasting/_mrelae.py
sktime/performance_metrics/forecasting/_mse.py
sktime/performance_metrics/forecasting/_msep.py
sktime/performance_metrics/forecasting/_mspe.py
sktime/performance_metrics/forecasting/_msse.py
sktime/performance_metrics/forecasting/_rell.py
sktime/performance_metrics/forecasting/probabilistic/__init__.py
sktime/performance_metrics/forecasting/probabilistic/_classes.py
sktime/performance_metrics/forecasting/probabilistic/tests/__init__.py
sktime/performance_metrics/forecasting/probabilistic/tests/test_distr_metrics.py
sktime/performance_metrics/forecasting/probabilistic/tests/test_probabilistic_metrics.py
sktime/performance_metrics/forecasting/sample_weight/__init__.py
sktime/performance_metrics/forecasting/sample_weight/_base.py
sktime/performance_metrics/forecasting/sample_weight/_types.py
sktime/performance_metrics/forecasting/sample_weight/tests/__init__.py
sktime/performance_metrics/forecasting/sample_weight/tests/test_sample_weight_generator.py
sktime/performance_metrics/forecasting/tests/__init__.py
sktime/performance_metrics/forecasting/tests/test_all_metrics_forecasting.py
sktime/performance_metrics/forecasting/tests/test_metrics.py
sktime/performance_metrics/tests/__init__.py
sktime/performance_metrics/tests/_config.py
sktime/performance_metrics/tests/test_annotation_metrics.py
sktime/performance_metrics/tests/test_metrics_classes.py
sktime/performance_metrics/tests/test_numpy_metrics.py
sktime/performance_metrics/tests/test_performance_metrics_forecasting.py
sktime/performance_metrics/tests/test_segmentation_metrics.py
sktime/pipeline/__init__.py
sktime/pipeline/_make_pipeline.py
sktime/pipeline/_sklearn_to_sktime.py
sktime/pipeline/pipeline.py
sktime/pipeline/step.py
sktime/pipeline/tests/__init__.py
sktime/pipeline/tests/test_pipeline.py
sktime/pipeline/tests/test_step.py
sktime/pipeline/tests/regression_tests/__init__.py
sktime/pipeline/tests/regression_tests/test_pipeline_regression.py
sktime/proba/__init__.py
sktime/proba/_base.py
sktime/proba/_error.py
sktime/proba/_normal.py
sktime/proba/base.py
sktime/proba/empirical.py
sktime/proba/laplace.py
sktime/proba/mixture.py
sktime/proba/normal.py
sktime/proba/t.py
sktime/proba/tfp.py
sktime/registry/__init__.py
sktime/registry/_alias.py
sktime/registry/_alias_str.py
sktime/registry/_base_classes.py
sktime/registry/_craft.py
sktime/registry/_lookup.py
sktime/registry/_scitype.py
sktime/registry/_scitype_coercion.py
sktime/registry/_tags.py
sktime/registry/tests/__init__.py
sktime/registry/tests/test_craft.py
sktime/registry/tests/test_lookup.py
sktime/registry/tests/test_scitype.py
sktime/registry/tests/test_tags.py
sktime/regression/__init__.py
sktime/regression/_delegate.py
sktime/regression/base.py
sktime/regression/all/__init__.py
sktime/regression/compose/__init__.py
sktime/regression/compose/_ensemble.py
sktime/regression/compose/_multiplexer.py
sktime/regression/compose/_pipeline.py
sktime/regression/deep_learning/__init__.py
sktime/regression/deep_learning/base.py
sktime/regression/deep_learning/cnn.py
sktime/regression/deep_learning/cntc.py
sktime/regression/deep_learning/fcn.py
sktime/regression/deep_learning/inceptiontime.py
sktime/regression/deep_learning/lstmfcn.py
sktime/regression/deep_learning/macnn.py
sktime/regression/deep_learning/mcdcnn.py
sktime/regression/deep_learning/mlp.py
sktime/regression/deep_learning/resnet.py
sktime/regression/deep_learning/rnn.py
sktime/regression/deep_learning/tapnet.py
sktime/regression/distance_based/__init__.py
sktime/regression/distance_based/_time_series_neighbors.py
sktime/regression/distance_based/tests/__init__.py
sktime/regression/distance_based/tests/test_time_series_neighbors.py
sktime/regression/dummy/__init__.py
sktime/regression/dummy/_dummy.py
sktime/regression/dummy/tests/__init__.py
sktime/regression/dummy/tests/test_dummy.py
sktime/regression/interval_based/__init__.py
sktime/regression/interval_based/_tsf.py
sktime/regression/kernel_based/__init__.py
sktime/regression/kernel_based/_rocket_regressor.py
sktime/regression/kernel_based/_svr_tslearn.py
sktime/regression/model_selection/__init__.py
sktime/regression/model_selection/_tune.py
sktime/regression/model_selection/tests/__init__.py
sktime/regression/model_selection/tests/test_tune.py
sktime/regression/tests/__init__.py
sktime/regression/tests/test_all_regressors.py
sktime/regression/tests/test_base.py
sktime/regression/tests/test_categorical_in_composite.py
sktime/series_as_features/__init__.py
sktime/series_as_features/model_selection/__init__.py
sktime/series_as_features/model_selection/_split.py
sktime/split/__init__.py
sktime/split/cutoff.py
sktime/split/expandingcutoff.py
sktime/split/expandinggreedy.py
sktime/split/expandingslidingwindow.py
sktime/split/expandingwindow.py
sktime/split/instance.py
sktime/split/sameloc.py
sktime/split/singlewindow.py
sktime/split/slidinggreedy.py
sktime/split/slidingwindow.py
sktime/split/temporal_train_test_split.py
sktime/split/testplustrain.py
sktime/split/base/__init__.py
sktime/split/base/_base_splitter.py
sktime/split/base/_base_windowsplitter.py
sktime/split/base/_common.py
sktime/split/base/tests/__init__.py
sktime/split/base/tests/test_base.py
sktime/split/compose/__init__.py
sktime/split/compose/_repeat.py
sktime/split/tests/__init__.py
sktime/split/tests/test_all_splitters.py
sktime/split/tests/test_cutoff.py
sktime/split/tests/test_expandingcutoff.py
sktime/split/tests/test_expandinggreedy.py
sktime/split/tests/test_expandingwindow.py
sktime/split/tests/test_sameloc.py
sktime/split/tests/test_singlewindow.py
sktime/split/tests/test_slidinggreedy.py
sktime/split/tests/test_slidingwindow.py
sktime/split/tests/test_split.py
sktime/split/tests/test_temporaltraintest.py
sktime/tests/__init__.py
sktime/tests/_config.py
sktime/tests/test_all_estimators.py
sktime/tests/test_class_register.py
sktime/tests/test_doctest.py
sktime/tests/test_softdeps.py
sktime/tests/test_switch.py
sktime/tests/tests/__init__.py
sktime/tests/tests/test_test_utils.py
sktime/transformations/__init__.py
sktime/transformations/_delegate.py
sktime/transformations/base.py
sktime/transformations/merger.py
sktime/transformations/all/__init__.py
sktime/transformations/bootstrap/__init__.py
sktime/transformations/bootstrap/_mbb.py
sktime/transformations/bootstrap/_repeat.py
sktime/transformations/bootstrap/_splitterboot.py
sktime/transformations/bootstrap/_tsbootstrap.py
sktime/transformations/bootstrap/tests/__init__.py
sktime/transformations/bootstrap/tests/test_mbb.py
sktime/transformations/compose/__init__.py
sktime/transformations/compose/_column.py
sktime/transformations/compose/_common.py
sktime/transformations/compose/_featureunion.py
sktime/transformations/compose/_fitintransform.py
sktime/transformations/compose/_grouped.py
sktime/transformations/compose/_id.py
sktime/transformations/compose/_invert.py
sktime/transformations/compose/_ixtox.py
sktime/transformations/compose/_logger.py
sktime/transformations/compose/_multiplex.py
sktime/transformations/compose/_optional.py
sktime/transformations/compose/_pipeline.py
sktime/transformations/compose/_transformif.py
sktime/transformations/compose/_ytox.py
sktime/transformations/hierarchical/__init__.py
sktime/transformations/hierarchical/aggregate.py
sktime/transformations/hierarchical/squeeze_hierarchy.py
sktime/transformations/hierarchical/reconcile/__init__.py
sktime/transformations/hierarchical/reconcile/_base.py
sktime/transformations/hierarchical/reconcile/_bottom_up.py
sktime/transformations/hierarchical/reconcile/_middle_out.py
sktime/transformations/hierarchical/reconcile/_optimal.py
sktime/transformations/hierarchical/reconcile/_reconcile.py
sktime/transformations/hierarchical/reconcile/_topdown.py
sktime/transformations/hierarchical/reconcile/_utils.py
sktime/transformations/hierarchical/tests/__init__.py
sktime/transformations/hierarchical/tests/test_aggregate.py
sktime/transformations/hierarchical/tests/reconcile/__init__.py
sktime/transformations/hierarchical/tests/reconcile/test_full_hierarchy.py
sktime/transformations/hierarchical/tests/reconcile/test_middle_out.py
sktime/transformations/hierarchical/tests/reconcile/test_reconcile.py
sktime/transformations/hierarchical/tests/reconcile/test_squeeze_hierarchy.py
sktime/transformations/hierarchical/tests/reconcile/test_utils.py
sktime/transformations/panel/__init__.py
sktime/transformations/panel/_catch22_numba.py
sktime/transformations/panel/_shapelet_transform_numba.py
sktime/transformations/panel/catch22.py
sktime/transformations/panel/catch22wrapper.py
sktime/transformations/panel/channel_selection.py
sktime/transformations/panel/compose.py
sktime/transformations/panel/compose_distance.py
sktime/transformations/panel/dwt.py
sktime/transformations/panel/hog1d.py
sktime/transformations/panel/interpolate.py
sktime/transformations/panel/matrix_profile.py
sktime/transformations/panel/padder.py
sktime/transformations/panel/pca.py
sktime/transformations/panel/random_intervals.py
sktime/transformations/panel/reduce.py
sktime/transformations/panel/segment.py
sktime/transformations/panel/slope.py
sktime/transformations/panel/supervised_intervals.py
sktime/transformations/panel/truncation.py
sktime/transformations/panel/tsfresh.py
sktime/transformations/panel/dictionary_based/__init__.py
sktime/transformations/panel/dictionary_based/_paa.py
sktime/transformations/panel/dictionary_based/_sax.py
sktime/transformations/panel/dictionary_based/_sfa.py
sktime/transformations/panel/dictionary_based/_sfa_fast.py
sktime/transformations/panel/dictionary_based/_sfa_fast_numba.py
sktime/transformations/panel/dictionary_based/_sfa_numba.py
sktime/transformations/panel/dictionary_based/tests/__init__.py
sktime/transformations/panel/dictionary_based/tests/test_paa.py
sktime/transformations/panel/dictionary_based/tests/test_sfa.py
sktime/transformations/panel/rocket/__init__.py
sktime/transformations/panel/rocket/_minirocket.py
sktime/transformations/panel/rocket/_minirocket_multi_numba.py
sktime/transformations/panel/rocket/_minirocket_multi_var_numba.py
sktime/transformations/panel/rocket/_minirocket_multivariate.py
sktime/transformations/panel/rocket/_minirocket_multivariate_variable.py
sktime/transformations/panel/rocket/_minirocket_numba.py
sktime/transformations/panel/rocket/_multirocket.py
sktime/transformations/panel/rocket/_multirocket_multi_numba.py
sktime/transformations/panel/rocket/_multirocket_multivariate.py
sktime/transformations/panel/rocket/_multirocket_numba.py
sktime/transformations/panel/rocket/_rocket.py
sktime/transformations/panel/rocket/_rocket_numba.py
sktime/transformations/panel/rocket/_rocket_pyts.py
sktime/transformations/panel/rocket/tests/__init__.py
sktime/transformations/panel/rocket/tests/test_MiniRocket.py
sktime/transformations/panel/rocket/tests/test_MiniRocketMultivariate.py
sktime/transformations/panel/rocket/tests/test_MiniRocketMultivariateVariable.py
sktime/transformations/panel/rocket/tests/test_MultiRocket.py
sktime/transformations/panel/rocket/tests/test_MultiRocketMultivariate.py
sktime/transformations/panel/rocket/tests/test_Rocket.py
sktime/transformations/panel/shapelet_transform/__init__.py
sktime/transformations/panel/shapelet_transform/_shapelet_transform.py
sktime/transformations/panel/shapelet_transform/_shapelet_transform_pyts.py
sktime/transformations/panel/shapelet_transform/tests/__init__.py
sktime/transformations/panel/shapelet_transform/tests/test_shapelet_transform.py
sktime/transformations/panel/shapelet_transform/tests/test_shapelet_transform_pyts.py
sktime/transformations/panel/signature_based/__init__.py
sktime/transformations/panel/signature_based/_augmentations.py
sktime/transformations/panel/signature_based/_checks.py
sktime/transformations/panel/signature_based/_compute.py
sktime/transformations/panel/signature_based/_rescaling.py
sktime/transformations/panel/signature_based/_signature_method.py
sktime/transformations/panel/signature_based/_window.py
sktime/transformations/panel/signature_based/tests/__init__.py
sktime/transformations/panel/signature_based/tests/test_augmentations.py
sktime/transformations/panel/signature_based/tests/test_method.py
sktime/transformations/panel/summarize/__init__.py
sktime/transformations/panel/summarize/_extract.py
sktime/transformations/panel/summarize/tests/__init__.py
sktime/transformations/panel/summarize/tests/test_FittedParamExtractor.py
sktime/transformations/panel/summarize/tests/test_PlateauFinder.py
sktime/transformations/panel/summarize/tests/test_RandomIntervalFeatureExtractor.py
sktime/transformations/panel/tests/__init__.py
sktime/transformations/panel/tests/test_ColumnConcatenator.py
sktime/transformations/panel/tests/test_PCATransformer.py
sktime/transformations/panel/tests/test_Padder.py
sktime/transformations/panel/tests/test_Truncate.py
sktime/transformations/panel/tests/test_catch22.py
sktime/transformations/panel/tests/test_channel_selection.py
sktime/transformations/panel/tests/test_compose.py
sktime/transformations/panel/tests/test_dwt.py
sktime/transformations/panel/tests/test_hog1d_transformer.py
sktime/transformations/panel/tests/test_interpolate.py
sktime/transformations/panel/tests/test_intervals.py
sktime/transformations/panel/tests/test_segment.py
sktime/transformations/panel/tests/test_sliding_window_segmenter_transformer.py
sktime/transformations/panel/tests/test_slope_transformer.py
sktime/transformations/panel/tests/test_timebinner.py
sktime/transformations/panel/tests/test_tsfresh.py
sktime/transformations/series/__init__.py
sktime/transformations/series/_clasp_numba.py
sktime/transformations/series/acf.py
sktime/transformations/series/adapt.py
sktime/transformations/series/adi_cv.py
sktime/transformations/series/augmenter.py
sktime/transformations/series/basisfunction.py
sktime/transformations/series/binning.py
sktime/transformations/series/bkfilter.py
sktime/transformations/series/bollinger.py
sktime/transformations/series/boxcox.py
sktime/transformations/series/cffilter.py
sktime/transformations/series/clasp.py
sktime/transformations/series/clear_sky.py
sktime/transformations/series/cos.py
sktime/transformations/series/date.py
sktime/transformations/series/difference.py
sktime/transformations/series/dilation_mapping.py
sktime/transformations/series/dobin.py
sktime/transformations/series/dropna.py
sktime/transformations/series/dummies.py
sktime/transformations/series/exponent.py
sktime/transformations/series/feature_selection.py
sktime/transformations/series/filter.py
sktime/transformations/series/fourier.py
sktime/transformations/series/func_transform.py
sktime/transformations/series/hidalgo.py
sktime/transformations/series/hpfilter.py
sktime/transformations/series/hurst.py
sktime/transformations/series/impute.py
sktime/transformations/series/kinematic.py
sktime/transformations/series/lag.py
sktime/transformations/series/matrix_profile.py
sktime/transformations/series/outlier_detection.py
sktime/transformations/series/paa.py
sktime/transformations/series/peak.py
sktime/transformations/series/sax.py
sktime/transformations/series/scaledasinh.py
sktime/transformations/series/scaledlogit.py
sktime/transformations/series/signature.py
sktime/transformations/series/subsequence_extraction.py
sktime/transformations/series/subset.py
sktime/transformations/series/summarize.py
sktime/transformations/series/temporian.py
sktime/transformations/series/theta.py
sktime/transformations/series/time_since.py
sktime/transformations/series/vmd.py
sktime/transformations/series/detrend/__init__.py
sktime/transformations/series/detrend/_deseasonalize.py
sktime/transformations/series/detrend/_detrend.py
sktime/transformations/series/detrend/mstl.py
sktime/transformations/series/detrend/tests/__init__.py
sktime/transformations/series/detrend/tests/test_deseasonalise.py
sktime/transformations/series/detrend/tests/test_detrend.py
sktime/transformations/series/detrend/tests/test_mstl.py
sktime/transformations/series/holiday/__init__.py
sktime/transformations/series/holiday/_holidayfeats.py
sktime/transformations/series/holiday/country_holidays.py
sktime/transformations/series/holiday/financial_holidays.py
sktime/transformations/series/holiday/tests/__init__.py
sktime/transformations/series/holiday/tests/test_holidays.py
sktime/transformations/series/kalman_filter/__init__.py
sktime/transformations/series/kalman_filter/_base.py
sktime/transformations/series/kalman_filter/_kalman_filter.py
sktime/transformations/series/kalman_filter/_simdkalman.py
sktime/transformations/series/tests/__init__.py
sktime/transformations/series/tests/test_adapt.py
sktime/transformations/series/tests/test_adi_cv.py
sktime/transformations/series/tests/test_augmenter.py
sktime/transformations/series/tests/test_bollinger.py
sktime/transformations/series/tests/test_boxcox.py
sktime/transformations/series/tests/test_clear_sky.py
sktime/transformations/series/tests/test_date.py
sktime/transformations/series/tests/test_differencer.py
sktime/transformations/series/tests/test_dobin.py
sktime/transformations/series/tests/test_dropna.py
sktime/transformations/series/tests/test_dummies.py
sktime/transformations/series/tests/test_exponent.py
sktime/transformations/series/tests/test_featureizer.py
sktime/transformations/series/tests/test_fourier.py
sktime/transformations/series/tests/test_hidalgo.py
sktime/transformations/series/tests/test_imputer.py
sktime/transformations/series/tests/test_kalman_filter.py
sktime/transformations/series/tests/test_kinematic.py
sktime/transformations/series/tests/test_lag.py
sktime/transformations/series/tests/test_optional_passthrough.py
sktime/transformations/series/tests/test_paa.py
sktime/transformations/series/tests/test_sax.py
sktime/transformations/series/tests/test_scaledlogit.py
sktime/transformations/series/tests/test_sklearn_adaptor.py
sktime/transformations/series/tests/test_subset.py
sktime/transformations/series/tests/test_summarize.py
sktime/transformations/series/tests/test_temporian.py
sktime/transformations/series/tests/test_theta.py
sktime/transformations/series/tests/test_time_since.py
sktime/transformations/series/tests/test_vmd.py
sktime/transformations/series/tests/test_window_summarizer.py
sktime/transformations/tests/__init__.py
sktime/transformations/tests/test_all_reconcilers.py
sktime/transformations/tests/test_all_transformers.py
sktime/transformations/tests/test_base.py
sktime/transformations/tests/test_bkfilter.py
sktime/transformations/tests/test_categorical_in_composite.py
sktime/transformations/tests/test_cffilter.py
sktime/transformations/tests/test_check_estimator.py
sktime/transformations/tests/test_compose.py
sktime/transformations/tests/test_fitintransform.py
sktime/transformations/tests/test_hampelfilter.py
sktime/transformations/tests/test_hpfilter.py
sktime/transformations/tests/test_multiplexer.py
sktime/transformations/tests/test_optionalpassthrough.py
sktime/transformations/tests/test_pipeline.py
sktime/transformations/tests/test_transformif.py
sktime/utils/__init__.py
sktime/utils/_estimator_html_repr.css
sktime/utils/_estimator_html_repr.py
sktime/utils/datetime.py
sktime/utils/estimator_checks.py
sktime/utils/git_diff.py
sktime/utils/index.py
sktime/utils/mlflow_sktime.py
sktime/utils/multiindex.py
sktime/utils/pandas.py
sktime/utils/parallel.py
sktime/utils/plotting.py
sktime/utils/profiling.py
sktime/utils/random_state.py
sktime/utils/retrieval.py
sktime/utils/sampling.py
sktime/utils/seasonality.py
sktime/utils/singleton.py
sktime/utils/slope_and_trend.py
sktime/utils/stats.py
sktime/utils/strtobool.py
sktime/utils/unique_str.py
sktime/utils/warnings.py
sktime/utils/_maint/__init__.py
sktime/utils/_maint/_show_versions.py
sktime/utils/_maint/tests/__init__.py
sktime/utils/_maint/tests/test_show_versions.py
sktime/utils/_testing/__init__.py
sktime/utils/_testing/_conditional_fixtures.py
sktime/utils/_testing/detection.py
sktime/utils/_testing/estimator_checks.py
sktime/utils/_testing/forecasting.py
sktime/utils/_testing/hierarchical.py
sktime/utils/_testing/panel.py
sktime/utils/_testing/scenarios.py
sktime/utils/_testing/scenarios_aligners.py
sktime/utils/_testing/scenarios_classification.py
sktime/utils/_testing/scenarios_clustering.py
sktime/utils/_testing/scenarios_forecasting.py
sktime/utils/_testing/scenarios_getter.py
sktime/utils/_testing/scenarios_param_est.py
sktime/utils/_testing/scenarios_transformers.py
sktime/utils/_testing/scenarios_transformers_pairwise.py
sktime/utils/_testing/series.py
sktime/utils/_testing/tests/__init__.py
sktime/utils/_testing/tests/test_check_imports.py
sktime/utils/_testing/tests/test_forecasting.py
sktime/utils/_testing/tests/test_panel.py
sktime/utils/_testing/tests/test_testscenario_getter.py
sktime/utils/_testing/tests/test_testscenarios.py
sktime/utils/adapters/__init__.py
sktime/utils/adapters/_safe_call.py
sktime/utils/adapters/forward.py
sktime/utils/deep_equals/__init__.py
sktime/utils/deep_equals/_deep_equals.py
sktime/utils/deep_equals/tests/__init__.py
sktime/utils/deep_equals/tests/test_deep_equals.py
sktime/utils/dependencies/__init__.py
sktime/utils/dependencies/_dependencies.py
sktime/utils/dependencies/_isinstance.py
sktime/utils/dependencies/_placeholder.py
sktime/utils/dependencies/_safe_import.py
sktime/utils/dependencies/tests/__init__.py
sktime/utils/dependencies/tests/test_dependencies.py
sktime/utils/dependencies/tests/test_safe_import.py
sktime/utils/estimators/__init__.py
sktime/utils/estimators/_base.py
sktime/utils/estimators/_forecasters.py
sktime/utils/estimators/dispatch.py
sktime/utils/estimators/tests/__init__.py
sktime/utils/estimators/tests/test_base.py
sktime/utils/estimators/tests/test_forecasters.py
sktime/utils/numba/__init__.py
sktime/utils/numba/general.py
sktime/utils/numba/njit.py
sktime/utils/numba/stats.py
sktime/utils/numba/tests/__init__.py
sktime/utils/numba/tests/test_general.py
sktime/utils/sklearn/__init__.py
sktime/utils/sklearn/_adapt_df.py
sktime/utils/sklearn/_scitype.py
sktime/utils/sklearn/tests/__init__.py
sktime/utils/sklearn/tests/test_sklearn_df_adapt.py
sktime/utils/sklearn/tests/test_sklearn_typing.py
sktime/utils/tests/__init__.py
sktime/utils/tests/test_check_estimator.py
sktime/utils/tests/test_datetime.py
sktime/utils/tests/test_estimator_html_repr.py
sktime/utils/tests/test_mlflow_sktime_model_export.py
sktime/utils/tests/test_multiindex.py
sktime/utils/tests/test_plotting.py
sktime/utils/tests/test_retrieval.py
sktime/utils/tests/test_sampling.py
sktime/utils/tests/test_seasonal.py
sktime/utils/tests/test_singleton.py
sktime/utils/tests/test_utils_time_series.py
sktime/utils/tests/test_warnings.py
sktime/utils/validation/__init__.py
sktime/utils/validation/detection.py
sktime/utils/validation/forecasting.py
sktime/utils/validation/panel.py
sktime/utils/validation/series.py
sktime/utils/validation/tests/__init__.py
sktime/utils/validation/tests/test_check_window_length.py
sktime/utils/validation/tests/test_forecasting.py
sktime/utils/validation/tests/test_panel.py
sktime/utils/validation/tests/test_series.py