Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion topic/timeseries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ repository, e.g. about machine learning, to see predictions and AutoML in action

Furthermore, it shows how to preprocess data and plot time series decomposition by breaking it down into its basic components: trend, seasonality, and residual (or irregular) fluctuations.

- `time-series-anomaly-detection.ipynb` [![Open on GitHub](https://img.shields.io/badge/Open%20on-GitHub-lightgray?logo=GitHub)](time-series-anomaly-detection.ipynb) [![Open in Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/timeseries/time-series-anomaly-detection.ipynb)

This notebook walks you through the anomaly detection analysis using the PyCaret library.

- `weather-data-grafana-dashboard.json`

An exported JSON representation of a Grafana dashboard designed to visualize weather data. This dashboard includes a set of pre-defined panels and widgets that display various weather metrics. Additionally, within this dashboard configuration, there are advanced time-series analysis queries. These queries are tailored to fetch, aggregate, interpolate, and process weather data over time.
Expand Down Expand Up @@ -71,5 +75,4 @@ time pytest -k explo
time pytest -k visu
```


[CrateDB]: https://github.com/crate/crate
732 changes: 732 additions & 0 deletions topic/timeseries/timeseries-anomaly-detection.ipynb

Large diffs are not rendered by default.