:orphan: .. _general_examples: Introductory examples --------------------- Introductory examples for time series in general. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_ts_thumb.png :alt: Plotting a time series :ref:`sphx_glr_auto_examples_plot_ts.py` .. raw:: html
Plotting a time series
.. raw:: html
.. toctree:: :hidden: /auto_examples/plot_ts Approximating time series ------------------------- Approximation algorithms try to capture the most important information from time series. They can be seen as simple feature extraction algorithms. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/approximation/images/thumb/sphx_glr_plot_dft_thumb.png :alt: Discrete Fourier Transform :ref:`sphx_glr_auto_examples_approximation_plot_dft.py` .. raw:: html
Discrete Fourier Transform
.. raw:: html
.. only:: html .. image:: /auto_examples/approximation/images/thumb/sphx_glr_plot_mcb_thumb.png :alt: Multiple Coefficient Binning :ref:`sphx_glr_auto_examples_approximation_plot_mcb.py` .. raw:: html
Multiple Coefficient Binning
.. raw:: html
.. only:: html .. image:: /auto_examples/approximation/images/thumb/sphx_glr_plot_paa_thumb.png :alt: Piecewise Aggregate Approximation :ref:`sphx_glr_auto_examples_approximation_plot_paa.py` .. raw:: html
Piecewise Aggregate Approximation
.. raw:: html
.. only:: html .. image:: /auto_examples/approximation/images/thumb/sphx_glr_plot_sax_thumb.png :alt: Symbolic Aggregate approXimation :ref:`sphx_glr_auto_examples_approximation_plot_sax.py` .. raw:: html
Symbolic Aggregate approXimation
.. raw:: html
Bag-of-words transformation --------------------------- Bag-of-words algorithms transform a sequence of symbols into a bag of words. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/bag_of_words/images/thumb/sphx_glr_plot_bow_thumb.png :alt: Bag of Words :ref:`sphx_glr_auto_examples_bag_of_words_plot_bow.py` .. raw:: html
Bag of Words
.. raw:: html
.. only:: html .. image:: /auto_examples/bag_of_words/images/thumb/sphx_glr_plot_word_extractor_thumb.png :alt: Word Extractor :ref:`sphx_glr_auto_examples_bag_of_words_plot_word_extractor.py` .. raw:: html
Word Extractor
.. raw:: html
Classification algorithms ------------------------- Classification algorithms can directly classify raw time series. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/classification/images/thumb/sphx_glr_plot_bossvs_thumb.png :alt: Bag-of-SFA Symbols in Vector Space (BOSSVS) :ref:`sphx_glr_auto_examples_classification_plot_bossvs.py` .. raw:: html
Bag-of-SFA Symbols in Vector Space (BOSSVS)
.. raw:: html
.. only:: html .. image:: /auto_examples/classification/images/thumb/sphx_glr_plot_learning_shapelets_thumb.png :alt: Learning Time-Series Shapelets :ref:`sphx_glr_auto_examples_classification_plot_learning_shapelets.py` .. raw:: html
Learning Time-Series Shapelets
.. raw:: html
.. only:: html .. image:: /auto_examples/classification/images/thumb/sphx_glr_plot_saxvsm_thumb.png :alt: Symbolic Aggregate approXimation in Vector Space Model (SAX-VSM) :ref:`sphx_glr_auto_examples_classification_plot_saxvsm.py` .. raw:: html
Symbolic Aggregate approXimation in Vector Space Model (SAX-VSM)
.. raw:: html
.. only:: html .. image:: /auto_examples/classification/images/thumb/sphx_glr_plot_tsbf_thumb.png :alt: Time Series Bag-of-Features :ref:`sphx_glr_auto_examples_classification_plot_tsbf.py` .. raw:: html
Time Series Bag-of-Features
.. raw:: html
.. only:: html .. image:: /auto_examples/classification/images/thumb/sphx_glr_plot_time_series_forest_thumb.png :alt: Time Series Forest :ref:`sphx_glr_auto_examples_classification_plot_time_series_forest.py` .. raw:: html
Time Series Forest
.. raw:: html
Clustering time series ------------------------- Depending on a suitable metric, it is possible to cluster time series. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/clustering/images/thumb/sphx_glr_plot_dtw_boss_thumb.png :alt: Time Series Clustering with DTW and BOSS :ref:`sphx_glr_auto_examples_clustering_plot_dtw_boss.py` .. raw:: html
Time Series Clustering with DTW and BOSS
.. raw:: html
Dataset utilities ----------------- Examples on how to load and make time series datasets. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/datasets/images/thumb/sphx_glr_plot_load_gunpoint_thumb.png :alt: Loading the GunPoint dataset :ref:`sphx_glr_auto_examples_datasets_plot_load_gunpoint.py` .. raw:: html
Loading the GunPoint dataset
.. raw:: html
.. only:: html .. image:: /auto_examples/datasets/images/thumb/sphx_glr_plot_make_cbf_thumb.png :alt: Making a Cylinder-Bell-Funnel dataset :ref:`sphx_glr_auto_examples_datasets_plot_make_cbf.py` .. raw:: html
Making a Cylinder-Bell-Funnel dataset
.. raw:: html
Decomposing time series ----------------------- Decomposition algorithms decompose time series into several components. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/decomposition/images/thumb/sphx_glr_plot_ssa_thumb.png :alt: Singular Spectrum Analysis :ref:`sphx_glr_auto_examples_decomposition_plot_ssa.py` .. raw:: html
Singular Spectrum Analysis
.. raw:: html
.. only:: html .. image:: /auto_examples/decomposition/images/thumb/sphx_glr_plot_auto_ssa_thumb.png :alt: Trend-Seasonal decomposition with Singular Spectrum Analysis :ref:`sphx_glr_auto_examples_decomposition_plot_auto_ssa.py` .. raw:: html
Trend-Seasonal decomposition with Singular Spectrum Analysis
.. raw:: html
Imaging time series ------------------- Imaging algorithms transform time series into images. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/image/images/thumb/sphx_glr_plot_dataset_gaf_thumb.png :alt: Data set of Gramian angular fields :ref:`sphx_glr_auto_examples_image_plot_dataset_gaf.py` .. raw:: html
Data set of Gramian angular fields
.. raw:: html
.. only:: html .. image:: /auto_examples/image/images/thumb/sphx_glr_plot_dataset_mtf_thumb.png :alt: Data set of Markov transition fields :ref:`sphx_glr_auto_examples_image_plot_dataset_mtf.py` .. raw:: html
Data set of Markov transition fields
.. raw:: html
.. only:: html .. image:: /auto_examples/image/images/thumb/sphx_glr_plot_dataset_rp_thumb.png :alt: Data set of recurrence plots :ref:`sphx_glr_auto_examples_image_plot_dataset_rp.py` .. raw:: html
Data set of recurrence plots
.. raw:: html
.. only:: html .. image:: /auto_examples/image/images/thumb/sphx_glr_plot_single_gaf_thumb.png :alt: Single Gramian angular field :ref:`sphx_glr_auto_examples_image_plot_single_gaf.py` .. raw:: html
Single Gramian angular field
.. raw:: html
.. only:: html .. image:: /auto_examples/image/images/thumb/sphx_glr_plot_single_mtf_thumb.png :alt: Single Markov transition field :ref:`sphx_glr_auto_examples_image_plot_single_mtf.py` .. raw:: html
Single Markov transition field
.. raw:: html
.. only:: html .. image:: /auto_examples/image/images/thumb/sphx_glr_plot_single_rp_thumb.png :alt: Single recurrence plot :ref:`sphx_glr_auto_examples_image_plot_single_rp.py` .. raw:: html
Single recurrence plot
.. raw:: html
Metrics ------- Specific metrics for time series have been developed. The examples below illustrate some of the implemented metrics. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/metrics/images/thumb/sphx_glr_plot_dtw_thumb.png :alt: Dynamic Time Warping :ref:`sphx_glr_auto_examples_metrics_plot_dtw.py` .. raw:: html
Dynamic Time Warping
.. raw:: html
.. only:: html .. image:: /auto_examples/metrics/images/thumb/sphx_glr_plot_itakura_thumb.png :alt: Itakura parallelogram :ref:`sphx_glr_auto_examples_metrics_plot_itakura.py` .. raw:: html
Itakura parallelogram
.. raw:: html
.. only:: html .. image:: /auto_examples/metrics/images/thumb/sphx_glr_plot_sakoe_chiba_thumb.png :alt: Sakoe-Chiba band :ref:`sphx_glr_auto_examples_metrics_plot_sakoe_chiba.py` .. raw:: html
Sakoe-Chiba band
.. raw:: html
Multivariate time series ------------------------ Specific algorithms for multivariate time series have been developed. The examples below illustrate some of the implemented ones. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/multivariate/images/thumb/sphx_glr_plot_joint_rp_thumb.png :alt: Joint Recurrence Plot :ref:`sphx_glr_auto_examples_multivariate_plot_joint_rp.py` .. raw:: html
Joint Recurrence Plot
.. raw:: html
.. only:: html .. image:: /auto_examples/multivariate/images/thumb/sphx_glr_plot_weasel_muse_thumb.png :alt: WEASEL+MUSE :ref:`sphx_glr_auto_examples_multivariate_plot_weasel_muse.py` .. raw:: html
WEASEL+MUSE
.. raw:: html
Preprocessing tools ------------------- Preprocessing data is a common task in machine learning. The examples below illustrate the preprocessing tools available in this module. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_plot_imputer_thumb.png :alt: Imputer :ref:`sphx_glr_auto_examples_preprocessing_plot_imputer.py` .. raw:: html
Imputer
.. raw:: html
.. only:: html .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_plot_scalers_thumb.png :alt: Scalers :ref:`sphx_glr_auto_examples_preprocessing_plot_scalers.py` .. raw:: html
Scalers
.. raw:: html
.. only:: html .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_plot_transformers_thumb.png :alt: Transformers :ref:`sphx_glr_auto_examples_preprocessing_plot_transformers.py` .. raw:: html
Transformers
.. raw:: html
Transformation algorithms ------------------------- Transformation algorithms try to capture the most important information from time series using advanced transformation. They can be seen as complex feature extraction algorithms. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/transformation/images/thumb/sphx_glr_plot_bop_thumb.png :alt: Bag of Patterns :ref:`sphx_glr_auto_examples_transformation_plot_bop.py` .. raw:: html
Bag of Patterns
.. raw:: html
.. only:: html .. image:: /auto_examples/transformation/images/thumb/sphx_glr_plot_boss_thumb.png :alt: Bag-of-SFA Symbols (BOSS) :ref:`sphx_glr_auto_examples_transformation_plot_boss.py` .. raw:: html
Bag-of-SFA Symbols (BOSS)
.. raw:: html
.. only:: html .. image:: /auto_examples/transformation/images/thumb/sphx_glr_plot_rocket_thumb.png :alt: RandOm Convolutional KErnel Transform (ROCKET) :ref:`sphx_glr_auto_examples_transformation_plot_rocket.py` .. raw:: html
RandOm Convolutional KErnel Transform (ROCKET)
.. raw:: html
.. only:: html .. image:: /auto_examples/transformation/images/thumb/sphx_glr_plot_shapelet_transform_thumb.png :alt: Shapelet Transform :ref:`sphx_glr_auto_examples_transformation_plot_shapelet_transform.py` .. raw:: html
Shapelet Transform
.. raw:: html
.. only:: html .. image:: /auto_examples/transformation/images/thumb/sphx_glr_plot_weasel_thumb.png :alt: Word ExtrAction for time SEries cLassification (WEASEL) :ref:`sphx_glr_auto_examples_transformation_plot_weasel.py` .. raw:: html
Word ExtrAction for time SEries cLassification (WEASEL)
.. raw:: html
.. toctree:: :hidden: :includehidden: /auto_examples/approximation/index.rst /auto_examples/bag_of_words/index.rst /auto_examples/classification/index.rst /auto_examples/clustering/index.rst /auto_examples/datasets/index.rst /auto_examples/decomposition/index.rst /auto_examples/image/index.rst /auto_examples/metrics/index.rst /auto_examples/multivariate/index.rst /auto_examples/preprocessing/index.rst /auto_examples/transformation/index.rst .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: auto_examples_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_