moneyball: Major League Baseball Statistics 1962-2012

moneyballR Documentation

Major League Baseball Statistics 1962-2012

Description

Regression data to predict the number of runs scored. Obtained using the mlr3oml package.

Contains 14 features and 1232 observations. Target column is "rs".

Pre-processing

  • All variable names have been converted from upper case to lower case.

  • The variables "year", ⁠"rs", ⁠"ra"⁠, ⁠"w"' have been coerced to integers.

Source

https://www.openml.org/d/41021

Examples

data("moneyball", package = "mlr3data")
str(moneyball)

mlr3data documentation built on July 9, 2023, 7:29 p.m.