-
Notifications
You must be signed in to change notification settings - Fork 1
Primitive Anomaly Detection
Wiesław Kielas edited this page Jun 30, 2015
·
3 revisions
As a data scientist, build a model for anomaly detection in a data stream with a single dimension (metric).
- Intel® Analytics Toolkit for Apache Hadoop* software already includes libraries for use in this model.
- Data is cleansed and formatted correctly.
- The application maintains the state of the most recent result.
- An engine (rules, report, visualization, etc.) applies business logic to the result.
- Acquire a training data set.
- Calculate mean and standard deviation on the training set.
- Update mean and SD for each incoming data point (online learning).
- Model requires input: value.
- Model returns output: mean, SD.
- [Overview of Trusted Analytics Platform](Overview of Trusted Analytics Platform)
- [Getting Started Guide](Getting Started Guide)
- Space Shuttle Demo Application
- Trusted Analytics JIRA Project
- [Building TAP from sources] (Building-TAP-from-sources)
- PaaS Architecture
- Use-cases
- [High Level Use Case](High Level Use Case)
- [Model Development for Data Scientists](Model Development for Data Scientists)
- Platform Tips and Tricks
- Platform Security Features
- Platform Configurations
- Release Notes
- Additional Deployment Information