- 説明:
1970 年シーズンの最初の 45 打席までの 18 人のメジャー リーグ ベースボール選手の打率と、シーズンの残りの打率。
このデータは、Stan と PyMC3 を使用したケース スタディで使用されているように、論文の表から変更されており、シーズン初期の打席数とフルシーズンの打席数と安打数を明示的にリストする列を追加しています。 .
ホームページ: https://www.tensorflow.org/datasets/catalog/efron_morris75
ソース コード:
tfds.datasets.efron_morris75.Builderバージョン:
-
1.0.0(デフォルト): 初期リリース。
-
ダウンロードサイズ:
1008 bytesデータセットサイズ:
4.29 KiB自動キャッシュ(ドキュメント): はい
スプリット:
| スプリット | 例 |
|---|---|
'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,
})
- 機能のドキュメント:
| 特徴 | クラス | 形 | Dtype | 説明 |
|---|---|---|---|---|
| 特徴辞書 | ||||
| 打席 | テンソル | int32 | ||
| 打率平均 | テンソル | float32 | ||
| ファーストネーム | テンソル | ストリング | ||
| ヒット | テンソル | int32 | ||
| 苗字 | テンソル | ストリング | ||
| 残り打席数 | テンソル | int32 | ||
| 残りの平均 | テンソル | float32 | ||
| シーズン打席 | テンソル | int32 | ||
| 季節平均 | テンソル | float32 | ||
| シーズンヒッツ | テンソル | int32 |
監視されたキー(
as_superviseddocを参照):None図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@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 を使用したケース スタディで使用されているように、論文の表から変更されており、シーズン初期の打席数とフルシーズンの打席数と安打数を明示的にリストする列を追加しています。 .
ホームページ: https://www.tensorflow.org/datasets/catalog/efron_morris75
ソース コード:
tfds.datasets.efron_morris75.Builderバージョン:
-
1.0.0(デフォルト): 初期リリース。
-
ダウンロードサイズ:
1008 bytesデータセットサイズ:
4.29 KiB自動キャッシュ(ドキュメント): はい
スプリット:
| スプリット | 例 |
|---|---|
'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,
})
- 機能のドキュメント:
| 特徴 | クラス | 形 | Dtype | 説明 |
|---|---|---|---|---|
| 特徴辞書 | ||||
| 打席 | テンソル | int32 | ||
| 打率平均 | テンソル | float32 | ||
| ファーストネーム | テンソル | ストリング | ||
| ヒット | テンソル | int32 | ||
| 苗字 | テンソル | ストリング | ||
| 残り打席数 | テンソル | int32 | ||
| 残りの平均 | テンソル | float32 | ||
| シーズン打席 | テンソル | int32 | ||
| 季節平均 | テンソル | float32 | ||
| シーズンヒッツ | テンソル | int32 |
監視されたキー(
as_superviseddocを参照):None図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@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}
}