Closed schmmd closed 4 years ago
For some reason I'm not sure of, the default predictors dictionary either doesn't contain this model, or it isn't getting picked up.
There isn't a default predictors dictionary anymore. We can't have a global default predictors dictionary if the models are spread over several repos. Now, every model class has a default_predictor
member. I thought I added them all when I made that change, but it seems that some are missing?
Fixed in 1.0.0rc6.