You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered by MariaErdmann in mlr issue #1637. If a parameter contains characters that can not be part of a data.frame column name, they are usually replaced by dots. (Most parts of ParamHelpers handle this correctly.) However, some part of generateDesignOfDefaults gets confused somewhere along the way.
Discovered by MariaErdmann in mlr issue #1637. If a parameter contains characters that can not be part of a
data.frame
column name, they are usually replaced by dots. (Most parts of ParamHelpers handle this correctly.) However, some part ofgenerateDesignOfDefaults
gets confused somewhere along the way.The text was updated successfully, but these errors were encountered: