Browse Source

add tods-doc

Former-commit-id: ad3450e272 [formerly 1db92b73f8] [formerly 288658e92a [formerly ea7c745d5c]] [formerly 8c1e179a63 [formerly aedf4887ba] [formerly d06598ec3b [formerly ec6f206f0a]]] [formerly f3b36e20fc [formerly b81a57361d] [formerly 0eda8fd393 [formerly c9186bbd59]] [formerly 80dd6a95df [formerly 7ffdb67e70] [formerly c2016572f4 [formerly 5138da2b1b]]]] [formerly f1cb5ee07b [formerly 67a9ca8c25] [formerly 02355d9a68 [formerly f61f18245f]] [formerly 6387669034 [formerly 10cc78d031] [formerly 3651e92e0a [formerly a44b4bf5fa]]] [formerly 5fb8293d86 [formerly 85fdae9d3d] [formerly adca56ade2 [formerly ec7e5de2bb]] [formerly f20a9e3e7f [formerly b6cb27e649] [formerly 0f555c7de7 [formerly db92cd23e3]]]]] [formerly 92d204ecde [formerly 1bc5c66d37] [formerly c91e343c3c [formerly d9cdb45f4a]] [formerly 8e21fb1f95 [formerly 4b4f3e8fcb] [formerly 62bb04c380 [formerly 91e0959f2e]]] [formerly bacd995f3a [formerly 4011ea2d8e] [formerly 5862473a2e [formerly 15ea24fe18]] [formerly 0622afb025 [formerly 548de11b74] [formerly 792de93b36 [formerly 66bcb2156b]]]] [formerly bef2490aff [formerly 6ae1f3ede7] [formerly 14ed8effdb [formerly 4213821a2a]] [formerly 5c51cbef61 [formerly 9b65b4f936] [formerly 7f51746fb1 [formerly 7504d72ccb]]] [formerly 166b2e0760 [formerly 9b3ad86cdd] [formerly e8d529b43c [formerly 2acf351f24]] [formerly 76a2992d38 [formerly 6941dbdd05] [formerly 28cbd59a80 [formerly 9050982b5b]]]]]]
Former-commit-id: 643504c041 [formerly 8cd8171efe] [formerly 040e8e810e [formerly 9fcd4e83c4]] [formerly 483174ab8c [formerly 10250a67b6] [formerly 16f6a61119 [formerly cc257240e0]]] [formerly f2b89add53 [formerly 5c31f99011] [formerly 7009c20ab8 [formerly ad61e161fc]] [formerly 894155926d [formerly c3ef68be01] [formerly 48c28693f1 [formerly 3d347f8e5f]]]] [formerly faaffd0bcf [formerly 8d03b50852] [formerly 1a96271be4 [formerly fe47294bd8]] [formerly c4f3cd2587 [formerly 3b1131ae3c] [formerly ad67f3be15 [formerly a4b4aad0b6]]] [formerly 8b59af0a9f [formerly db7ca8bebd] [formerly fb2f458bcc [formerly d7d8ddfa59]] [formerly 3cff4fd547 [formerly 6a9b4dd267] [formerly 28cbd59a80]]]]
Former-commit-id: 37aa1ad796 [formerly 8c56ec0fd3] [formerly cad9f67c03 [formerly 665bdb8658]] [formerly 782cbfc77f [formerly b1b33f5ab2] [formerly 144f1fcce5 [formerly bb6e9fcb6f]]] [formerly 70ecb721ee [formerly 2b83dd3e6c] [formerly eb22ecbaf0 [formerly 2400d9d04f]] [formerly de44e870bd [formerly 34a23fd931] [formerly 92121661fc [formerly 1c9902e3d1]]]]
Former-commit-id: 55c47b64b9 [formerly 25f945047e] [formerly c35a685b40 [formerly a5880279a7]] [formerly 2aabc29a45 [formerly ddaac27bc8] [formerly e0a3ed54a0 [formerly 1fdc1c9707]]]
Former-commit-id: d6cd321323 [formerly c1c492114b] [formerly 98b796091b [formerly aeb8e1e8b2]]
Former-commit-id: e0ccf2c478 [formerly 6a7b01e481]
Former-commit-id: dfb9bf674f
master
lhenry15 4 years ago
parent
commit
47b5a7d3b0
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      README.md

+ 2
- 4
README.md View File

@@ -2,10 +2,6 @@
# Time-series Outlie Detection System # Time-series Outlie Detection System
<img width="500" src="./docs/img/tods_logo.png" alt="Logo" /> <img width="500" src="./docs/img/tods_logo.png" alt="Logo" />


API Documentations: [http://tods-doc.github.io](http://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 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: TODS is featured for:
@@ -15,6 +11,8 @@ TODS is featured for:


* **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 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.


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


## Installation ## Installation




Loading…
Cancel
Save