Skip to content

Commit d92d514

Browse files
karynzvamotl
andauthored
Anomaly detection notebook (#348)
* Anomaly detection notebook Here is a short notebook on anomaly detection using Pycaret and CrateDB. This was based on the blog post by Christian https://cratedb.com/blog/introduction-to-time-series-modeling-with-cratedb-machine-learning-time-series-data --------- Co-authored-by: Andreas Motl <andreas.motl@crate.io>
1 parent f787654 commit d92d514

File tree

2 files changed

+736
-1
lines changed

2 files changed

+736
-1
lines changed

topic/timeseries/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ repository, e.g. about machine learning, to see predictions and AutoML in action
4141

4242
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.
4343

44+
- `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)
45+
46+
This notebook walks you through the anomaly detection analysis using the PyCaret library.
47+
4448
- `weather-data-grafana-dashboard.json`
4549

4650
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.
@@ -71,5 +75,4 @@ time pytest -k explo
7175
time pytest -k visu
7276
```
7377

74-
7578
[CrateDB]: https://github.com/crate/crate

topic/timeseries/timeseries-anomaly-detection.ipynb

Lines changed: 732 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)