https://github.com/cran/drifter
Tip revision: eda016de4058537543e0f5a161ad8f3de6c5ebe4 authored by Przemyslaw Biecek on 31 May 2019, 08:30:03 UTC
version 0.2.1
version 0.2.1
Tip revision: eda016d
NAMESPACE
# Generated by roxygen2: do not edit by hand
S3method(print,all_drifter_checks)
S3method(print,covariate_drift)
S3method(print,model_drift)
export(calculate_covariate_drift)
export(calculate_distance)
export(calculate_model_drift)
export(calculate_residuals_drift)
export(check_drift)
export(compare_two_profiles)
importFrom(DALEX,explain)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(ingredients,partial_dependency)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(tidyr,spread)