-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add disclaimer * conf.py update * conf.py update * clean index * toc move around * images * fix and community * furo * furo2 * temp logo * annoying * markdown index * more options * fix * index markdown fixes * images and secondary colour change * aeon title color and links * break * different red * different red * font colour * aeon version and font --------- Co-authored-by: Lukasz Mentel <lmmentel@users.noreply.github.com>
- Loading branch information
1 parent
8fed2b2
commit d0c06dd
Showing
21 changed files
with
223 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
# Welcome to the documentation for **aeon** | ||
|
||
<br> | ||
|
||
- Framework for time series tasks such as forecasting and classification. | ||
- Extends the scikit-learn interface, allowing for ease of use for familiar users. | ||
- Efficient implementation of time series algorithms using numba. | ||
- Interfaces with other time series packages to provide a single framework for algorithm comparison. | ||
- Uses a system of optional dependencies to allow easy installation of basic functionality. | ||
|
||
<br> | ||
|
||
::::{grid} 1 2 2 2 | ||
:gutter: 3 | ||
|
||
:::{grid-item-card} | ||
:img-top: examples/img/forecasting2.png | ||
:text-align: center | ||
|
||
Forecasting | ||
|
||
^^^ | ||
|
||
Get started with time series forecasting. | ||
|
||
+++ | ||
|
||
```{button-ref} get_started | ||
:color: primary | ||
:click-parent: | ||
:expand: | ||
Forecasting | ||
``` | ||
|
||
::: | ||
|
||
:::{grid-item-card} | ||
:img-top: examples/img/tsc.png | ||
:text-align: center | ||
|
||
Classification | ||
|
||
^^^ | ||
|
||
Get started with time series classification. | ||
|
||
+++ | ||
|
||
```{button-ref} users | ||
:color: primary | ||
:click-parent: | ||
:expand: | ||
Classification | ||
``` | ||
|
||
::: | ||
|
||
:::{grid-item-card} | ||
:img-top: examples/img/tser.png | ||
:text-align: center | ||
|
||
Regression | ||
|
||
^^^ | ||
|
||
Get started with time series extrinsic regression. | ||
|
||
+++ | ||
|
||
```{button-ref} installation | ||
:color: primary | ||
:click-parent: | ||
:expand: | ||
Regression | ||
``` | ||
|
||
::: | ||
|
||
:::{grid-item-card} | ||
:img-top: examples/img/tscl.png | ||
:text-align: center | ||
|
||
Clustering | ||
|
||
^^^ | ||
|
||
Get started with time series clustering. | ||
|
||
+++ | ||
|
||
```{button-ref} api_reference | ||
:color: primary | ||
:click-parent: | ||
:expand: | ||
Clustering | ||
``` | ||
|
||
::: | ||
|
||
:::{grid-item-card} | ||
:img-top: examples/img/transformation.png | ||
:text-align: center | ||
|
||
Transformations | ||
|
||
^^^ | ||
|
||
Get started with time series transformations. | ||
|
||
+++ | ||
|
||
```{button-ref} get_involved | ||
:color: primary | ||
:click-parent: | ||
:expand: | ||
Transformations | ||
``` | ||
|
||
::: | ||
|
||
:::: | ||
|
||
## Community Channels | ||
|
||
**GitHub**: [github.com/aeon-toolkit/aeon](https://github.com/aeon-toolkit/aeon) | ||
|
||
**Slack**: [aeon Slack](https://join.slack.com/t/aeon-toolkit/shared_invite/zt-1plkevy4x-vAg1dAUXcuoR38FjY9nxzg) | ||
|
||
**Twitter**: link | ||
|
||
**LinkedIn**: [linkedin/aeon-toolkit](https://www.linkedin.com/company/aeon-toolkit) | ||
|
||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:hidden: | ||
installation | ||
get_started | ||
api_reference | ||
examples | ||
get_involved | ||
users | ||
developers | ||
about | ||
``` |
Oops, something went wrong.