AutoxgbResult: Result of an autoxgboost call.

Description Usage Format

Description

Result of autoxgboost. A R6 class containing the following elements:

optim_result [MBOSingleObjResult]

Optimization result object. See: MBOSingleObjResult

final_learner [Learner]

Xgboost learner with best found hyper paramater configuration.

final_model [WrappedModel | NULL]

If build.final.model=TRUE in autoxgboost a mlr model build by the full dataset and final.learner.

measures [Measure]

Measure used for optimization.

And the following functions:

.$predict(newdata)
.$get_tune_results()
.$plot_pareto_front()

Usage

1

Format

An object of class R6ClassGenerator of length 24.


ja-thomas/autoxgboostMC documentation built on May 17, 2019, 4:22 a.m.