| 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: | 2.1.0 |
| Built: | 2026-05-08 08:16:30 UTC |
| Source: | https://github.com/nflverse/fastrmodels |
nflfastR Completion Probability Model
cp_modelcp_model
A raw vector representation of a XGBoost model
See https://opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Expected Points Model
ep_modelep_model
A raw vector representation of a XGBoost model
See https://opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Field Goal Model
fg_modelfg_model
A generalized additive model (GAM)
See https://opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Win Probability Model
wp_modelwp_model
A raw vector representation of a XGBoost model
See https://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_spreadwp_model_spread
A raw vector representation of a XGBoost model
See https://opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.
nflfastR Expected Pass Model
xpass_modelxpass_model
A raw vector representation of a XGBoost model
See https://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_modelxyac_model
A raw vector representation of a XGBoost model
See https://opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.