Open abbey2017 opened 3 years ago
The goal is to develop a module which returns the expected power for each data point using binned operational power curve based on normal operating data of wind turbines.
The module will accept training and test data from users.
The training data will be used to create normal data points using the power curve filtering module. Next, the expected power from test and training (optional) data will be estimated using different methods.
The first method will create a benchmark by binning the normal data points from the training data. Other methods may use a machine learning approach and also leverage other predictors like wind direction.
The returned models from this module can be used to estimate the expected power from a turbine or wind farm given the wind speed vs power data from normal operating conditions.