# Generated by roxygen2: do not edit by hand

S3method(predict,automlr_binary_ensemble)
S3method(predict,automlr_continuous_ensemble)
S3method(predict,automlr_ordinal_ensemble)
S3method(predict,automlr_surv_ensemble)
S3method(print,automlr_binary_input)
S3method(print,automlr_continuous_input)
S3method(print,automlr_dependency_report)
S3method(print,automlr_extreme_screen)
S3method(print,automlr_input)
S3method(print,automlr_ordinal_input)
export(automlr_input_to_binary_xy)
export(automlr_input_to_continuous_xy)
export(automlr_input_to_ordinal_xy)
export(automlr_input_to_surv_xy)
export(automlr_parameters)
export(binary_auc)
export(binary_pr_auc)
export(binarymlr_parameters)
export(check_automlr_dependencies)
export(continuous_cor)
export(continuous_mae)
export(continuous_r2)
export(continuous_rmse)
export(continuousmlr_parameters)
export(count_binary_combinations)
export(count_continuous_combinations)
export(count_ordinal_combinations)
export(count_surv_combinations)
export(disable_auto_logging)
export(evaluate_algorithm_loocv)
export(evaluate_algorithms_loocv)
export(evaluate_binary_algorithm_loocv)
export(evaluate_binary_algorithms_loocv)
export(evaluate_binary_combinations)
export(evaluate_continuous_algorithm)
export(evaluate_continuous_algorithms)
export(evaluate_continuous_combinations)
export(evaluate_ordinal_algorithms)
export(evaluate_ordinal_combinations)
export(evaluate_surv_combinations)
export(export_binary_results)
export(export_continuous_results)
export(export_extreme_screen_results)
export(export_ordinal_results)
export(export_surv_results)
export(extreme_surv_screen)
export(fit_binary_ensemble)
export(fit_continuous_ensemble)
export(fit_ordinal_ensemble)
export(fit_surv_ensemble)
export(get_binary_registry)
export(get_continuous_registry)
export(get_ordinal_registry)
export(get_surv_registry)
export(initialize_auto_logging)
export(list_binary_algorithms)
export(list_binary_model_variants)
export(list_continuous_algorithms)
export(list_continuous_model_variants)
export(list_model_variants)
export(list_ordinal_algorithms)
export(list_ordinal_model_variants)
export(list_surv_algorithms)
export(loocv_auc)
export(loocv_cindex)
export(ordinal_accuracy)
export(ordinal_balanced_accuracy)
export(ordinal_mae)
export(ordinal_qwk)
export(ordinalmlr_parameters)
export(parallel_lapply)
export(prepare_binary_cohort_input)
export(prepare_cohort_input)
export(prepare_continuous_cohort_input)
export(prepare_ordinal_cohort_input)
export(recommend_binary_auc_threshold)
export(recommend_continuous_r2_threshold)
export(recommend_ordinal_qwk_threshold)
export(recommend_surv_cindex_threshold)
export(render_binary_report)
export(render_continuous_report)
export(render_ordinal_report)
export(render_surv_report)
export(report_binary_cohort_intersection)
export(report_cohort_intersection)
export(report_continuous_cohort_intersection)
export(report_ordinal_cohort_intersection)
export(start_parallel)
export(stop_parallel)
export(summarize_base_models)
export(summarize_binary_analysis_results)
export(summarize_binary_base_models)
export(summarize_binary_data_preparation)
export(summarize_binary_ensemble_results)
export(summarize_binary_explainability_results)
export(summarize_data_preparation)
export(summarize_ensemble_results)
export(summarize_explainability_results)
export(summarize_extreme_screen_results)
export(summarize_surv_analysis_results)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(stats,relevel)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(survival,survfit)
importFrom(utils,capture.output)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,sessionInfo)
importFrom(utils,tail)
importFrom(utils,write.csv)
