event-forecasting
Event Forecasting Algorithms
Theory
Correlating events in complex and dynamic IoT environments is a challenging task not only because of the amount of available data that needs to be processed but also due to the call for time efficient data processing. We propose the adoption of a univariate change detection algorithms for real-time event detection.
Requirements
- Python 3.6 to 3.10 supported.
- numpy 1.22.0 to 1.22.2 supported.
Installation
- Install with pip:
python -m pip install event-forecasting
Usage/Examples
See the example project in the example/ directory of the GitHub repository.