{
   "name": "tic-tac-toe",
   "title": "Tic tac toe",
   "resources": [
      {
         "path": "tic-tac-toe.arff",
         "pathType": "local",
         "name": "tic-tac-toe",
         "format": "arff",
         "encoding": "ISO-8859-2"
      },
      {
         "path": "tic-tac-toe.csv",
         "pathType": "local",
         "name": "tic-tac-toe",
         "format": "csv",
         "mediatype": "text/csv",
         "encoding": "ISO-8859-2",
         "dialect": {
            "delimiter": ",",
            "quoteChar": "\""
         },
         "schema": {
            "fields": [
               {
                  "name": "top-left-square",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "top-middle-square",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "top-right-square",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "middle-left-square",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "middle-middle-square",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "middle-right-square",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "bottom-left-square",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "bottom-middle-square",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "bottom-right-square",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "Class",
                  "type": "string",
                  "format": "default"
               }
            ],
            "missingValues": [
               ""
            ]
         }
      }
   ],
   "readme": "The resources for this dataset can be found at https://www.openml.org/d/50\n\nAuthor: David W. Aha    \nSource: [UCI](https://archive.ics.uci.edu/ml/datasets/Tic-Tac-Toe+Endgame) - 1991   \nPlease cite: [UCI](http://archive.ics.uci.edu/ml/citation_policy.html)\n\nTic-Tac-Toe Endgame database  \nThis database encodes the complete set of possible board configurations at the end of tic-tac-toe games, where \"x\" is assumed to have played first.  The target concept is \"win for x\" (i.e., true when \"x\" has one of 8 possible ways to create a \"three-in-a-row\").  \n\n### Attribute Information  \n\n     (x=player x has taken, o=player o has taken, b=blank)\n     1. top-left-square: {x,o,b}\n     2. top-middle-square: {x,o,b}\n     3. top-right-square: {x,o,b}\n     4. middle-left-square: {x,o,b}\n     5. middle-middle-square: {x,o,b}\n     6. middle-right-square: {x,o,b}\n     7. bottom-left-square: {x,o,b}\n     8. bottom-middle-square: {x,o,b}\n     9. bottom-right-square: {x,o,b}\n    10. Class: {positive,negative}",
   "description": "The resources for this dataset can be found at https://www.openml.org/d/50\n\nAuthor: David W. Aha    ",
   "licenses": [
      {
         "name": "ODC-PDDL",
         "path": "http://opendatacommons.org/licenses/pddl/",
         "title": "Open Data Commons Public Domain Dedication and License"
      }
   ]
}