MBrouns/timeseers

AttributeError: 'LogisticGrowth' object has no attribute '_y_scaler_'

Opened this issue · 1 comments

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.

Can you share the details on how you got this error? I could not reproduce the error in a simple test setting.