Skip to content

Commit

Permalink
[DOC] Add alignment notebook example (#6768)
Browse files Browse the repository at this point in the history
Adds a notebook example for distancse, alignment, from pydata london
2023

Also creates a new example category: `Introduction` and moves the
"Introduction to `sktime`" notebook to this category (top of page).
  • Loading branch information
alexander-lakocy authored Jul 14, 2024
1 parent eb7bbb1 commit 60564e1
Show file tree
Hide file tree
Showing 2 changed files with 1,975 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
Examples
==========

Introduction
=============

.. nbgallery::
:glob:

examples/00_sktime_intro.ipynb

Forecasting
=============

Expand Down Expand Up @@ -60,6 +68,14 @@ Transformation
examples/03b_forecasting_transformers_pipelines_tuning.ipynb
examples/transformation/*

Distances Kernels Alignment
=============

.. nbgallery::
:glob:

examples/06_distances_kernels_alignment.ipynb

Data
=============

Expand All @@ -75,7 +91,6 @@ Other
.. nbgallery::
:glob:

examples/00_sktime_intro.ipynb
examples/04_benchmarking.ipynb
examples/04_benchmarking_v2.ipynb
examples/other/*
Loading

0 comments on commit 60564e1

Please sign in to comment.