Description Usage Arguments Value
Predict PV power with quantile selection
1 | pred_pv_quantile(data, train_idx, test_idx, alpha = seq(0.5, 0.9, 0.01), ...)
|
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'. |
Vector of predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.