Open frbelotto opened 7 months ago
I'm not sure that this is a bug. It looks like these might be historical conversion rates expressed in percentages, or something like that. If some of the percentages are 0% or 100%, which it looks like they are, you would get undefined behavior in the Logit transform. Maybe the program should fail more gracefully here?
Hello guys, I am trying to create some predictions over a historical sales data. Lets take this sample as dataframe:
Now lets fit and predict
And we got results!
Now, lets make the code just changing to logistic
(I start to get this error!)
And now there is no predict on results, only actual data.