Time series anomaly detection and forecasting
Project description
SAM
SAM is a Python package for timeseries analysis, anomaly detection and forecasting.
Author: Royal HaskoningDHV
Email: ruben.peters@rhdhv.com
Getting started
The documentation is available here..
The easiest way to install is package is using pip:
pip install sam
There are different optional dependencies for SAM, if you are unsure use pip install sam[all]
other options include plotting
(just use the plotting functionality), data_science
(all dependencies needed for a data scientist) and data_engineering
(dependencies for data engineer).
Keep in mind that the sam package is updated frequently, and after a while, your local version may be out of date with the online documentation. To be sure, run the pip install -U sam
command to install the latest version.
Configuration
A configuration file can be created as .config
. This configuration file only stores api credentials for now, but more options may be added in the future. The configuration file is parsed using the Python3 configparser, and an example configuration is shown below:
[regenradar]
user=regenradar.username
password=secret123
[openweathermap]
apikey=secret456
Issue tracking and Feature Requests
Anyone can create feature requests or bug reports! You can browse and create new issues on GitHub: https://github.com/RoyalHaskoningDHV/sam/issues
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
Built Distribution
File details
Details for the file sam-3.0.2a1.tar.gz
.
File metadata
- Download URL: sam-3.0.2a1.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ecd1eb292d204b064ece9eaef4cafed0cd926f7d20c7d8949bd9755aa372438 |
|
MD5 | 5bed532b2a394d2fec1d9384329c56c9 |
|
BLAKE2b-256 | 10bfe04c0407d25f88e4aad09456b4eb701926ff90623cb3b2b378a080546c77 |
File details
Details for the file sam-3.0.2a1-py3-none-any.whl
.
File metadata
- Download URL: sam-3.0.2a1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18ccd61a6a486ba067c940d8fbe523c18e27633c4f5a006d08c466ccea6509fb |
|
MD5 | 8ee1c7c917a482a932bbff9ca77f6a11 |
|
BLAKE2b-256 | ad621165d220b994c7c8505b791c3bf489b1a9cad6e10eba67f9fa035455f387 |