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
It seems the bocpd's detector has not implemented an online/real time inference which means, after fitting the underlying model for some historical values and when there is a novel data point observed, the detector does not accept a new data point and make inference based on this new data point. The implementation of _BayesOnlineChangePoint._find_posterior() assumes there is always a whole series submitted and it needs to start from step 1 initialization.
Please let me know if I have misunderstanding. It would be grateful if an example can be provided to demonstrate the online inference.
Thank you
The text was updated successfully, but these errors were encountered:
It seems the bocpd's detector has not implemented an online/real time inference which means, after fitting the underlying model for some historical values and when there is a novel data point observed, the detector does not accept a new data point and make inference based on this new data point. The implementation of _BayesOnlineChangePoint._find_posterior() assumes there is always a whole series submitted and it needs to start from step 1 initialization.
Please let me know if I have misunderstanding. It would be grateful if an example can be provided to demonstrate the online inference.
Thank you
The text was updated successfully, but these errors were encountered: