# Generated by roxygen2: do not edit by hand

S3method(plot,fastml)
S3method(predict,fastml)
S3method(predict_risk,default)
S3method(predict_risk,fastml_native_survival)
S3method(predict_risk,workflow)
S3method(predict_survival,default)
S3method(predict_survival,fastml_native_survival)
S3method(predict_survival,workflow)
S3method(summary,fastml)
export(availableMethods)
export(counterfactual_explain)
export(evaluate_models)
export(explain_ale)
export(explain_dalex)
export(explain_lime)
export(fastexplain)
export(fastexplore)
export(fastml)
export(flatten_and_rename_models)
export(get_best_model_idx)
export(get_best_model_names)
export(get_best_workflows)
export(get_default_engine)
export(get_default_params)
export(get_default_tune_params)
export(get_engine_names)
export(get_model_engine_names)
export(interaction_strength)
export(load_model)
export(plot_ice)
export(predict_risk)
export(predict_survival)
export(process_model)
export(sanitize)
export(save.fastml)
export(surrogate_tree)
export(train_models)
import(baguette)
import(bonsai)
import(discrim)
import(plsmod)
importFrom(DALEX,explain)
importFrom(DALEX,loss_cross_entropy)
importFrom(DALEX,loss_root_mean_square)
importFrom(DALEX,model_parts)
importFrom(DALEX,model_profile)
importFrom(DALEX,predict_parts)
importFrom(DT,datatable)
importFrom(DT,formatRound)
importFrom(DT,formatStyle)
importFrom(DT,styleEqual)
importFrom(RColorBrewer,brewer.pal)
importFrom(UpSetR,upset)
importFrom(VIM,aggr)
importFrom(broom,tidy)
importFrom(ceterisParibus,calculate_oscillations)
importFrom(dbscan,dbscan)
importFrom(dbscan,lof)
importFrom(dials,finalize)
importFrom(dials,grid_latin_hypercube)
importFrom(dials,grid_regular)
importFrom(dials,range_set)
importFrom(dials,value_set)
importFrom(doFuture,registerDoFuture)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(finetune,control_race)
importFrom(finetune,tune_race_anova)
importFrom(flexsurv,flexsurvreg)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,stat_function)
importFrom(ggplot2,stat_qq)
importFrom(ggplot2,stat_qq_line)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,ylim)
importFrom(ggpubr,ggarrange)
importFrom(grDevices,colorRamp)
importFrom(graphics,plot)
importFrom(gridExtra,grid.arrange)
importFrom(htmlwidgets,saveWidget)
importFrom(iml,FeatureEffect)
importFrom(iml,Interaction)
importFrom(iml,Predictor)
importFrom(iml,TreeSurrogate)
importFrom(janitor,make_clean_names)
importFrom(kableExtra,kable_styling)
importFrom(knitr,kable)
importFrom(knitr,opts_chunk)
importFrom(lime,lime)
importFrom(lime,plot_features)
importFrom(magrittr,"%>%")
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(mice,complete)
importFrom(mice,mice)
importFrom(missForest,missForest)
importFrom(moments,kurtosis)
importFrom(moments,skewness)
importFrom(naniar,vis_miss)
importFrom(pROC,auc)
importFrom(pROC,multiclass.roc)
importFrom(pROC,roc)
importFrom(parsnip,bag_tree)
importFrom(parsnip,boost_tree)
importFrom(parsnip,decision_tree)
importFrom(parsnip,discrim_linear)
importFrom(parsnip,discrim_quad)
importFrom(parsnip,extract_parameter_set_dials)
importFrom(parsnip,fit)
importFrom(parsnip,linear_reg)
importFrom(parsnip,logistic_reg)
importFrom(parsnip,mlp)
importFrom(parsnip,multinom_reg)
importFrom(parsnip,naive_Bayes)
importFrom(parsnip,nearest_neighbor)
importFrom(parsnip,pls)
importFrom(parsnip,predict.model_fit)
importFrom(parsnip,proportional_hazards)
importFrom(parsnip,rand_forest)
importFrom(parsnip,set_engine)
importFrom(parsnip,set_mode)
importFrom(parsnip,svm_linear)
importFrom(parsnip,svm_rbf)
importFrom(plotly,plot_ly)
importFrom(probably,cal_plot_breaks)
importFrom(purrr,flatten)
importFrom(recipes,all_nominal_predictors)
importFrom(recipes,all_numeric_predictors)
importFrom(recipes,all_outcomes)
importFrom(recipes,all_predictors)
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(recipes,step_center)
importFrom(recipes,step_dummy)
importFrom(recipes,step_impute_bag)
importFrom(recipes,step_impute_knn)
importFrom(recipes,step_impute_median)
importFrom(recipes,step_naomit)
importFrom(recipes,step_rm)
importFrom(recipes,step_scale)
importFrom(recipes,step_zv)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,get_env)
importFrom(rlang,get_expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rmarkdown,render)
importFrom(rsample,bootstraps)
importFrom(rsample,initial_split)
importFrom(rsample,testing)
importFrom(rsample,training)
importFrom(rsample,validation_split)
importFrom(rsample,vfold_cv)
importFrom(rstpm2,stpm2)
importFrom(scales,percent)
importFrom(scales,percent_format)
importFrom(skimr,skim)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,as.formula)
importFrom(stats,ave)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,delete.response)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,formula)
importFrom(stats,integrate)
importFrom(stats,ks.test)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,shapiro.test)
importFrom(stats,var)
importFrom(stringr,str_detect)
importFrom(survRM2,rmst2)
importFrom(survival,Surv)
importFrom(survival,basehaz)
importFrom(survival,coxph)
importFrom(survival,psurvreg)
importFrom(survival,strata)
importFrom(survival,survfit)
importFrom(survival,untangle.specials)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(tune,control_bayes)
importFrom(tune,control_grid)
importFrom(tune,extract_fit_parsnip)
importFrom(tune,finalize_model)
importFrom(tune,finalize_workflow)
importFrom(tune,select_best)
importFrom(tune,tune)
importFrom(tune,tune_bayes)
importFrom(tune,tune_grid)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(viridisLite,viridis)
importFrom(workflows,add_model)
importFrom(workflows,add_recipe)
importFrom(workflows,pull_workflow_preprocessor)
importFrom(workflows,pull_workflow_spec)
importFrom(workflows,workflow)
importFrom(yardstick,accuracy)
importFrom(yardstick,conf_mat)
importFrom(yardstick,f_meas)
importFrom(yardstick,kap)
importFrom(yardstick,mae)
importFrom(yardstick,metric_set)
importFrom(yardstick,new_class_metric)
importFrom(yardstick,precision)
importFrom(yardstick,rmse)
importFrom(yardstick,roc_auc)
importFrom(yardstick,rsq)
importFrom(yardstick,sens)
importFrom(yardstick,spec)
