https://github.com/marcnuth/anomalydetection

Twitter's Anomaly Detection in Pure Python

https://github.com/marcnuth/anomalydetection

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary

Keywords

anomalydetection cusum python s-h-esd statistics timeseries
Last synced: 6 months ago · JSON representation

Repository

Twitter's Anomaly Detection in Pure Python

Basic Info
  • Host: GitHub
  • Owner: Marcnuth
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Size: 396 KB
Statistics
  • Stars: 319
  • Watchers: 20
  • Forks: 78
  • Open Issues: 14
  • Releases: 0
Topics
anomalydetection cusum python s-h-esd statistics timeseries
Created about 9 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

README.md

Anomaly Detection for Python

PyPI - Downloads

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

Usage

import tad

Owner

  • Name: Marc
  • Login: Marcnuth
  • Kind: user
  • Company: NAUTIDEA Inc.

Founder of NAUTIDEA Inc.

GitHub Events

Total
  • Watch event: 12
  • Pull request event: 1
  • Fork event: 2
Last Year
  • Watch event: 12
  • Pull request event: 1
  • Fork event: 2

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 46
  • Total Committers: 5
  • Avg Commits per committer: 9.2
  • Development Distribution Score (DDS): 0.478
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
hokiegeek2 h****2@g****m 24
Marcnuth h****n@q****m 18
Xianxian Huang x****n@l****m 2
Binlong Li h****e@g****m 1
Marc Huang m****g@l****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 24
  • Total pull requests: 18
  • Average time to close issues: 3 months
  • Average time to close pull requests: 6 months
  • Total issue authors: 13
  • Total pull request authors: 7
  • Average comments per issue: 2.25
  • Average comments per pull request: 0.44
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • hokiegeek2 (11)
  • triciascully (2)
  • enesgur (1)
  • ColaBH (1)
  • Marcnuth (1)
  • qw4990 (1)
  • zkid18 (1)
  • gefero (1)
  • barissekerciler (1)
  • pkwan9 (1)
  • vnnw (1)
  • abdulsami5 (1)
  • guillerial (1)
Pull Request Authors
  • hokiegeek2 (7)
  • aliasgherman (5)
  • hiddensquid1409 (2)
  • SunnyBingoMe (1)
  • igorpereirabr1 (1)
  • lbl1985 (1)
  • pyramixofficial (1)
Top Labels
Issue Labels
enhancement (2) question (1) bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 539 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 2
  • Total maintainers: 1
pypi.org: tad

Twitter's Anomaly Detection Implementation in Python

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 539 Last month
Rankings
Downloads: 2.9%
Stargazers count: 3.7%
Forks count: 5.1%
Average: 8.7%
Dependent packages count: 10.1%
Dependent repos count: 21.5%
Maintainers (1)
Last synced: 6 months ago

Dependencies

requirements.txt pypi
  • numpy *
  • pandas *
  • scipy *
  • statsmodels *
setup.py pypi