An open API service indexing awesome lists of open source software.

https://github.com/mrtkp9993/anomalydetectionshiny

Shiny app for anomaly detection using AnomalyDetection package.
https://github.com/mrtkp9993/anomalydetectionshiny

anomalydetection r shiny shiny-apps statistics

Last synced: 4 months ago
JSON representation

Shiny app for anomaly detection using AnomalyDetection package.

Awesome Lists containing this project

README

          

# AnomalyDetectionShiny

## Usage

![Usage](usage.gif)

1. Load `csv` file. Seperator must be `comma (,)`.
2. If your contains a header, please check `Headers?`.
3. Choose observation frequency by:

- If observations annualy, choose 1,
- If observations quarterly, choose 4,
- If observations monthly, choose 12,
- If observations weekly, choose 52.

4. Choose timestamp, datetime, ... column and data column.

## FAQ

> There is no graph on anomaly detection tab.

If there is no anomaly detected on data, app doesn't plot.