Skip to main content

A template for public packages, implementing the notion of compex number

Project description

doc License: GPL v3

Status

pytests push-pypi push-doc

maintained issues pr

Compatibilities

ubuntu unix

python

Contact

linkedin website mail

addetect

Installation


Usage

Ce package permet de trouver les outliers d'une série, à partir de différentes méthodes.
De plus, il permet aussi d'avoir de nombreux information sur la série

import pandas as pd
from addetect.detector import Detector

serie = pd.Series([1,2, 3], index = pd.date_range(start='2022-01-01', end="2022-01-03"))
detector = Detector(serie)
outliers = Detector._standard_deviation()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

addetect-0.1.28.tar.gz (39.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page