Closed lesterlitch closed 5 years ago
The problems was I forgot to fit the models before they predicted, which I guess is a difference with these types of models where you needs some initial actions before you can start training. Possibly this could be tidied with a "not fitted" error - would you consider a pull request to implement this? Or even a random start method to prevent having to run a first round manually?
I think that's something I can add. Issue back then was that scikit-learn's SGD classifier would not be able to do things like extract coefficients before being fitted, but by now that has already been solved.
Hi there,
Wherever I try to predict using bootstrapped_ucb, active_explorer, adaptive_active_greedy etc. with a SGD classifier as the base, I'm seeing the error below:
AttributeError Traceback (most recent call last)