# Generated by roxygen2: do not edit by hand

S3method("$",ml_cv_result)
S3method("$",ml_split_result)
S3method(predict,ml_calibrated_model)
S3method(predict,ml_model)
S3method(predict,ml_tuning_result)
S3method(print,ml_calibrated_model)
S3method(print,ml_check_report)
S3method(print,ml_cv_result)
S3method(print,ml_drift_result)
S3method(print,ml_embedder)
S3method(print,ml_enough_result)
S3method(print,ml_evidence)
S3method(print,ml_explanation)
S3method(print,ml_leaderboard)
S3method(print,ml_leak_report)
S3method(print,ml_metrics)
S3method(print,ml_model)
S3method(print,ml_optimize_result)
S3method(print,ml_prepared_data)
S3method(print,ml_profile_result)
S3method(print,ml_shelf_result)
S3method(print,ml_split_result)
S3method(print,ml_tuning_result)
S3method(print,ml_validate_result)
export(ml)
export(ml_algorithms)
export(ml_assess)
export(ml_best)
export(ml_calibrate)
export(ml_check)
export(ml_check_data)
export(ml_compare)
export(ml_config)
export(ml_cv)
export(ml_cv_group)
export(ml_cv_temporal)
export(ml_dataset)
export(ml_drift)
export(ml_embed)
export(ml_enough)
export(ml_evaluate)
export(ml_explain)
export(ml_fit)
export(ml_leak)
export(ml_load)
export(ml_optimize)
export(ml_plot)
export(ml_predict)
export(ml_predict_proba)
export(ml_prepare)
export(ml_profile)
export(ml_quick)
export(ml_report)
export(ml_save)
export(ml_screen)
export(ml_shelf)
export(ml_split)
export(ml_split_group)
export(ml_split_temporal)
export(ml_stack)
export(ml_tune)
export(ml_validate)
export(ml_verify)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(rlang,abort)
importFrom(rlang,hash)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,packageVersion)
importFrom(withr,local_seed)
useDynLib(ml, .registration = TRUE)
