Title: | Models for the 'nflfastR' Package |
---|---|
Description: | A data package that hosts all models for the 'nflfastR' package. |
Authors: | Sebastian Carl [cre, aut], Ben Baldwin [aut] |
Maintainer: | Sebastian Carl <[email protected]> |
License: | MIT + file LICENSE |
Version: | 1.0.2.9004 |
Built: | 2024-11-02 04:27:11 UTC |
Source: | https://github.com/nflverse/fastrmodels |
nflfastR Completion Probability Model
cp_model
cp_model
A xgb.Booster
See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Expected Points Model
ep_model
ep_model
A xgb.Booster
See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Field Goal Model
fg_model
fg_model
A generalized additive model (GAM)
See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Win Probability Model
wp_model
wp_model
A xgb.Booster
See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Win Probability Model (including Spread)
wp_model_spread
wp_model_spread
A xgb.Booster
See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Expected Pass Model
xpass_model
xpass_model
A xgb.Booster
See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Expected Yards after Catch Model
xyac_model
xyac_model
A xgb.Booster
See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.