efron_morris75

  • 설명 :

1970년 시즌의 첫 45타석까지 18명의 메이저 리그 야구 선수들의 타율과 남은 시즌의 타율.

Stan 및 PyMC3를 사용한 사례 연구에 사용된 데이터는 전체 시즌의 타석 및 안타뿐만 아니라 시즌 초반의 타석 수를 명시적으로 나열하는 열을 추가하여 논문의 표에서 수정되었습니다. .

나뉘다
'train' 18
  • 기능 구조 :
FeaturesDict({
    'At-Bats': int32,
    'BattingAverage': float32,
    'FirstName': string,
    'Hits': int32,
    'LastName': string,
    'RemainingAt-Bats': int32,
    'RemainingAverage': float32,
    'SeasonAt-Bats': int32,
    'SeasonAverage': float32,
    'SeasonHits': int32,
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
타석 텐서 int32
타율 텐서 float32
이름 텐서
조회수 텐서 int32
텐서
남은 타수 텐서 int32
남은 평균 텐서 float32
시즌타석 텐서 int32
시즌 평균 텐서 float32
시즌 조회수 텐서 int32
  • 인용 :
@article{efron1975data,
  title={Data analysis using Stein's estimator and its generalizations},
  author={Efron, Bradley and Morris, Carl},
  journal={Journal of the American Statistical Association},
  volume={70},
  number={350},
  pages={311--319},
  year={1975},
  publisher={Taylor \& Francis}
}
,

  • 설명 :

1970년 시즌의 첫 45타석까지 18명의 메이저 리그 야구 선수들의 타율과 남은 시즌의 타율.

Stan 및 PyMC3를 사용한 사례 연구에 사용된 데이터는 전체 시즌의 타석 및 안타뿐만 아니라 시즌 초반의 타석 수를 명시적으로 나열하는 열을 추가하여 논문의 표에서 수정되었습니다. .

나뉘다
'train' 18
  • 기능 구조 :
FeaturesDict({
    'At-Bats': int32,
    'BattingAverage': float32,
    'FirstName': string,
    'Hits': int32,
    'LastName': string,
    'RemainingAt-Bats': int32,
    'RemainingAverage': float32,
    'SeasonAt-Bats': int32,
    'SeasonAverage': float32,
    'SeasonHits': int32,
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
타석 텐서 int32
타율 텐서 float32
이름 텐서
조회수 텐서 int32
텐서
남은 타수 텐서 int32
남은 평균 텐서 float32
시즌타석 텐서 int32
시즌 평균 텐서 float32
시즌 조회수 텐서 int32
  • 인용 :
@article{efron1975data,
  title={Data analysis using Stein's estimator and its generalizations},
  author={Efron, Bradley and Morris, Carl},
  journal={Journal of the American Statistical Association},
  volume={70},
  number={350},
  pages={311--319},
  year={1975},
  publisher={Taylor \& Francis}
}