https://github.com/ja-thomas/autoxgboost
Raw File
Tip revision: 9cc797db94347feba742ff189b9517f69c3a1400 authored by Janek Thomas on 25 April 2018, 11:51:00 UTC
lots of rewrite
Tip revision: 9cc797d
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(makeRLearner,classif.autoxgboost)
S3method(makeRLearner,classif.lightgbm)
S3method(makeRLearner,classif.xgboost.custom)
S3method(makeRLearner,classif.xgboost.earlystop)
S3method(makeRLearner,regr.autoxgboost)
S3method(makeRLearner,regr.lightgbm)
S3method(makeRLearner,regr.xgboost.custom)
S3method(makeRLearner,regr.xgboost.earlystop)
S3method(predict,AutoxgbResult)
S3method(predictLearner,classif.autoxgboost)
S3method(predictLearner,classif.lightgbm)
S3method(predictLearner,classif.xgboost.custom)
S3method(predictLearner,classif.xgboost.earlystop)
S3method(predictLearner,regr.autoxgboost)
S3method(predictLearner,regr.lightgbm)
S3method(predictLearner,regr.xgboost.custom)
S3method(predictLearner,regr.xgboost.earlystop)
S3method(print,AutoxgbResult)
S3method(trainLearner,classif.autoxgboost)
S3method(trainLearner,classif.lightgbm)
S3method(trainLearner,classif.xgboost.custom)
S3method(trainLearner,classif.xgboost.earlystop)
S3method(trainLearner,regr.autoxgboost)
S3method(trainLearner,regr.lightgbm)
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