Closed NikolajSafty closed 1 year ago
Hi, thank you for reporting this. This is a bug and we're actively working on fixing it in the next days.
Thanks for the quick feedback, sounds good!
Confirming that this is now fixed at head and the fix will be included in the next version
Hi,
I'm currently facing an issue with models being trained on data where the label is always the same value. I'd expect the fitted model to produce a model the same value as in the training dataset, but I'm only getting 0's when predicting.
Here's an example to demonstrate:
The results are pure 0's. I'd expect the model to predict pure 1's, though.