|
- {
- "about": {
- "datasetID": "template",
- "datasetName": "baseball",
- "description": "Database of baseball players and play statistics, including 'Games_played', 'At_bats', 'Runs', 'Hits', 'Doubles', 'Triples', 'Home_runs', 'RBIs', 'Walks', 'Strikeouts', 'Batting_average', 'On_base_pct', 'Slugging_pct' and 'Fielding_ave'",
- "citation": " @book{simonoff2003analyzing,title={Analyzing Categorical Data},author={Simonoff, J.S.},isbn={9780387007496},lccn={2003044946},series={Springer Texts in Statistics},url={https://books.google.com/books?id=G8wrifweAoC},year={2003},publisher={Springer New York}} ",
- "license": " CC Public Domain Mark 1.0 ",
- "source": "OpenML",
- "sourceURI": "http://www.openml.org/d/185",
- "approximateSize": "",
- "datasetSchemaVersion": "4.0.0",
- "redacted": false,
- "datasetVersion": "4.0.0"
- },
- "dataResources": [
- {
- "resID": "learningData",
- "resPath": "tables/learningData.csv",
- "resType": "table",
- "resFormat": {
- "text/csv": [
- "csv"
- ]
- },
- "isCollection": false,
- "columns": [
- {
- "colIndex": 0,
- "colName": "d3mIndex",
- "colType": "integer",
- "role": [
- "index"
- ]
- },
- {
- "colIndex": 1,
- "colName": "Player",
- "colType": "categorical",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 2,
- "colName": "Number_seasons",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 3,
- "colName": "Games_played",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 4,
- "colName": "At_bats",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 5,
- "colName": "Runs",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 6,
- "colName": "Hits",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 7,
- "colName": "Doubles",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 8,
- "colName": "Triples",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 9,
- "colName": "Home_runs",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 10,
- "colName": "RBIs",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 11,
- "colName": "Walks",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 12,
- "colName": "Strikeouts",
- "colType": "integer",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 13,
- "colName": "Batting_average",
- "colType": "real",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 14,
- "colName": "On_base_pct",
- "colType": "real",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 15,
- "colName": "Slugging_pct",
- "colType": "real",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 16,
- "colName": "Fielding_ave",
- "colType": "real",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 17,
- "colName": "Position",
- "colType": "categorical",
- "role": [
- "attribute"
- ]
- },
- {
- "colIndex": 18,
- "colName": "Hall_of_Fame",
- "colType": "categorical",
- "role": [
- "suggestedTarget"
- ]
- }
- ],
- "columnsCount": 19
- }
- ]
- }
|