You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: 'PiecewiseExponentialRegressionFitter' object has no attribute '_norm_mean'
I checked the source code and didn't find an implementation for '_norm_mean' under 'PiecewiseExponentialRegressionFitter'. Is there any alternative for the piece of code?
Thanks,
The text was updated successfully, but these errors were encountered:
Thanks for the great package! I was going over this tutorial https://dataorigami.net/2020/08/03/SaaS-churn-and-piecewise-regression-survival-models.html but I am facing issues with
AttributeError: 'PiecewiseExponentialRegressionFitter' object has no attribute '_norm_mean'
I checked the source code and didn't find an implementation for '_norm_mean' under 'PiecewiseExponentialRegressionFitter'. Is there any alternative for the piece of code?
Thanks,
The text was updated successfully, but these errors were encountered: