powered by
makeAggregation(id, fun)
setAggregation
# computes the interquartile range on all performance values test.iqr = makeAggregation(id = "test.iqr", fun = function (task, perf.test, perf.train, measure, group, pred) IQR(perf.test))
Run the code above in your browser using DataLab