Metadata-Version: 2.1
Name: tad
Version: 0.0.5
Summary: Twitter's Anomaly Detection Implementation in Python
Home-page: https://github.com/Marcnuth/AnomalyDetection
Author: Marcnuth
Author-email: hxianxian@gmail.com
License: Apache License 2.0
Description: # Anomaly Detection for Python
        
        ## Introduction
        
        Twitter's Anomaly Detection is easy to use, but it's a R library. 
        
        Although there are some repos for python to run twitter's anomaly detection algorithm, but those libraies requires R installed.
        
        This repo aims for rewriting twitter's Anomaly Detection algorithms in Python, and providing same functions for user.
        
        
        ## Install
        
        ```
        pip3 install tad
        ```
        
        
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
