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.
- Host: GitHub
- URL: https://github.com/mrtkp9993/anomalydetectionshiny
- Owner: mrtkp9993
- License: gpl-3.0
- Created: 2019-07-12T13:45:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T13:40:38.000Z (almost 7 years ago)
- Last Synced: 2025-03-31T11:51:09.254Z (about 1 year ago)
- Topics: anomalydetection, r, shiny, shiny-apps, statistics
- Language: R
- Homepage: https://murat-koptur.shinyapps.io/AnomalyDetectionShiny/
- Size: 1.18 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnomalyDetectionShiny
## Usage

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.