-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Hey there,
when I run Wombat simple in active learning mode and use the ConsoleOracle, Wombat simple falls back to unsupervised (cf. line 78 in MLPipeline.java and the oracle is directly stopped without prompting for user input because mla.getNextExamples returns an empty map.
With EAGLE it somehow works because EAGLE performs a single unsupervised run and then prompts for user input for the following individuals/iterations.
Using data from persons2 dataset on Windows 10, java 11.
Reactions are currently unavailable