ensemble_model: Creates an Ensemble Prediction Model

Description Usage Arguments Value

View source: R/EnsembleModel.R

Description

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.

Usage

1
2
3
4
5
6
7
8
ensemble_model(
  gameIds,
  homeTeamIds,
  awayTeamIds,
  homeScores,
  awayScores,
  isNeutralSite
)

Arguments

gameIds
homeTeamIds
awayTeamIds
homeScores
awayScores

Value

named base prediction models and ensemble prediction function


zmalosh/SportPredictR documentation built on May 24, 2020, 6:50 a.m.