AttributeError: 'LogisticGrowth' object has no attribute '_y_scaler_'
Opened this issue · 1 comments
juan-carvajal commented
When using the LogisticGrowth model the _y_scale attribute of the base class is not found. This seem to be because the method that actually sets this attribute is never called.
kori73 commented
Can you share the details on how you got this error? I could not reproduce the error in a simple test setting.