fallback learner should maybe be a warning
sebffischer opened this issue · 3 comments
sebffischer commented
Currently, the fallback learner log info is only shown during debug mode:
Lines 94 to 102 in dc2a983
maybe this should be a warning?
mb706 commented
Maybe relates more to the 'encapsulate' machinery than the fallback learner -- what to do if something that was encapsulated fails? Or is there a way for the fallback learner to be invoked without the encapsulation noticing?
sebffischer commented
make this info
be-marc commented
learner = lrn("classif.debug", error_train = 1, fallback = lrn("classif.featureless"))
learner$train(tsk("spam"))