Skip to content

Commit

Permalink
Anomaly detection notebook (#348)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
karynzv and amotl authored Mar 25, 2024
1 parent f787654 commit d92d514
Show file tree
Hide file tree
Showing 2 changed files with 736 additions and 1 deletion.
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.

0 comments on commit d92d514

Please sign in to comment.