This Python library is designed to handle measured data from test benches or Building Energy Management Systems (BEMS). It offers physical model calibration frameworks and original AI methods.
The library includes the following features:
- Data cleaning: Based on Pandas, it uses Scikit-learn framework to simplify data cleaning process through the creation of pipelines for time series.
- Data plotting: Generates plots of measured data, visualizes gaps and cleaning methods effects.
- Physical model calibration: Provides base class to define calibration problem, uses Pymoo optimization methods for parameters identification.
- Building usage modeling: Generates time series of occupancy-related usage (Domestic Hot water consumption, grey water use...).
- AI tools for HVAC FDD: Includes artificial intelligence tools for Heating Ventilation and Air Conditioning (HVAC) systems fault detection and diagnostics (FDD).
The source code is currently hosted on GitHub at: https://github.com/BuildingEnergySimulationTools/corrai
Tutorials are available in the dedicated folder.
Released version are available at the Python Package Index (PyPI):
# PyPI
pip install corrai