-
-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Currently, some fields of Learner
, Task
, Measure
, Resampling
are simple fields and no input validation is performed.
E.g. the following works
library(mlr3)
l = lrn("classif.rpart")
l$timeout = "invalid_value"
We should add input validation for:
- Learner
- Task
- Resampling
- Measure
- ResampleResult
- BenchmarkResult
Metadata
Metadata
Assignees
Labels
No labels