pred_point: Predict point prediction using lightgbm

Description Usage Arguments

View source: R/models.R

Description

Predict point prediction using lightgbm

Usage

1
pred_point(data, train_idx, test_idx, response_idx, ...)

Arguments

data

(data frame) Data frame containing predictors and response variable 'demand_mw'.

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

response_idx

(integer) Column index of response variable in 'data'.

...

Additional arguments passed to 'lgb.fit'.


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