mlr3 icon indicating copy to clipboard operation
mlr3 copied to clipboard

feat: conversion char -> measure

Open sebffischer opened this issue 2 years ago • 0 comments

Oftentimes I write msr("classif.acc") where it should be enough to just write "classif.acc"

rr = resample(tsk("iris"), lrn("classif.rpart"), rsmp("holdout"))
rr$score("classif.acc")

sebffischer avatar Jul 15 '22 13:07 sebffischer