-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
62 lines (61 loc) · 1.79 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated by roxygen2: do not edit by hand
S3method(model_info,GraphLearner)
S3method(model_info,H2OBinomialModel)
S3method(model_info,H2OMultinomialModel)
S3method(model_info,H2ORegressionModel)
S3method(model_info,LearnerClassif)
S3method(model_info,LearnerRegr)
S3method(model_info,WrappedModel)
S3method(model_info,keras)
S3method(model_info,model_stack)
S3method(model_info,scikitlearn_model)
S3method(model_info,workflow)
S3method(model_info,xgb.Booster)
S3method(plot,funnel_measure)
S3method(plot,overall_comparison)
S3method(plot,predict_surrogate_lime)
S3method(plot,training_test_comparison)
S3method(print,funnel_measure)
S3method(print,overall_comparison)
S3method(print,scikitlearn_set)
S3method(print,training_test_comparison)
S3method(yhat,GraphLearner)
S3method(yhat,H2OBinomialModel)
S3method(yhat,H2OMultinomialModel)
S3method(yhat,H2ORegressionModel)
S3method(yhat,LearnerClassif)
S3method(yhat,LearnerRegr)
S3method(yhat,WrappedModel)
S3method(yhat,keras)
S3method(yhat,model_stack)
S3method(yhat,scikitlearn_model)
S3method(yhat,workflow)
S3method(yhat,xgb.Booster)
export(champion_challenger)
export(create_env)
export(dalex_load_explainer)
export(explain_h2o)
export(explain_keras)
export(explain_mlr)
export(explain_mlr3)
export(explain_scikitlearn)
export(explain_tidymodels)
export(explain_xgboost)
export(funnel_measure)
export(model_type.dalex_explainer)
export(overall_comparison)
export(predict_model.dalex_explainer)
export(predict_surrogate)
export(predict_surrogate_iml)
export(predict_surrogate_lime)
export(predict_surrogate_local_model)
export(training_test_comparison)
import(DALEX)
import(ggplot2)
importFrom(DALEX,yhat)
importFrom(graphics,plot)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)