Browse Source

Update README.md

Former-commit-id: 768cd1b600 [formerly 2cb5fa67a1] [formerly f7a0e1607a [formerly 8cf28dbc90]] [formerly 2865b3339b [formerly 2677872d08] [formerly fad22bde71 [formerly 6bbee4b381]]] [formerly 0ba023a492 [formerly 67d4df3ca5] [formerly 0c37f0a561 [formerly 39d5fc1367]] [formerly d602aa2057 [formerly 44a8d33ec3] [formerly efdfd312e6 [formerly b43e8db194]]]] [formerly f40ea1da93 [formerly 718cef339d] [formerly 0f12beb65d [formerly 834aa086fb]] [formerly a4e03e6e1b [formerly 71d3824a6d] [formerly 2a3f053654 [formerly e80a827209]]] [formerly 52721adf72 [formerly d7857075a5] [formerly 48fded267e [formerly 5f37018a00]] [formerly f6adc8b6a0 [formerly d8282037c2] [formerly f36eec5458 [formerly 8d0eef70cf]]]]] [formerly d72390d08e [formerly c79c90669f] [formerly 785f8d73df [formerly 285b5b339f]] [formerly edd0ec5b94 [formerly 41384d0109] [formerly 6943aba7ca [formerly 325056d660]]] [formerly 08f88a3ef3 [formerly 2ea645b530] [formerly b88f457a74 [formerly 8272872bad]] [formerly 0121c10662 [formerly 85a1cdd95d] [formerly 10211115ce [formerly e042b9c27e]]]] [formerly d8002391e7 [formerly 2b2ce70492] [formerly f031fd3835 [formerly b121cf5d6d]] [formerly 08a9d9dc44 [formerly e7f5381413] [formerly 522f6fafe3 [formerly 488f179e92]]] [formerly 02b938012c [formerly ecda1c2edf] [formerly a20d1310e5 [formerly 6f877837cb]] [formerly cc375d648d [formerly ec89834e15] [formerly fc07adf9bd [formerly 4db58b84b8]]]]]]
Former-commit-id: 4a1f8c6526 [formerly 46e3134e00] [formerly ee584626ec [formerly 4ca932a13d]] [formerly 0a4dde47bd [formerly 0232b73f6c] [formerly 79680f8f0b [formerly d355bd65fd]]] [formerly c7cce57f20 [formerly bdb3542e80] [formerly dbbeedd200 [formerly e0e7eddc7d]] [formerly 130f4620d9 [formerly 817b0bf893] [formerly 2cf6fbe290 [formerly 74b90de855]]]] [formerly 99c014dc02 [formerly 99d52fe96b] [formerly a2527568aa [formerly 38df059140]] [formerly 23ea20dcb4 [formerly 94d114b69a] [formerly b7ddf653d3 [formerly c0b6986b30]]] [formerly fe84a35681 [formerly 755dc34c58] [formerly ccf43ded45 [formerly e66af21863]] [formerly 28e2ae3312 [formerly d3d479925b] [formerly fc07adf9bd]]]]
Former-commit-id: c1f8cbd906 [formerly e465397a3b] [formerly cde9621fe5 [formerly 87695af182]] [formerly 653d7af0fc [formerly c36a58f07a] [formerly 6bf1d5531a [formerly 0022c9599b]]] [formerly 3603eb1d93 [formerly bcd1a05ecf] [formerly e927ce00a0 [formerly 24dd9d97a8]] [formerly f91371949a [formerly 3b0b858823] [formerly 533c037a23 [formerly a1112efe77]]]]
Former-commit-id: d536d7117b [formerly 33b7601a9f] [formerly 6ed837d092 [formerly 29c09c7a46]] [formerly 696dcbc02a [formerly af52c2bbf1] [formerly 34bfd53cc5 [formerly ee4ebc80c7]]]
Former-commit-id: 57638f78da [formerly b411772044] [formerly 7de18edb73 [formerly 9f0089ddda]]
Former-commit-id: 19edba836c [formerly 46409b9189]
Former-commit-id: ff8c42b4ef
master
Daochen Zha GitHub 4 years ago
parent
commit
67329f8fb4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -4,14 +4,14 @@

[![Build Status](https://travis-ci.org/datamllab/tods.svg?branch=master)](https://travis-ci.org/datamllab/tods)

TODS is a full-stack automated machine learning system for outlier detection on multivariate time-series data. TODS provides exahaustive modules for building machine learning-based outlier detection systems including: data processing, time series processing, feature analysis (extraction), detection algorithms, and reinforcement module. The functionalities provided via these modules including: data preprocessing for general purposes, time series data smoothing/transformation, extracting features from time/frequency domains, various detection algorithms, and involving human expertises to calibrate the system. Three common outlier detection scenarios on time-series data can be performed: point-wise detection (time points as outliers), pattern-wise detection (subsequences as outliers), and system-wise detection (sets of time series as outliers), and wide-range of corresponding algorithms are provided in TODS. This package is developed by [DATA Lab @ Texas A&M University](https://people.engr.tamu.edu/xiahu/index.html).
TODS is a full-stack automated machine learning system for outlier detection on multivariate time-series data. TODS provides exhaustive modules for building machine learning-based outlier detection systems, including: data processing, time series processing, feature analysis (extraction), detection algorithms, and reinforcement module. The functionalities provided via these modules includes data preprocessing for general purposes, time series data smoothing/transformation, extracting features from time/frequency domains, various detection algorithms, and involving human expertise to calibrate the system. Three common outlier detection scenarios on time-series data can be performed: point-wise detection (time points as outliers), pattern-wise detection (subsequences as outliers), and system-wise detection (sets of time series as outliers), and a wide-range of corresponding algorithms are provided in TODS. This package is developed by [DATA Lab @ Texas A&M University](https://people.engr.tamu.edu/xiahu/index.html).

TODS is featured for:
* **Full Sack Machine Learning System** which supports exhaustive components from preprocessings, feature extraction, detection algorithms and also human-in-the loop interface.

* **Wide-range of Algorithms**, including all of the point-wise detection algorithms supported by [PyOD](https://github.com/yzhao062/pyod), state-of-the-art pattern-wise (collective) detection algorithms such as [DeepLog](https://www.cs.utah.edu/~lifeifei/papers/deeplog.pdf), [Telemanon](https://arxiv.org/pdf/1802.04431.pdf), and also various ensemble algorithms for performing system-wise detection.

* **Automated Machine Learning** aims on providing knowledge-free process that construct optimal pipeline based on the given data by automatically searching the best combination from all of the existing modules.
* **Automated Machine Learning** aims to provide knowledge-free process that construct optimal pipeline based on the given data by automatically searching the best combination from all of the existing modules.

## Resources
* API Documentations: [http://tods-doc.github.io](http://tods-doc.github.io)


Loading…
Cancel
Save