| | --- |
| | dataset_info: |
| | features: |
| | - name: game_date |
| | dtype: string |
| | - name: game_id |
| | dtype: int64 |
| | - name: player_id |
| | dtype: int64 |
| | - name: batting_order |
| | dtype: int64 |
| | - name: summary |
| | dtype: int64 |
| | - name: gamesPlayed |
| | dtype: float64 |
| | - name: flyOuts |
| | dtype: float64 |
| | - name: groundOuts |
| | dtype: float64 |
| | - name: airOuts |
| | dtype: float64 |
| | - name: runs |
| | dtype: float64 |
| | - name: doubles |
| | dtype: float64 |
| | - name: triples |
| | dtype: float64 |
| | - name: homeRuns |
| | dtype: float64 |
| | - name: strikeOuts |
| | dtype: float64 |
| | - name: baseOnBalls |
| | dtype: float64 |
| | - name: intentionalWalks |
| | dtype: float64 |
| | - name: hits |
| | dtype: float64 |
| | - name: hitByPitch |
| | dtype: float64 |
| | - name: atBats |
| | dtype: float64 |
| | - name: caughtStealing |
| | dtype: float64 |
| | - name: stolenBases |
| | dtype: float64 |
| | - name: stolenBasePercentage |
| | dtype: float64 |
| | - name: groundIntoDoublePlay |
| | dtype: float64 |
| | - name: groundIntoTriplePlay |
| | dtype: float64 |
| | - name: plateAppearances |
| | dtype: float64 |
| | - name: totalBases |
| | dtype: float64 |
| | - name: rbi |
| | dtype: float64 |
| | - name: leftOnBase |
| | dtype: float64 |
| | - name: sacBunts |
| | dtype: float64 |
| | - name: sacFlies |
| | dtype: float64 |
| | - name: catchersInterference |
| | dtype: float64 |
| | - name: pickoffs |
| | dtype: float64 |
| | - name: atBatsPerHomeRun |
| | dtype: float64 |
| | - name: popOuts |
| | dtype: float64 |
| | - name: lineOuts |
| | dtype: float64 |
| | - name: note |
| | dtype: int64 |
| | splits: |
| | - name: train |
| | num_bytes: 156627324 |
| | num_examples: 532746 |
| | download_size: 11877399 |
| | dataset_size: 156627324 |
| | configs: |
| | - config_name: default |
| | data_files: |
| | - split: train |
| | path: data/train-* |
| | --- |
| | |