Browse Source

add description of package

Former-commit-id: 73ccb43237 [formerly c165c35b35] [formerly 0707a874af [formerly 1a150cc1a9]] [formerly 50e5ceba48 [formerly 25c2205803] [formerly 8435541b94 [formerly dbcbd98876]]] [formerly ea12b3f9e1 [formerly 179ec6215d] [formerly a7532a1a2d [formerly bd43fde200]] [formerly 76366f95bb [formerly 5d4f7c2a9f] [formerly 367e4fdf49 [formerly d82a330e65]]]] [formerly e505eb9414 [formerly 6deb9eb7a7] [formerly 0e19812bb6 [formerly d911acd45c]] [formerly 3586c9ee9f [formerly 55c06a26df] [formerly 52ccf961f5 [formerly c112be0b8b]]] [formerly 0286a34349 [formerly 33053bfb4c] [formerly a40346c909 [formerly c4877885d4]] [formerly 65a4100ece [formerly 155e646e8d] [formerly 5171e16a4b [formerly d04e1cb42c]]]]] [formerly 97aca6e634 [formerly 53cdb4986a] [formerly 6974c28597 [formerly 3481e3e444]] [formerly 407b461010 [formerly 6d6b0c52a7] [formerly 389d82a512 [formerly 15fec2a4ad]]] [formerly d85e8f75b6 [formerly 209a535c3f] [formerly a0b995cb47 [formerly 6e8b5b3e28]] [formerly d926c475dd [formerly 5a3d06e34f] [formerly 358d4c2c40 [formerly 9c94e9054b]]]] [formerly a83fb3b792 [formerly b7c924a79a] [formerly 9784db3915 [formerly f0fd3c316b]] [formerly 0d3ad4f9b4 [formerly 1a6bac3809] [formerly b2e672c9de [formerly 46c7b62ccf]]] [formerly 0356d589b1 [formerly b4dda33937] [formerly d59a19ec53 [formerly a026930f76]] [formerly 569cd8715e [formerly 8f98662429] [formerly f36e361fba [formerly c01aa18e6d]]]]]]
Former-commit-id: f0a7ff90a6 [formerly 4fbd0c5d7c] [formerly bbf00aa77b [formerly 48e2708e6c]] [formerly a615507114 [formerly d1bc406f44] [formerly d366bfda76 [formerly d736ef961e]]] [formerly c000055d07 [formerly ad5816f811] [formerly c1e6740f0d [formerly 19f99deb6d]] [formerly 8ad65c6d0f [formerly 5231af6001] [formerly 097b20fb6c [formerly 3910ba54df]]]] [formerly d635fcfa1f [formerly 0193086e55] [formerly 4c394181ec [formerly 8491c6ac45]] [formerly 4ded99a69d [formerly 5697cb8782] [formerly 68eced1103 [formerly f85e01cbb8]]] [formerly 07394939d2 [formerly 7f699d05bb] [formerly c7705698bb [formerly e2a5231daf]] [formerly bfbb198e6e [formerly d883e5148f] [formerly f36e361fba]]]]
Former-commit-id: 0ce173bbe8 [formerly ec040f8496] [formerly de006ce166 [formerly 9e90f28577]] [formerly 41dae9fa63 [formerly ad30ac0366] [formerly ce8a93c498 [formerly e3b0d54b98]]] [formerly 4297b18392 [formerly 48d247de5e] [formerly 20a33825ad [formerly fd90e70ce3]] [formerly b67a9e8bb7 [formerly ea1e546d00] [formerly fd8b350994 [formerly 2cc465f696]]]]
Former-commit-id: 58e3ce2eb3 [formerly a35374344a] [formerly d52369e7cd [formerly d6dc9d2d77]] [formerly 78f5f47932 [formerly ba7be29fc7] [formerly 9816c90f06 [formerly e593dc0b13]]]
Former-commit-id: 0211812e07 [formerly f372e276b3] [formerly 1a23e5260d [formerly d1148c75e1]]
Former-commit-id: 2593d84c92 [formerly 62f55382a8]
Former-commit-id: f71e1c3bb1
master
lhenry15 4 years ago
parent
commit
d00d333f82
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -1,5 +1,5 @@
# Time-series Outlie Detection System
TODS is an 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. Specifically, three application scenarios on time-series outlier detection are provided: 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 an 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. Specifically, three application scenarios on time-series outlier detection are provided: 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