NEWS.md
ParamSet$get_values()
checks whether all required parameter values are set. Required parameter are not checked anymore when new values are added to the parameter set.ParamSet$check_dt()
accepts data.frame
s.is_numeric
and is_categorical
to all_numeric
and all_categorical
.requires
to depends
.ParamSetCollection
.is_numeric()
and is_categorical()
for parameter sets.data.table()
.transpose()
converts data.table
of parameter values to a list of lists.ParamSet$check_dt()
, $assert_dt()
and test_dt()
can check a data.table
for valid parameter values.data.table::as.data.table()
.ParamSet$values
(#273).