Browse Source

add tods-doc

Former-commit-id: 7063683a61 [formerly 29109c6b0d] [formerly 909b99119a [formerly c22220923e]] [formerly 37893c0168 [formerly f27e3cd868] [formerly e78e824db4 [formerly 8cfa9f2582]]] [formerly 285377d40d [formerly a67d56af64] [formerly 7a17817bde [formerly 9864c1375a]] [formerly 32b84f6df0 [formerly e0c6510510] [formerly bddf0d931c [formerly 9575268b6e]]]] [formerly 55c4abd616 [formerly ff5694671b] [formerly feaa4365b2 [formerly 1b30b32eb5]] [formerly 4ddddd6801 [formerly ed3a14a607] [formerly e462e363fa [formerly 79399039fb]]] [formerly d3661feaca [formerly 3d8b25f5c5] [formerly 154cd8d141 [formerly 342175351f]] [formerly 8d04c8ccb2 [formerly 9e1c2dcd9c] [formerly ff9e935f39 [formerly 75539c5a13]]]]] [formerly a116c6d4d8 [formerly d8b709410a] [formerly 06f3b928cb [formerly 9ef0def502]] [formerly 953ba53572 [formerly 5c00a1c31e] [formerly fb753dad02 [formerly fac306f85c]]] [formerly 54d7304daf [formerly a05fa2659c] [formerly 36b800a31d [formerly 853847b527]] [formerly 19219816fa [formerly b13439d47a] [formerly 6d82f8efd2 [formerly 16baedf4e0]]]] [formerly f45ed98c6b [formerly 40a495116d] [formerly fa0addc415 [formerly a5187d2410]] [formerly d39d9d5087 [formerly 2fc393c321] [formerly 59ccd6fb10 [formerly 0711daf745]]] [formerly 009fb035a3 [formerly cb8d85b3b6] [formerly ac9d2def02 [formerly 07456e5e49]] [formerly a216a59c49 [formerly 91b9af4c30] [formerly c5fb5f9638 [formerly 5f19e3b463]]]]]]
Former-commit-id: 0949412b04 [formerly 2b85d4c816] [formerly 770f57445f [formerly 9bae194c29]] [formerly f87522b4d3 [formerly f7c9edae3e] [formerly 716a287c0f [formerly 2d75b6b6e1]]] [formerly 049fbd1afe [formerly ed64fec84d] [formerly 0fd7fb21b9 [formerly 7716521b7e]] [formerly ef9b7ddb81 [formerly c79fd3e47c] [formerly 7afa13ba40 [formerly 1cc5734a27]]]] [formerly 182a3ce328 [formerly 11363d5883] [formerly 9950e16db6 [formerly 77c4c0c490]] [formerly d9cdf4c1c0 [formerly 249c7db441] [formerly 362f1d7a49 [formerly 1fdf3caa7b]]] [formerly c03c1d849d [formerly a3d37f052a] [formerly b4401671f5 [formerly a828a155c8]] [formerly 6edd92ba61 [formerly e8d76f2ca9] [formerly c5fb5f9638]]]]
Former-commit-id: cd0b1dea88 [formerly d51decdc08] [formerly 3bdd35cd23 [formerly bfe0bc266a]] [formerly 92925ca687 [formerly 8c962b90af] [formerly 12c69c5f55 [formerly 6cf880f86a]]] [formerly 39fc94ac21 [formerly 03da9c8e3e] [formerly b57ed5ab17 [formerly 5508bded42]] [formerly 1a3b221f92 [formerly 62d9d106e8] [formerly a5345afa00 [formerly f0e0564044]]]]
Former-commit-id: b538d5e57d [formerly 000aef3935] [formerly edd37a4b51 [formerly 9629c91442]] [formerly 1297aca7b2 [formerly 7c97e9a228] [formerly ce84033dd3 [formerly 171be40534]]]
Former-commit-id: ec83d4dab0 [formerly 833dee36f1] [formerly 5ba2cfa117 [formerly 5caad7a368]]
Former-commit-id: 989bc27b82 [formerly 004fbbc197]
Former-commit-id: 65c88b1a6d
master
lhenry15 4 years ago
parent
commit
733a2ca8c3
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -1,11 +1,11 @@

# Time-series Outlie Detection System
<img width="500" src="./docs/img/tods_logo.png" alt="Logo" />

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).
* API Documentations: [https://tods-doc.github.io](https://tods-doc.github.io)


* API Documentations: [https://tods-doc.github.io](https://tods-doc.github.io)
##
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 featured for:
* **Full Sack Machine Learning System** which supports exhaustive components from preprocessings, feature extraction, detection algorithms and also human-in-the loop interface.


Loading…
Cancel
Save