library(theft)
features <- theft::calculate_features(theft::simData,
feature_set = NULL,
features = list("mean" = mean, "sd" = sd))
classifiers <- classify(features,
by_set = FALSE,
n_resamples = 3)
compare_features(classifiers,
by_set = FALSE,
hypothesis = "pairwise")
Run the code above in your browser using DataLab