pred_pv_quantile: Predict PV power with quantile selection

Description Usage Arguments Value

View source: R/models.R

Description

Predict PV power with quantile selection

Usage

1
pred_pv_quantile(data, train_idx, test_idx, alpha = seq(0.5, 0.9, 0.01), ...)

Arguments

data

(data frame) Data frame containing predictors, response variable 'pv_power_mw' and 'datetime'.

train_idx

(integer) Vector of integers specifying which rows to use for training model

test_idx

(integer) Vector of integers specifying which rows to use for testing model

alpha

(numeric) Vector of quantiles 0.01-0.99.

...

Additional arguments passed to 'lgb.fit'.

Value

Vector of predictions.


gprashal0706/chevckit documentation built on Dec. 20, 2021, 12:45 p.m.