Metadata-Version: 2.1
Name: tegdet
Version: 1.0.0
Summary: Time Evolving Graph detectors library
Home-page: https://github.com/DiasporeUnizar/TEG
Author: Diaspore team
Author-email: simonab@unizar.es
License: GPL-2
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.1
Description-Content-Type: text/x-rst
License-File: LICENSE

A Time-Evolving-Graph (TEG) is a sequence of graphs generated from an univariate time series.

The ``tegdet`` library includes a set anomaly detectors which rely on TEGs both for the generation 
of the *prediction model*, from a *training dataset*, and for the *prediction of ouliers*, from  *testing datasets*.

The library depends on the Python packages: ``pandas``, ``scipy``.

