Lightgbm auto.
Value
Object of class R6::R6Class and AutoLightGBM.
Super class
Auto -> AutoLightGBM
Methods
AutoLightGBM$graph()
Create the graph for the auto.
Arguments
task(mlr3::Task).
measuren_threads(
integer(1)).timeout(
integer(1)).devices(
character())
Devices to use. Allowed values are"cpu"and"cuda". Default is "cpu".
AutoLightGBM$finalize_model()
Prepare the graph learner for the final model fit.
AutoLightGBM$internal_measure()
Get the internal measure for the auto.
Arguments
measuretask(mlr3::Task).
Examples
auto("lightgbm")
#> <AutoLightGBM>
#> Inherits from: <Auto>
#> Public:
#> check: function (task, memory_limit = Inf, large_data_set = FALSE, devices)
#> clone: function (deep = FALSE)
#> design_default: function (task)
#> design_set: function (task, measure, size)
#> devices: cpu cuda
#> early_stopping_rounds: function (task, budget = Inf)
#> estimate_memory: function (task)
#> finalize_model: function (graph_learner)
#> graph: function (task, measure, n_threads, timeout, devices)
#> id: lightgbm
#> initialize: function (id = "lightgbm")
#> internal_measure: function (measure, task)
#> packages: mlr3 mlr3extralearners lightgbm
#> properties: internal_tuning large_data_sets
#> search_space: function (task)
#> task_types: classif regr
#> Private:
#> .default_values: list
#> .search_space: ParamSet, R6
