--- a +++ b/NAMESPACE @@ -0,0 +1,17 @@ +# Generated by roxygen2: do not edit by hand + +S3method(plot,learner) +S3method(predict,SL.BART) +S3method(predict,SL.nnls.auc) +S3method(predict,learner) +S3method(update,learner) +export(IntegratedLearner) +export(IntegratedLearnerFromMAE) +export(NNLS) +export(SL.BART) +export(SL.LASSO) +export(SL.enet) +export(SL.glmnet2) +export(SL.horseshoe) +export(SL.nnls.auc) +export(auc.obj)