A template for public packages, implementing the notion of compex number
Project description
Status
Compatibilities
Contact
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file addetect-0.1.28.tar.gz
.
File metadata
- Download URL: addetect-0.1.28.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97f8420f5f442af6407de1c0b36f44a6f1f6eab56c6424e908aa6d5f0078830c |
|
MD5 | cb79ed343fd7fc6abe575a5bb1bc43d8 |
|
BLAKE2b-256 | 99966a48060a3f60ac04af0e6df0c37a8e800c85086f4fb79054a2320978c078 |