Description Usage Arguments Value
View source: R/EnsembleModel.R
This package creates a complex prediction model based on team identifiers and previous game results. This prediction model is build on a foundation of many other prediction models.
1 2 3 4 5 6 7 8 | ensemble_model(
gameIds,
homeTeamIds,
awayTeamIds,
homeScores,
awayScores,
isNeutralSite
)
|
gameIds |
|
homeTeamIds |
|
awayTeamIds |
|
homeScores |
|
awayScores |
named base prediction models and ensemble prediction function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.