https://github.com/ja-thomas/autoxgboost
Raw File
Tip revision: 9771b1031ff6e01cad40a39e27268d491eb2eabe authored by Janek Thomas on 11 May 2018, 08:16:52 UTC
ALL SORTS OF THINGS
Tip revision: 9771b10
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(makeRLearner,classif.autoxgboost)
S3method(makeRLearner,classif.xgboost.custom)
S3method(makeRLearner,classif.xgboost.earlystop)
S3method(makeRLearner,regr.autoxgboost)
S3method(makeRLearner,regr.xgboost.custom)
S3method(makeRLearner,regr.xgboost.earlystop)
S3method(predict,AutoxgbResult)
S3method(predictLearner,classif.autoxgboost)
S3method(predictLearner,classif.xgboost.custom)
S3method(predictLearner,classif.xgboost.earlystop)
S3method(predictLearner,regr.autoxgboost)
S3method(predictLearner,regr.xgboost.custom)
S3method(predictLearner,regr.xgboost.earlystop)
S3method(print,AutoxgbResult)
S3method(trainLearner,classif.autoxgboost)
S3method(trainLearner,classif.xgboost.custom)
S3method(trainLearner,classif.xgboost.earlystop)
S3method(trainLearner,regr.autoxgboost)
S3method(trainLearner,regr.xgboost.custom)
S3method(trainLearner,regr.xgboost.earlystop)
export(autoxgboost)
export(autoxgbparset)
import(BBmisc)
import(ParamHelpers)
import(checkmate)
import(mlr)
import(mlrCPO)
import(mlrMBO)
import(smoof)
import(xgboost)
importFrom(stats,aggregate)
importFrom(stats,predict)
importFrom(stats,runif)
back to top