Browse Source

add LICENSE

Former-commit-id: 4c664d8861 [formerly db0a3ad0ff] [formerly 36dda9108b [formerly 9f265bc419]] [formerly 67f5892ae4 [formerly 2b523f99f8] [formerly 9b99509524 [formerly b8bf679522]]] [formerly 873c24004d [formerly 8504ff4561] [formerly 1e21a20cdd [formerly 252edef741]] [formerly 3b812a9738 [formerly 6b20387c7b] [formerly 9e73142c10 [formerly f40465330b]]]] [formerly af4945c8f5 [formerly 6e77f723fb] [formerly 6e323434f0 [formerly 9e1ee6247e]] [formerly 05d0440d83 [formerly d98ce7f81f] [formerly f145435c6a [formerly aa0a52e7b9]]] [formerly 5abfef112c [formerly eac581bfab] [formerly 50b84f1984 [formerly c8738309e7]] [formerly 689590788d [formerly 122a266091] [formerly 56134f464f [formerly 52c3c00319]]]]] [formerly 813939894c [formerly 9f3327c4a3] [formerly 065dee3ff2 [formerly 09f4122bba]] [formerly eb02a4f8d9 [formerly 857187aaf2] [formerly db269a8a78 [formerly 09416f0f79]]] [formerly 7d1f0f5d77 [formerly 3ab2d84e5d] [formerly 5b5be51f71 [formerly f65234840b]] [formerly 0e1deee0a9 [formerly 003bb2e5ab] [formerly 43219fb58e [formerly d12bb26968]]]] [formerly f1596e8e10 [formerly f98dc59f66] [formerly 55f397848a [formerly cdbc67cd51]] [formerly b3850a2e0d [formerly 537a4be5ef] [formerly 370c50e208 [formerly 4cfb5e7f71]]] [formerly 6d443f4bcc [formerly 7bcee348bb] [formerly 6219185706 [formerly a2c6063bf6]] [formerly eae9d65a56 [formerly 9348a92d13] [formerly d71eee745d [formerly 44f1df9d27]]]]]]
Former-commit-id: ca2846e239 [formerly 5c946a3d50] [formerly 16b4d62fc9 [formerly 912ffaf4fc]] [formerly 8c07e0e6dd [formerly fd7bc935c9] [formerly dfccf8a9d9 [formerly 6a7bf97937]]] [formerly a2b14a5644 [formerly f5197ad103] [formerly 531bdd22e7 [formerly 61c466b89a]] [formerly 86c1c809df [formerly 3257578a1e] [formerly 9d7ecafbe7 [formerly 0ab2d45f89]]]] [formerly 1163dacd0d [formerly b9d90e84fd] [formerly 2946ba5eed [formerly e323284f04]] [formerly 796f4e3be3 [formerly 1bd543f340] [formerly fb2431002d [formerly 7559b2bba6]]] [formerly bcd26d622e [formerly 09a9262539] [formerly fce9b71388 [formerly 3488414fff]] [formerly c5d1879642 [formerly e48e45bfd8] [formerly d71eee745d]]]]
Former-commit-id: af32410453 [formerly b64aac56c0] [formerly c6ab1a4997 [formerly 93caa84e1c]] [formerly 22a97dda25 [formerly 07494c100a] [formerly edd66f446d [formerly 74b84491a1]]] [formerly 9edbf1a77f [formerly 4848993d12] [formerly 1eee0ad4f5 [formerly 6b2a981944]] [formerly 77dfa42925 [formerly e69d9dce75] [formerly 97e198b5e8 [formerly f066611720]]]]
Former-commit-id: adbd5020d3 [formerly 823f0a90d4] [formerly 62cf3df76a [formerly a522e0be89]] [formerly d964aea3ba [formerly 1efbe0a90e] [formerly 6cfce57255 [formerly 0d1573a493]]]
Former-commit-id: 9b145223dc [formerly c7475da8a7] [formerly b0fb7b4ed4 [formerly cdcb0fd841]]
Former-commit-id: 3aea2de9c5 [formerly d211f1dde2]
Former-commit-id: 6c33c533c1
master
lhenry15 4 years ago
parent
commit
1f71a9b158
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      README.md

+ 4
- 1
README.md View File

@@ -3,7 +3,6 @@
<img width="500" src="./docs/img/tods_logo.png" alt="Logo" /> <img width="500" src="./docs/img/tods_logo.png" alt="Logo" />


[![Build Status](https://travis-ci.org/datamllab/tods.svg?branch=master)](https://travis-ci.org/datamllab/tods) [![Build Status](https://travis-ci.org/datamllab/tods.svg?branch=master)](https://travis-ci.org/datamllab/tods)
[![Coverage Status](https://coveralls.io/repos/github/datamllab/tods/badge.svg?branch=master)](https://coveralls.io/github/datamllab/tods?branch=master)


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


@@ -94,3 +93,7 @@ best_scores = search.evaluate(best_pipeline).scores
``` ```
# Acknowledgement # Acknowledgement
We gratefully acknowledge the Data Driven Discovery of Models (D3M) program of the Defense Advanced Research Projects Agency (DARPA) We gratefully acknowledge the Data Driven Discovery of Models (D3M) program of the Defense Advanced Research Projects Agency (DARPA)

#Licensen
You may use this software under the Apache-2.0 License.


Loading…
Cancel
Save