Skip to main content

Sam media anomaly detector library

Project description

Time series forecasting and anomaly detection library on top of fbprophet

.. code:: python
import pandas as pd
from psycopg2 import connect
from sam_anomaly_detector import Forecaster
df_data = pd.read_csv('dataset.csv', columns=['ds', 'y'])
json_data = df_data.to_json(orient='records')
anomalies = Detector().forecast_today(dataset=json_data)
print(anomalies)


- Input data should be a panda DataFrame having time and aggregated data
- Passed columns to forecaster should be 'ds' for 'time' and 'y' for 'aggregated data'
- Output is a panda DataFrame of anomalies. Important columns are:
- actual: today's actual value
- yhat_lower: forecast lower boundary
- yhat: : forecastted value
- yhat_upper: forecast upper boundary
- std: standard diviation from boundaries. negative value means how far it is from 'yhat_lower',
positive value means how far it is from 'yhat_upper'


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

sam_anomaly_detector-2.3.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sam_anomaly_detector-2.3-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file sam_anomaly_detector-2.3.tar.gz.

File metadata

File hashes

Hashes for sam_anomaly_detector-2.3.tar.gz
Algorithm Hash digest
SHA256 bca0730057d50c59fd3f74f3752bb8f2cba98a3decb2616345b0a9a5a9e4afd4
MD5 8f5a1c277bd143d8ddb10e0185f32aeb
BLAKE2b-256 a284db64be85807d2a4d33d007fdfbde307df507c6a2b8f57e29153344f5a077

See more details on using hashes here.

File details

Details for the file sam_anomaly_detector-2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for sam_anomaly_detector-2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1ab359b69b56a325fd7e66868a17e9b4f99b1f48a042cff340bd5bac5835f3d2
MD5 b5d9fd26226426c18310e714e88d6083
BLAKE2b-256 74a1bdae7c371d932e62b4ae5587267a1225c9db8dddb4840d07f7f450639fe0

See more details on using hashes here.

Supported by

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