Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.92 KB

timeseries.rst

File metadata and controls

50 lines (41 loc) · 1.92 KB

Timeseries Guide

Module Overview

These funcions provide processing and modelling capabilities for timeseries production data. Processing functions prepare data to train two types of expected energy models:

  • AIT: additive interaction trained model, see :cite:t:`app12041872` for more information.
  • Linear: a high flexibility linear regression model.

Additionally, the ability to generate expected energy via IEC standards (iec 61724-1) is implemented in the :py:mod:`~pvops.timeseries.models.iec` module.

An example of usage can be found in tutorial_timeseries_module.ipynb <https://github.com/sandialabs/pvOps/blob/master/tutorials/tutorial_timeseries_module.ipynb>.

Preprocess

Models

Example Code

load in data and run some processing functions