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
predict.emergency_demand.from_individual_probs.get_prob_dist_for_prediction_moment() returns a probability distribution over the number of rows in X_test. When there are many rows in the snapshot, performance is very slow. This is due to the cumulative product expression in build_expression().
Describe the Bug
predict.emergency_demand.from_individual_probs.get_prob_dist_for_prediction_moment() returns a probability distribution over the number of rows in X_test. When there are many rows in the snapshot, performance is very slow. This is due to the cumulative product expression in build_expression().
To Reproduce
Expected Behaviour
Was as expected but very slow
Actual Behaviour
Consider truncating the distribution based on the number of observed patients?
Version In Use
0
Additional Context
The text was updated successfully, but these errors were encountered: