GraphLearner
should implement custom $configure()
and Graph
should also implement $configure()
#888
Labels
GraphLearner
should implement custom $configure()
and Graph
should also implement $configure()
#888
mlr3
's$configure()
allows to set both hyperparameters and fields.It would be nice if
GraphLearner
provided its own$configure()
method that also allows to set fields ofPipeOp
s, something likeCurrently this does not work, because
glrn
does neither have a field nor parameter calledclassif.rpart.predict_type
.Analogously, it would be nice if the same was possible for
Graph
s, which currently don't have a$configure()
method.The text was updated successfully, but these errors were encountered: