Context is used here to provide a better understanding of the difference cases the data are each time. Essentially, Context represent the data (CD), existing in a time window, and their relationships (CR), where the relationships are extracted using causal discovery between the data (the causal discovery method can be user defiend).
Project description
PdMContext
A Python package for extracting context in streaming applications (related to Predictive Maintenance and Anomaly Detection)
Documentation can be found in the Documentation folder
See src/Example.ipynb for usage
Context and Data types
Context is used here to provide a better understanding of the different cases the data are each time.
Essentially Context represents the data (CD), existing in a time window, and their relationships (CR), where the relationships are extracted using causal discovery between the data (the causal discovery method can be user defined).
PdmContext.utils.structure.Context is used to represent such a context.
Data Types
Continuous (analog, real, Univariate series ...):
To this point CD contains data from different sources, and supports different sample rates of signals, and event discrete data. The difference in sample rate is handled internally in the context generation process where all the series are mapped to a single series sample rate called target series (also referred to the code and documentation as such):
- For series with a sample rate higher than that of the target, the samples between two timestamps of the targets series, are aggregated (mean)
- For series with lower sample rates, repetition of their values is used.
Event Data:
The context supports also data that are not numeric, but related to some kind of event (events that occur in time). These are often referred to as discrete data. To this end, the Context supports two types of such events:
- isolated: Events that have an instant impact when they occur.
- configuration: Events that refer to a configuration change that has an impact after its occurrence.
The type of events is used to transform them into continuous space and add them to CD.
Related works:
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 pdmcontext-0.0.8.tar.gz
.
File metadata
- Download URL: pdmcontext-0.0.8.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcb441c5d049921b32b7151a641eb5b9ceecd3d15d5a7b38bad1875b7c8c4f15 |
|
MD5 | 815e4a8aa0bd637f24ada1ce4b5a1541 |
|
BLAKE2b-256 | 94cc27c39096b0d26f6b34787ddd7a2df398636c39342215960891d6257f9e8f |
File details
Details for the file pdmcontext-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: pdmcontext-0.0.8-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40b65b842e10656ad15bc4a81dd019aead1e2ceb53872b4b31adbfb53c230ad0 |
|
MD5 | ff3f369b23e58f655666b0df1b248197 |
|
BLAKE2b-256 | ad0d0abb2348d9c1cc8275032b22383e887480585117fbf65b6ac27f090de4c2 |