# Generated by roxygen2: do not edit by hand

S3method(feature_response,default)
S3method(feature_response,explainer)
S3method(plot,factorMerger_list)
S3method(plot,feature_response_explainer)
S3method(plot,model_performance_explainer)
S3method(plot,prediction_breakdown_explainer)
S3method(plot,variable_importance_explainer)
S3method(plot,variable_response_explainer)
S3method(predict,explainer)
S3method(print,explainer)
S3method(print,factorMerger_list)
S3method(print,model_performance_explainer)
S3method(yhat,cv.glmnet)
S3method(yhat,default)
S3method(yhat,glm)
S3method(yhat,glmnet)
S3method(yhat,lm)
S3method(yhat,randomForest)
S3method(yhat,ranger)
S3method(yhat,svm)
export(explain)
export(explain.default)
export(feature_response)
export(install_dependencies)
export(loss_accuracy)
export(loss_cross_entropy)
export(loss_root_mean_square)
export(loss_sum_of_squares)
export(model_performance)
export(prediction_breakdown)
export(single_prediction)
export(single_variable)
export(theme_drwhy)
export(theme_drwhy_colors)
export(theme_drwhy_colors_break_down)
export(theme_drwhy_vertical)
export(theme_mi2)
export(variable_dropout)
export(variable_importance)
export(variable_response)
export(yhat)
import(ggplot2)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(stats,model.frame)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,tail)
