SouthridgeCorp / player-outcome-predictor

Predictive modeling to forecast player outcomes over a T20 tournament
MIT License
0 stars 0 forks source link

Implement InferentialModels.predict_ball_by_ball_outcome() #37

Closed swati0308 closed 1 year ago

swati0308 commented 1 year ago

Input:

Output: A dataframe indexed by the match key & scenario # which represents the outcome for the current status, and must include the following fields:

Fields out of scope from this model (to be predicted using the Predictive Model):

swati0308 commented 1 year ago

This has been completed for batter runs in issue 28. The rest will be done as part of later SOWs