mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

Don't print (-Inf, Inf) in 'range' column for categorical parameters … #61

Closed sebffischer closed 2 years ago

sebffischer commented 2 years ago

is.finite(NA) evaluates to FALSE and therefore the categorical params got range (-Inf, Inf)

mllg commented 2 years ago

Thanks!