Baselight

Raw MLB Player Data

@kaggle.chriscoxen_raw_mlb_player_data

Hall Of Fame Model Metadata
@kaggle.chriscoxen_raw_mlb_player_data.hall_of_fame_model_metadata

  • 5.07 KB
  • 56 rows
  • 4 columns
feature

Feature

description

Description

type

Type

why

Why

PlayerPlayer nameIDnan
HOF StatusIs in Hall of Fame (y/n?BinaryTarget Variable
SuspendedIndicates whether the player has been suspended from the league.Binarynan
Suspected SteroidsIndicates whether the player has had suspicions or allegations of steroid use.Binarynan
GGames PlayedIntegerShow player longevity
PAPlate AppearancesIntegerNumber of opportunities
ABAt BatsIntegerNumber of official opportunities
RRuns ScoredIntegerProxy of for offensive success
HHitsIntegerA key metric considered by the voters
1BSinglesIntegerIndicative of offensive productivity

CREATE TABLE hall_of_fame_model_metadata (
  "feature" VARCHAR,
  "description" VARCHAR,
  "type" VARCHAR,
  "why" VARCHAR
);

Share link

Anyone who has the link will be able to view this.