Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Nov 25, 2024
1 parent 9651e4a commit 21b23d6
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 36 deletions.
6 changes: 3 additions & 3 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The core developers push forward `aeon`'s development and maintain the package.

`aeon` is an affiliated project of [NumFOCUS](https://numfocus.org/).

![https://numfocus.org/](images/other_logos/numfocus-logo.png){w=300px}
![https://numfocus.org/](images/other_logos/numfocus-logo.png){w=400px}

## History

Expand Down Expand Up @@ -134,7 +134,7 @@ and documentation hosting.

## Pre-fork Acknowledgements

<details><summary>`sktime` v0.16.0 core developers</summary>
<details><summary>sktime v0.16.0 core developers</summary>
<p>

The following listed contributors were part of the `sktime` core developer team at some
Expand Down Expand Up @@ -164,7 +164,7 @@ point prior to the split of the project.
</p>
</details>

<details><summary>`sktime` v0.16.0 funders</summary>
<details><summary>sktime v0.16.0 funders</summary>
<p>

As a fork of the `sktime` project, `aeon` has benefited from funding given to `sktime`
Expand Down
82 changes: 49 additions & 33 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,17 @@ Signature method

:::

:::{grid-item-card}
:img-top: images/logo/aeon-logo-blue-2-transparent.png
:class-img-top: aeon-card-image-m
:link: /examples/transformations/channel_selection.ipynb
:link-type: ref
:text-align: center

Channel selection

:::

::::

## Segmentation
Expand Down Expand Up @@ -371,45 +382,40 @@ Benchmarking of similarity search speed-ups

:::


::::


## Data Formatting and Loading
## Forecasting

::::{grid} 2 3 4 4
:gutter: 1


:::{grid-item-card}
:img-top: examples/datasets/img/data.png
:img-top: images/logo/aeon-logo-blue-2-transparent.png
:class-img-top: aeon-card-image-m
:link: /examples/datasets/datasets.ipynb
:link: /examples/forecasting/forecasting.ipynb
:link-type: ref
:text-align: center

Data in aeon
Forecasting

:::

:::{grid-item-card}
:img-top: images/logo/aeon-logo-blue-2-transparent.png
:class-img-top: aeon-card-image-m
:link: /examples/datasets/data_structures.ipynb
:link-type: ref
:text-align: center
::::

Data structures and containers used in aeon
## Data Formatting and Loading

:::
::::{grid} 2 3 4 4
:gutter: 1

:::{grid-item-card}
:img-top: images/logo/aeon-logo-blue-2-transparent.png
:img-top: examples/datasets/img/data.png
:class-img-top: aeon-card-image-m
:link: /examples/datasets/data_conversions.ipynb
:link: /examples/datasets/datasets.ipynb
:link-type: ref
:text-align: center

Conversions between data structures
Data in aeon

:::

Expand Down Expand Up @@ -459,7 +465,6 @@ Unequal length series

:::


::::

## Benchmarking
Expand Down Expand Up @@ -511,17 +516,6 @@ Benchmarking extrinsic regression algorithms

:::

:::{grid-item-card}
:img-top: images/logo/aeon-logo-blue-2-transparent.png
:class-img-top: aeon-card-image-m
:link: /examples/benchmarking/bakeoff_results.ipynb
:link-type: ref
:text-align: center

Getting published bakeoff results

:::

::::

## Base
Expand Down Expand Up @@ -553,20 +547,42 @@ Series base classes

::::

## Utils
## Visualisation

::::{grid} 2 3 4 4
:gutter: 1

:::{grid-item-card}
:img-top: images/logo/aeon-logo-blue-2-transparent.png
:class-img-top: aeon-card-image-m
:link: /examples/utils/preprocessing.ipynb
:link: /examples/visualisation/plotting_series.ipynb
:link-type: ref
:text-align: center

Plotting time series

:::

:::{grid-item-card}
:img-top: images/logo/aeon-logo-blue-2-transparent.png
:class-img-top: aeon-card-image-m
:link: /examples/visualisation/plotting_results.ipynb
:link-type: ref
:text-align: center

Preprocessing collections of time series
Plotting results

:::

::::
:::{grid-item-card}
:img-top: images/logo/aeon-logo-blue-2-transparent.png
:class-img-top: aeon-card-image-m
:link: /examples/visualisation/plotting_series.ipynb
:link-type: ref
:text-align: center

Plotting for specific learning tasks

:::

::::

0 comments on commit 21b23d6

Please sign in to comment.