Skip to main content

DarkGreyBox: An Open-Source Data-Driven Python Building Thermal Model Inspired By Genetic Algorithms and Machine Learning

Project description

Dark Grey Box

License: GPL v3 CircleCI

DarkGreyBox: An Open-Source Data-Driven Python Building Thermal Model Inspired By Genetic Algorithms and Machine Learning

Constructing simple, accurate and easy-to-interpret thermal models for existing buildings is essential in reducing the environmental impact of our built environment. DarkGreyBox provides a data-driven approach to constructing and fitting RC-equivalent grey box thermal models for buildings, within the classic Machine Learning (ML) framework for straightforward model performance evaluation. A large number of competing models can be set up in easy-to-configure pipelines and the best performing models are selected based on principles inspired by Genetic Algorithms (GA). This approach also addresses the main disadvanatages of classical grey-box thermal modelling techniques by not requiring initial condition values for the thermal parameters to be pre-calculated and also not requiring an excitation signal to be injected into the building for successful model convergence and evaluation.

The massive advantages of using a DarkGreyBoxModel over a black-box (i.e. Machine Learning) model - e.g. a deep sequence-to-sequence model - are that it is easily interpreted by humans and that it slots easily into other modelling frameworks. E.g. to model the behaviour of a building with its connected heating system, simply construct a heat source model in a MILP framework and the grey-box building thermal model just slots in as a set of linear differential equations with a handful of parameters. Doing this with a deep ML model would be quite tricky.

The easiest way to get familiar with DarkGreyBox is to look at the tutorials.

Installation

Dependencies

DarkGreyBox requires:

  • Python (>= 3.6)
  • lmfit (>= 1.0.1)
  • pandas (>= 1.1.2)
  • joblib (>= 0.16.0)

Note: these are only the core dependencies and you will most likely want to install either the optional dependencies or your preferred custom alternatives to them.

User installation

Install DarkGreyBox via pip:

pip install darkgreybox

Optional Dependencies

This gives you a headstart for using DarkGreyBox in anger and allows you to run the tutorials locally.

  • scikit-learn (>=0.23.1)
  • numdifftools (>=0.9.39)
  • statsmodels (>=0.11.1)
  • matplotlib (>=3.3.2)
  • jupyter (>=1.0.0)
  • notebook (>=6.1.5)

You can install these additional dependencies via pip:

pip install darkgreybox[dev]

Documentation

Tutorials

The easiest way to get into the details of how DarkGreyBox works is through following the tutorials:

Development

We welcome new contributors of all experience levels.

Source code

You can check the latest sources with the command::

git clone https://github.com/czagoni/darkgreybox.git

Testing

After installation, you can launch the test suite from the repo root directory (you will need to have pytest >= 5.4.1 installed):

pytest

You can check linting from the repo root directory (you will need to have `pyflakes >= 2.1.1 installed):

pyflakes .

You can install the additional dependencies required for testing via pip:

pip install darkgreybox[test]

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

darkgreybox-0.1.0.tar.gz (12.4 kB view hashes)

Uploaded Source

Built Distribution

darkgreybox-0.1.0-py3-none-any.whl (22.4 kB view hashes)

Uploaded Python 3

Supported by

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