Closed damirpolat closed 4 years ago
We could allow "-" characters but it would imply that we have data.tables with columnames that contain "-" which can be problematic. Therefore, I would suggest not to use special characters but instead:
Simply call such parameters use_kdtree
and solve the name difference in the train()
method.
I will close this issue because we won't allow "-" as parameter ids.
I'm integrating
XMeans
learner fromRWeka
package. However I cannot createparadox
parameters because they contain hyphens in their names.Parameter names (see
use-kdtree
)Here's what I'm trying to do:
Should I try to get a workaround for this within the learner script or will
paradox
support hyphens in parameter names in the future?Thanks, Damir