{"info":{"_postman_id":"2467612b-c601-4506-8058-02a52fdf4d62","name":"Nexosis API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Datasets","item":[{"name":"Add Data (or Update)","id":"a3857d5b-52a9-4939-a8e8-d3bbfde93bf4","request":{"method":"PUT","header":[{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"},{"key":"Content-Type","value":"text/csv","description":"Set to submit CSV  content in Request Body.","disabled":true},{"key":"Content-Type","value":"application/json","description":"Set to submit JSON content in Request Body."}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{base-url}}/data/:dataSetName","host":["{{base-url}}"],"path":["data",":dataSetName"],"variable":[{"key":"dataSetName","value":"titanic","description":"Name of the dataset to which to add data."}]},"description":"#### Adds data to a particular dataset\r\n\r\nThis operation creates a new dataset with the specified rows, or if the dataset already exists, adds rows to the dataset.\r\nIf the specified data contains records with timestamps that already exist in the dataset, those records will be overwritten.\r\n<br />\r\nDataset rows can be sent in the body as either application/json or text/csv (CRLF line endings only).\r\n<para>\r\nSee also <a href=\"http://docs.nexosis.com/guides/sendingdata\" target=\"_blank\">Sending Data</a> for more\r\ndetails about how to upload your data.  Read <a href=\"http://docs.nexosis.com/guides/importingdata\">here</a> to see how you can upload from S3.\r\n</para>\r\n\r\n# Request URL\r\nPUT https://ml.nexosis.com/v1/data/{dataSetName}"},"response":[{"id":"4f6fddbe-c8e1-42a3-be82-315334e7e2bd","name":"Add dataset called `iris`","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"Content-Type","type":"text","name":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": \r\n\t[\r\n\t  {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.7,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.6,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.6,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.9,\r\n\t\t\"petal_len\": 1.7,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.6,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.4,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.7,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.3,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.1,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 4,\r\n\t\t\"petal_len\": 1.2,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 4.4,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.9,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 1.7,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.7,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.7,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.6,\r\n\t\t\"sepal_width\": 3.6,\r\n\t\t\"petal_len\": 1,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 1.7,\r\n\t\t\"petal_width\": 0.5,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.9,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.2,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.2,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.7,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.2,\r\n\t\t\"sepal_width\": 4.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 4.2,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.2,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.4,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.5,\r\n\t\t\"sepal_width\": 2.3,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.4,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.6,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 1.9,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.6,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.3,\r\n\t\t\"sepal_width\": 3.7,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.3,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.6,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.6,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 2.4,\r\n\t\t\"petal_len\": 3.3,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.6,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.6,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.2,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 3.9,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 2,\r\n\t\t\"petal_len\": 3.5,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.9,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.2,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 2.2,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 3.6,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 4.4,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 4.1,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.2,\r\n\t\t\"sepal_width\": 2.2,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 3.9,\r\n\t\t\"petal_width\": 1.1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.9,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 4.8,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.3,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.4,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.8,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.8,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5,\r\n\t\t\"petal_width\": 1.7,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 3.5,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.4,\r\n\t\t\"petal_len\": 3.8,\r\n\t\t\"petal_width\": 1.1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.4,\r\n\t\t\"petal_len\": 3.7,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 3.9,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.6,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.6,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.3,\r\n\t\t\"petal_len\": 4.4,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.1,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 4.4,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.6,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 2.3,\r\n\t\t\"petal_len\": 3.3,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 4.2,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.2,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.2,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.2,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.3,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 3,\r\n\t\t\"petal_width\": 1.1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.1,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 6,\r\n\t\t\"petal_width\": 2.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.1,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.9,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.8,\r\n\t\t\"petal_width\": 2.2,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 6.6,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.7,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.3,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 6.3,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 5.8,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.2,\r\n\t\t\"sepal_width\": 3.6,\r\n\t\t\"petal_len\": 6.1,\r\n\t\t\"petal_width\": 2.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 5.3,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.8,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.5,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 5,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 2.4,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 5.3,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.5,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.7,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 6.7,\r\n\t\t\"petal_width\": 2.2,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.7,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 6.9,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 2.2,\r\n\t\t\"petal_len\": 5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.9,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 5.7,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.7,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 6.7,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 5.7,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.2,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 6,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.2,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.8,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.2,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.8,\r\n\t\t\"petal_width\": 1.6,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.4,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 6.1,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.9,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 6.4,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 2.2,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 7.7,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 6.1,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 2.4,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 5.5,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.8,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 5.4,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 2.4,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.8,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 5.9,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 5.7,\r\n\t\t\"petal_width\": 2.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.2,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 5,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.2,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 6.2,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 5.4,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t  },\r\n\t  {\r\n\t\t\"sepal_len\": 5.9,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t  }\r\n\t]\r\n}"},"url":{"raw":"{{base-url}}/data/:dataSetName","host":["{{base-url}}"],"path":["data",":dataSetName"],"variable":[{"key":"dataSetName","value":"iris","description":"Name of the dataset to which to add data."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 24 Jan 2018 22:02:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Location","value":"http://gateway.uat.nexosisdev.com/data/iris","name":"Location","description":"Used in redirection, or when a new resource has been created."},{"key":"Nexosis-Account-Balance","value":"0.00 USD","name":"Nexosis-Account-Balance","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Allotted","value":"200","name":"Nexosis-Account-DataSetCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Current","value":"18","name":"Nexosis-Account-DataSetCount-Current","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Allotted","value":"250000","name":"Nexosis-Account-PredictionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Current","value":"418","name":"Nexosis-Account-PredictionCount-Current","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Allotted","value":"3500","name":"Nexosis-Account-SessionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Current","value":"0","name":"Nexosis-Account-SessionCount-Current","description":"Custom header"},{"key":"Nexosis-Request-Cost","value":"0.00 USD","name":"Nexosis-Request-Cost","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"dataSetName\":\"iris\",\"dataSetSize\":3658,\"isTimeSeries\":false,\"columns\":{\"sepal_len\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"sepal_width\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"petal_len\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"petal_width\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"iris\":{\"dataType\":\"string\",\"imputation\":\"mode\",\"aggregation\":\"mode\"}},\"links\":[{\"rel\":\"data\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/iris\"}]}"},{"id":"9c31c4a7-c263-4224-a683-0b60703397be","name":"Add dataset `titanic`","originalRequest":{"method":"PUT","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"text/csv"}],"body":{"mode":"raw","raw":"Survived,Pclass,Embarked,Sex,Age,SibSp,Parch,Fare,Cabin\r\n0,3,S,male,22,1,0,7.25,\r\n1,1,C,female,38,1,0,71.2833,C85\r\n1,3,S,female,26,0,0,7.925,\r\n1,1,S,female,35,1,0,53.1,C123\r\n0,3,S,male,35,0,0,8.05,\r\n0,3,Q,male,,0,0,8.4583,\r\n0,1,S,male,54,0,0,51.8625,E46\r\n0,3,S,male,2,3,1,21.075,\r\n1,3,S,female,27,0,2,11.1333,\r\n1,2,C,female,14,1,0,30.0708,\r\n1,3,S,female,4,1,1,16.7,G6\r\n1,1,S,female,58,0,0,26.55,C103\r\n0,3,S,male,20,0,0,8.05,\r\n0,3,S,male,39,1,5,31.275,\r\n0,3,S,female,14,0,0,7.8542,\r\n1,2,S,female,55,0,0,16,\r\n0,3,Q,male,2,4,1,29.125,\r\n1,2,S,male,,0,0,13,\r\n0,3,S,female,31,1,0,18,\r\n1,3,C,female,,0,0,7.225,\r\n0,2,S,male,35,0,0,26,\r\n1,2,S,male,34,0,0,13,D56\r\n1,3,Q,female,15,0,0,8.0292,\r\n1,1,S,male,28,0,0,35.5,A6\r\n0,3,S,female,8,3,1,21.075,\r\n1,3,S,female,38,1,5,31.3875,\r\n0,3,C,male,,0,0,7.225,\r\n0,1,S,male,19,3,2,263,C23 C25 C27\r\n1,3,Q,female,,0,0,7.8792,\r\n0,3,S,male,,0,0,7.8958,\r\n0,1,C,male,40,0,0,27.7208,\r\n1,1,C,female,,1,0,146.5208,B78\r\n1,3,Q,female,,0,0,7.75,\r\n0,2,S,male,66,0,0,10.5,\r\n0,1,C,male,28,1,0,82.1708,\r\n0,1,S,male,42,1,0,52,\r\n1,3,C,male,,0,0,7.2292,\r\n0,3,S,male,21,0,0,8.05,\r\n0,3,S,female,18,2,0,18,\r\n1,3,C,female,14,1,0,11.2417,\r\n0,3,S,female,40,1,0,9.475,\r\n0,2,S,female,27,1,0,21,\r\n0,3,C,male,,0,0,7.8958,\r\n1,2,C,female,3,1,2,41.5792,\r\n1,3,Q,female,19,0,0,7.8792,\r\n0,3,S,male,,0,0,8.05,\r\n0,3,Q,male,,1,0,15.5,\r\n1,3,Q,female,,0,0,7.75,\r\n0,3,C,male,,2,0,21.6792,\r\n0,3,S,female,18,1,0,17.8,\r\n0,3,S,male,7,4,1,39.6875,\r\n0,3,S,male,21,0,0,7.8,\r\n1,1,C,female,49,1,0,76.7292,D33\r\n1,2,S,female,29,1,0,26,\r\n0,1,C,male,65,0,1,61.9792,B30\r\n1,1,S,male,,0,0,35.5,C52\r\n1,2,S,female,21,0,0,10.5,\r\n0,3,C,male,28.5,0,0,7.2292,\r\n1,2,S,female,5,1,2,27.75,\r\n0,3,S,male,11,5,2,46.9,\r\n0,3,C,male,22,0,0,7.2292,\r\n1,1,,female,38,0,0,80,B28\r\n0,1,S,male,45,1,0,83.475,C83\r\n0,3,S,male,4,3,2,27.9,\r\n0,1,C,male,,0,0,27.7208,\r\n1,3,C,male,,1,1,15.2458,\r\n1,2,S,female,29,0,0,10.5,F33\r\n0,3,S,male,19,0,0,8.1583,\r\n1,3,S,female,17,4,2,7.925,\r\n0,3,S,male,26,2,0,8.6625,\r\n0,2,S,male,32,0,0,10.5,\r\n0,3,S,female,16,5,2,46.9,\r\n0,2,S,male,21,0,0,73.5,\r\n0,3,C,male,26,1,0,14.4542,\r\n1,3,S,male,32,0,0,56.4958,\r\n0,3,S,male,25,0,0,7.65,F G73\r\n0,3,S,male,,0,0,7.8958,\r\n0,3,S,male,,0,0,8.05,\r\n1,2,S,male,0.83,0,2,29,\r\n1,3,S,female,30,0,0,12.475,\r\n0,3,S,male,22,0,0,9,\r\n1,3,S,male,29,0,0,9.5,\r\n1,3,Q,female,,0,0,7.7875,\r\n0,1,S,male,28,0,0,47.1,\r\n1,2,S,female,17,0,0,10.5,\r\n1,3,S,female,33,3,0,15.85,\r\n0,3,S,male,16,1,3,34.375,\r\n0,3,S,male,,0,0,8.05,\r\n1,1,S,female,23,3,2,263,C23 C25 C27\r\n0,3,S,male,24,0,0,8.05,\r\n0,3,S,male,29,0,0,8.05,\r\n0,3,S,male,20,0,0,7.8542,\r\n0,1,S,male,46,1,0,61.175,E31\r\n0,3,S,male,26,1,2,20.575,\r\n0,3,S,male,59,0,0,7.25,\r\n0,3,S,male,,0,0,8.05,\r\n0,1,C,male,71,0,0,34.6542,A5\r\n1,1,C,male,23,0,1,63.3583,D10 D12\r\n1,2,S,female,34,0,1,23,\r\n0,2,S,male,34,1,0,26,\r\n0,3,S,female,28,0,0,7.8958,\r\n0,3,S,male,,0,0,7.8958,\r\n0,1,S,male,21,0,1,77.2875,D26\r\n0,3,S,male,33,0,0,8.6542,\r\n0,3,S,male,37,2,0,7.925,\r\n0,3,S,male,28,0,0,7.8958,\r\n1,3,S,female,21,0,0,7.65,\r\n1,3,S,male,,0,0,7.775,\r\n0,3,S,male,38,0,0,7.8958,\r\n1,3,Q,female,,1,0,24.15,\r\n0,1,S,male,47,0,0,52,C110\r\n0,3,C,female,14.5,1,0,14.4542,\r\n0,3,S,male,22,0,0,8.05,\r\n0,3,S,female,20,1,0,9.825,\r\n0,3,C,female,17,0,0,14.4583,\r\n0,3,S,male,21,0,0,7.925,\r\n0,3,Q,male,70.5,0,0,7.75,\r\n0,2,S,male,29,1,0,21,\r\n0,1,C,male,24,0,1,247.5208,B58 B60\r\n0,3,S,female,2,4,2,31.275,\r\n0,2,S,male,21,2,0,73.5,\r\n0,3,S,male,,0,0,8.05,\r\n0,2,C,male,32.5,1,0,30.0708,\r\n1,2,S,female,32.5,0,0,13,E101\r\n0,1,S,male,54,0,1,77.2875,D26\r\n1,3,C,male,12,1,0,11.2417,\r\n0,3,Q,male,,0,0,7.75,\r\n1,3,S,male,24,0,0,7.1417,\r\n1,3,C,female,,1,1,22.3583,F E69\r\n0,3,S,male,45,0,0,6.975,\r\n0,3,C,male,33,0,0,7.8958,\r\n0,3,S,male,20,0,0,7.05,\r\n0,3,S,female,47,1,0,14.5,\r\n1,2,S,female,29,1,0,26,\r\n0,2,S,male,25,0,0,13,\r\n0,2,C,male,23,0,0,15.0458,\r\n1,1,S,female,19,0,2,26.2833,D47\r\n0,1,S,male,37,1,0,53.1,C123\r\n0,3,S,male,16,0,0,9.2167,\r\n0,1,C,male,24,0,0,79.2,B86\r\n0,3,C,female,,0,2,15.2458,\r\n1,3,S,female,22,0,0,7.75,\r\n1,3,S,female,24,1,0,15.85,\r\n0,3,Q,male,19,0,0,6.75,\r\n0,2,S,male,18,0,0,11.5,\r\n0,2,S,male,19,1,1,36.75,\r\n1,3,S,male,27,0,0,7.7958,\r\n0,3,S,female,9,2,2,34.375,\r\n0,2,S,male,36.5,0,2,26,F2\r\n0,2,S,male,42,0,0,13,\r\n0,2,S,male,51,0,0,12.525,\r\n1,1,S,female,22,1,0,66.6,C2\r\n0,3,S,male,55.5,0,0,8.05,\r\n0,3,S,male,40.5,0,2,14.5,\r\n0,3,S,male,,0,0,7.3125,\r\n0,1,C,male,51,0,1,61.3792,\r\n1,3,Q,female,16,0,0,7.7333,\r\n0,3,S,male,30,0,0,8.05,\r\n0,3,S,male,,0,0,8.6625,\r\n0,3,S,male,,8,2,69.55,\r\n0,3,S,male,44,0,1,16.1,\r\n1,2,S,female,40,0,0,15.75,\r\n0,3,S,male,26,0,0,7.775,\r\n0,3,S,male,17,0,0,8.6625,\r\n0,3,S,male,1,4,1,39.6875,\r\n1,3,S,male,9,0,2,20.525,\r\n1,1,S,female,,0,1,55,E33\r\n0,3,S,female,45,1,4,27.9,\r\n0,1,S,male,,0,0,25.925,\r\n0,3,S,male,28,0,0,56.4958,\r\n0,1,S,male,61,0,0,33.5,B19\r\n0,3,Q,male,4,4,1,29.125,\r\n1,3,S,female,1,1,1,11.1333,\r\n0,3,S,male,21,0,0,7.925,\r\n0,1,C,male,56,0,0,30.6958,A7\r\n0,3,S,male,18,1,1,7.8542,\r\n0,3,S,male,,3,1,25.4667,\r\n0,1,C,female,50,0,0,28.7125,C49\r\n0,2,S,male,30,0,0,13,\r\n0,3,S,male,36,0,0,0,\r\n0,3,S,female,,8,2,69.55,\r\n0,2,C,male,,0,0,15.05,\r\n0,3,S,male,9,4,2,31.3875,\r\n1,2,S,male,1,2,1,39,F4\r\n1,3,S,female,4,0,2,22.025,\r\n0,1,S,male,,0,0,50,A32\r\n1,3,Q,female,,1,0,15.5,\r\n1,1,S,male,45,0,0,26.55,\r\n0,3,Q,male,40,1,1,15.5,\r\n0,3,S,male,36,0,0,7.8958,\r\n1,2,S,female,32,0,0,13,\r\n0,2,S,male,19,0,0,13,\r\n1,3,S,female,19,1,0,7.8542,\r\n1,2,S,male,3,1,1,26,F2\r\n1,1,C,female,44,0,0,27.7208,B4\r\n1,1,C,female,58,0,0,146.5208,B80\r\n0,3,Q,male,,0,0,7.75,\r\n0,3,S,male,42,0,1,8.4042,\r\n1,3,Q,female,,0,0,7.75,\r\n0,2,S,female,24,0,0,13,\r\n0,3,S,male,28,0,0,9.5,\r\n0,3,S,male,,8,2,69.55,\r\n0,3,S,male,34,0,0,6.4958,\r\n0,3,C,male,45.5,0,0,7.225,\r\n1,3,S,male,18,0,0,8.05,\r\n0,3,S,female,2,0,1,10.4625,G6\r\n0,3,S,male,32,1,0,15.85,\r\n1,3,C,male,26,0,0,18.7875,\r\n1,3,Q,female,16,0,0,7.75,\r\n1,1,C,male,40,0,0,31,A31\r\n0,3,S,male,24,0,0,7.05,\r\n1,2,S,female,35,0,0,21,\r\n0,3,S,male,22,0,0,7.25,\r\n0,2,S,male,30,0,0,13,\r\n0,3,Q,male,,1,0,7.75,\r\n1,1,C,female,31,1,0,113.275,D36\r\n1,3,S,female,27,0,0,7.925,\r\n0,2,S,male,42,1,0,27,\r\n1,1,C,female,32,0,0,76.2917,D15\r\n0,2,S,male,30,0,0,10.5,\r\n1,3,S,male,16,0,0,8.05,\r\n0,2,S,male,27,0,0,13,\r\n0,3,S,male,51,0,0,8.05,\r\n0,3,S,male,,0,0,7.8958,\r\n1,1,S,male,38,1,0,90,C93\r\n0,3,S,male,22,0,0,9.35,\r\n1,2,S,male,19,0,0,10.5,\r\n0,3,S,male,20.5,0,0,7.25,\r\n0,2,S,male,18,0,0,13,\r\n0,3,S,female,,3,1,25.4667,\r\n1,1,S,female,35,1,0,83.475,C83\r\n0,3,S,male,29,0,0,7.775,\r\n0,2,S,male,59,0,0,13.5,\r\n1,3,S,female,5,4,2,31.3875,\r\n0,2,S,male,24,0,0,10.5,\r\n0,3,S,female,,0,0,7.55,\r\n0,2,S,male,44,1,0,26,\r\n1,2,S,female,8,0,2,26.25,\r\n0,2,S,male,19,0,0,10.5,\r\n0,2,S,male,33,0,0,12.275,\r\n0,3,C,female,,1,0,14.4542,\r\n1,3,Q,female,,1,0,15.5,\r\n0,2,S,male,29,0,0,10.5,\r\n0,3,S,male,22,0,0,7.125,\r\n0,3,C,male,30,0,0,7.225,\r\n0,1,Q,male,44,2,0,90,C78\r\n0,3,S,female,25,0,0,7.775,\r\n1,2,S,female,24,0,2,14.5,\r\n1,1,S,male,37,1,1,52.5542,D35\r\n0,2,S,male,54,1,0,26,\r\n0,3,S,male,,0,0,7.25,\r\n0,3,S,female,29,1,1,10.4625,G6\r\n0,1,S,male,62,0,0,26.55,C87\r\n0,3,S,male,30,1,0,16.1,\r\n0,3,S,female,41,0,2,20.2125,\r\n1,3,C,female,29,0,2,15.2458,\r\n1,1,C,female,,0,0,79.2,\r\n1,1,S,female,30,0,0,86.5,B77\r\n1,1,C,female,35,0,0,512.3292,\r\n1,2,S,female,50,0,1,26,\r\n0,3,Q,male,,0,0,7.75,\r\n1,3,S,male,3,4,2,31.3875,\r\n0,1,S,male,52,1,1,79.65,E67\r\n0,1,S,male,40,0,0,0,B94\r\n0,3,Q,female,,0,0,7.75,\r\n0,2,S,male,36,0,0,10.5,\r\n0,3,S,male,16,4,1,39.6875,\r\n1,3,S,male,25,1,0,7.775,\r\n1,1,S,female,58,0,1,153.4625,C125\r\n1,1,S,female,35,0,0,135.6333,C99\r\n0,1,S,male,,0,0,31,\r\n1,3,S,male,25,0,0,0,\r\n1,2,S,female,41,0,1,19.5,\r\n0,1,C,male,37,0,1,29.7,C118\r\n1,3,Q,female,,0,0,7.75,\r\n1,1,S,female,63,1,0,77.9583,D7\r\n0,3,S,female,45,0,0,7.75,\r\n0,2,S,male,,0,0,0,\r\n0,3,Q,male,7,4,1,29.125,\r\n1,3,S,female,35,1,1,20.25,\r\n0,3,Q,male,65,0,0,7.75,\r\n0,3,S,male,28,0,0,7.8542,\r\n0,3,S,male,16,0,0,9.5,\r\n1,3,S,male,19,0,0,8.05,\r\n0,1,S,male,,0,0,26,A19\r\n0,3,C,male,33,0,0,8.6625,\r\n1,3,S,male,30,0,0,9.5,\r\n0,3,S,male,22,0,0,7.8958,\r\n1,2,S,male,42,0,0,13,\r\n1,3,Q,female,22,0,0,7.75,\r\n1,1,S,female,26,0,0,78.85,\r\n1,1,C,female,19,1,0,91.0792,B49\r\n0,2,C,male,36,0,0,12.875,D\r\n0,3,S,female,24,0,0,8.85,\r\n0,3,S,male,24,0,0,7.8958,\r\n0,1,C,male,,0,0,27.7208,\r\n0,3,C,male,23.5,0,0,7.2292,\r\n0,1,S,female,2,1,2,151.55,C22 C26\r\n1,1,S,male,,0,0,30.5,C106\r\n1,1,C,female,50,0,1,247.5208,B58 B60\r\n1,3,Q,female,,0,0,7.75,\r\n1,3,Q,male,,2,0,23.25,\r\n0,3,S,male,19,0,0,0,\r\n1,2,Q,female,,0,0,12.35,E101\r\n0,3,S,male,,0,0,8.05,\r\n1,1,S,male,0.92,1,2,151.55,C22 C26\r\n1,1,C,female,,0,0,110.8833,\r\n1,1,C,female,17,1,0,108.9,C65\r\n0,2,C,male,30,1,0,24,\r\n1,1,C,female,30,0,0,56.9292,E36\r\n1,1,C,female,24,0,0,83.1583,C54\r\n1,1,C,female,18,2,2,262.375,B57 B59 B63 B66\r\n0,2,S,female,26,1,1,26,\r\n0,3,S,male,28,0,0,7.8958,\r\n0,2,S,male,43,1,1,26.25,\r\n1,3,S,female,26,0,0,7.8542,\r\n1,2,S,female,24,1,0,26,\r\n0,2,S,male,54,0,0,14,\r\n1,1,S,female,31,0,2,164.8667,C7\r\n1,1,C,female,40,1,1,134.5,E34\r\n0,3,S,male,22,0,0,7.25,\r\n0,3,S,male,27,0,0,7.8958,\r\n1,2,Q,female,30,0,0,12.35,\r\n1,2,S,female,22,1,1,29,\r\n0,3,S,male,,8,2,69.55,\r\n1,1,C,female,36,0,0,135.6333,C32\r\n0,3,S,male,61,0,0,6.2375,\r\n1,2,S,female,36,0,0,13,D\r\n1,3,S,female,31,1,1,20.525,\r\n1,1,C,female,16,0,1,57.9792,B18\r\n1,3,Q,female,,2,0,23.25,\r\n0,1,S,male,45.5,0,0,28.5,C124\r\n0,1,S,male,38,0,1,153.4625,C91\r\n0,3,S,male,16,2,0,18,\r\n1,1,S,female,,1,0,133.65,\r\n0,3,S,male,,0,0,7.8958,\r\n0,1,S,male,29,1,0,66.6,C2\r\n1,1,C,female,41,0,0,134.5,E40\r\n1,3,S,male,45,0,0,8.05,\r\n0,1,S,male,45,0,0,35.5,T\r\n1,2,S,male,2,1,1,26,F2\r\n1,1,S,female,24,3,2,263,C23 C25 C27\r\n0,2,S,male,28,0,0,13,\r\n0,2,S,male,25,0,0,13,\r\n0,2,S,male,36,0,0,13,\r\n1,2,S,female,24,0,0,13,F33\r\n1,2,S,female,40,0,0,13,\r\n1,3,S,female,,1,0,16.1,\r\n1,3,S,male,3,1,1,15.9,\r\n0,3,S,male,42,0,0,8.6625,\r\n0,3,S,male,23,0,0,9.225,\r\n0,1,S,male,,0,0,35,C128\r\n0,3,C,male,15,1,1,7.2292,\r\n0,3,S,male,25,1,0,17.8,\r\n0,3,C,male,,0,0,7.225,\r\n0,3,S,male,28,0,0,9.5,\r\n1,1,S,female,22,0,1,55,E33\r\n0,2,S,female,38,0,0,13,\r\n1,3,Q,female,,0,0,7.8792,\r\n1,3,Q,female,,0,0,7.8792,\r\n0,3,S,male,40,1,4,27.9,\r\n0,2,C,male,29,1,0,27.7208,\r\n0,3,C,female,45,0,1,14.4542,\r\n0,3,S,male,35,0,0,7.05,\r\n0,3,Q,male,,1,0,15.5,\r\n0,3,S,male,30,0,0,7.25,\r\n1,1,C,female,60,1,0,75.25,D37\r\n1,3,C,female,,0,0,7.2292,\r\n1,3,Q,female,,0,0,7.75,\r\n1,1,C,female,24,0,0,69.3,B35\r\n1,1,C,male,25,1,0,55.4417,E50\r\n0,3,S,male,18,1,0,6.4958,\r\n0,3,S,male,19,0,0,8.05,\r\n0,1,C,male,22,0,0,135.6333,\r\n0,3,S,female,3,3,1,21.075,\r\n1,1,C,female,,1,0,82.1708,\r\n1,3,S,female,22,0,0,7.25,\r\n0,1,C,male,27,0,2,211.5,C82\r\n0,3,C,male,20,0,0,4.0125,\r\n0,3,S,male,19,0,0,7.775,\r\n1,1,C,female,42,0,0,227.525,\r\n1,3,C,female,1,0,2,15.7417,\r\n0,3,S,male,32,0,0,7.925,\r\n1,1,S,female,35,1,0,52,\r\n0,3,S,male,,0,0,7.8958,\r\n0,2,S,male,18,0,0,73.5,\r\n0,3,S,male,1,5,2,46.9,\r\n1,2,S,female,36,0,0,13,\r\n0,3,Q,male,,0,0,7.7292,\r\n1,2,C,female,17,0,0,12,\r\n1,1,S,male,36,1,2,120,B96 B98\r\n1,3,S,male,21,0,0,7.7958,\r\n0,3,S,male,28,2,0,7.925,\r\n1,1,C,female,23,1,0,113.275,D36\r\n1,3,S,female,24,0,2,16.7,G6\r\n0,3,S,male,22,0,0,7.7958,\r\n0,3,S,female,31,0,0,7.8542,\r\n0,2,S,male,46,0,0,26,\r\n0,2,S,male,23,0,0,10.5,\r\n1,2,S,female,28,0,0,12.65,\r\n1,3,S,male,39,0,0,7.925,\r\n0,3,S,male,26,0,0,8.05,\r\n0,3,S,female,21,1,0,9.825,\r\n0,3,S,male,28,1,0,15.85,\r\n0,3,S,female,20,0,0,8.6625,\r\n0,2,S,male,34,1,0,21,\r\n0,3,S,male,51,0,0,7.75,\r\n1,2,S,male,3,1,1,18.75,\r\n0,3,S,male,21,0,0,7.775,\r\n0,3,S,female,,3,1,25.4667,\r\n0,3,S,male,,0,0,7.8958,\r\n0,3,Q,male,,0,0,6.8583,\r\n1,1,Q,female,33,1,0,90,C78\r\n0,2,S,male,,0,0,0,\r\n1,3,S,male,44,0,0,7.925,\r\n0,3,S,female,,0,0,8.05,\r\n1,2,S,female,34,1,1,32.5,\r\n1,2,S,female,18,0,2,13,\r\n0,2,S,male,30,0,0,13,\r\n0,3,S,female,10,0,2,24.15,\r\n0,3,C,male,,0,0,7.8958,\r\n0,3,Q,male,21,0,0,7.7333,\r\n0,3,S,male,29,0,0,7.875,\r\n0,3,S,female,28,1,1,14.4,\r\n0,3,S,male,18,1,1,20.2125,\r\n0,3,S,male,,0,0,7.25,\r\n1,2,S,female,28,1,0,26,\r\n1,2,S,female,19,0,0,26,\r\n0,3,Q,male,,0,0,7.75,\r\n1,3,S,male,32,0,0,8.05,E10\r\n1,1,S,male,28,0,0,26.55,C52\r\n1,3,S,female,,1,0,16.1,\r\n1,2,S,female,42,1,0,26,\r\n0,3,S,male,17,0,0,7.125,\r\n0,1,S,male,50,1,0,55.9,E44\r\n1,1,S,female,14,1,2,120,B96 B98\r\n0,3,S,female,21,2,2,34.375,\r\n1,2,S,female,24,2,3,18.75,\r\n0,1,S,male,64,1,4,263,C23 C25 C27\r\n0,2,S,male,31,0,0,10.5,\r\n1,2,S,female,45,1,1,26.25,\r\n0,3,S,male,20,0,0,9.5,\r\n0,3,S,male,25,1,0,7.775,\r\n1,2,S,female,28,0,0,13,\r\n1,3,S,male,,0,0,8.1125,\r\n1,1,S,male,4,0,2,81.8583,A34\r\n1,2,S,female,13,0,1,19.5,\r\n1,1,S,male,34,0,0,26.55,\r\n1,3,C,female,5,2,1,19.2583,\r\n1,1,S,male,52,0,0,30.5,C104\r\n0,2,S,male,36,1,2,27.75,\r\n0,3,S,male,,1,0,19.9667,\r\n0,1,C,male,30,0,0,27.75,C111\r\n1,1,C,male,49,1,0,89.1042,C92\r\n0,3,S,male,,0,0,8.05,\r\n1,3,C,male,29,0,0,7.8958,\r\n0,1,S,male,65,0,0,26.55,E38\r\n1,1,S,female,,1,0,51.8625,D21\r\n1,2,S,female,50,0,0,10.5,\r\n0,3,Q,male,,0,0,7.75,\r\n1,1,S,male,48,0,0,26.55,E12\r\n0,3,S,male,34,0,0,8.05,\r\n0,1,S,male,47,0,0,38.5,E63\r\n0,2,S,male,48,0,0,13,\r\n0,3,S,male,,0,0,8.05,\r\n0,3,S,male,38,0,0,7.05,\r\n0,2,S,male,,0,0,0,\r\n0,1,S,male,56,0,0,26.55,\r\n0,3,Q,male,,0,0,7.725,\r\n1,3,C,female,0.75,2,1,19.2583,\r\n0,3,S,male,,0,0,7.25,\r\n0,3,S,male,38,0,0,8.6625,\r\n1,2,S,female,33,1,2,27.75,\r\n1,2,C,female,23,0,0,13.7917,D\r\n0,3,S,female,22,0,0,9.8375,\r\n0,1,S,male,,0,0,52,A14\r\n0,2,S,male,34,1,0,21,\r\n0,3,S,male,29,1,0,7.0458,\r\n0,3,S,male,22,0,0,7.5208,\r\n1,3,S,female,2,0,1,12.2875,\r\n0,3,S,male,9,5,2,46.9,\r\n0,2,S,male,,0,0,0,\r\n0,3,S,male,50,0,0,8.05,\r\n1,3,S,female,63,0,0,9.5875,\r\n1,1,C,male,25,1,0,91.0792,B49\r\n0,3,S,female,,3,1,25.4667,\r\n1,1,S,female,35,1,0,90,C93\r\n0,1,C,male,58,0,0,29.7,B37\r\n0,3,S,male,30,0,0,8.05,\r\n1,3,S,male,9,1,1,15.9,\r\n0,3,S,male,,1,0,19.9667,\r\n0,3,S,male,21,0,0,7.25,\r\n0,1,S,male,55,0,0,30.5,C30\r\n0,1,C,male,71,0,0,49.5042,\r\n0,3,S,male,21,0,0,8.05,\r\n0,3,C,male,,0,0,14.4583,\r\n1,1,C,female,54,1,0,78.2667,D20\r\n0,3,S,male,,0,0,15.1,\r\n0,1,S,female,25,1,2,151.55,C22 C26\r\n0,3,S,male,24,0,0,7.7958,\r\n0,3,S,male,17,0,0,8.6625,\r\n0,3,Q,female,21,0,0,7.75,\r\n0,3,Q,female,,0,0,7.6292,\r\n0,3,S,female,37,0,0,9.5875,\r\n1,1,S,female,16,0,0,86.5,B79\r\n0,1,C,male,18,1,0,108.9,C65\r\n1,2,S,female,33,0,2,26,\r\n1,1,S,male,,0,0,26.55,\r\n0,3,S,male,28,0,0,22.525,\r\n1,3,S,male,26,0,0,56.4958,\r\n1,3,Q,male,29,0,0,7.75,\r\n0,3,S,male,,0,0,8.05,\r\n1,1,S,male,36,0,0,26.2875,E25\r\n1,1,C,female,54,1,0,59.4,\r\n0,3,S,male,24,0,0,7.4958,\r\n0,1,S,male,47,0,0,34.0208,D46\r\n1,2,S,female,34,0,0,10.5,F33\r\n0,3,Q,male,,0,0,24.15,\r\n1,2,S,female,36,1,0,26,\r\n0,3,S,male,32,0,0,7.8958,\r\n1,1,S,female,30,0,0,93.5,B73\r\n0,3,S,male,22,0,0,7.8958,\r\n0,3,C,male,,0,0,7.225,\r\n1,1,C,female,44,0,1,57.9792,B18\r\n0,3,C,male,,0,0,7.2292,\r\n0,3,Q,male,40.5,0,0,7.75,\r\n1,2,S,female,50,0,0,10.5,\r\n0,1,S,male,,0,0,221.7792,C95\r\n0,3,S,male,39,0,0,7.925,\r\n0,2,S,male,23,2,1,11.5,\r\n1,2,S,female,2,1,1,26,\r\n0,3,C,male,,0,0,7.2292,\r\n0,3,C,male,17,1,1,7.2292,\r\n1,3,C,female,,0,2,22.3583,\r\n0,3,S,female,30,0,0,8.6625,\r\n1,2,S,female,7,0,2,26.25,\r\n0,1,S,male,45,0,0,26.55,B38\r\n1,1,C,female,30,0,0,106.425,\r\n0,3,S,male,,0,0,14.5,\r\n1,1,C,female,22,0,2,49.5,B39\r\n1,1,S,female,36,0,2,71,B22\r\n0,3,S,female,9,4,2,31.275,\r\n0,3,S,female,11,4,2,31.275,\r\n1,2,S,male,32,1,0,26,\r\n0,1,C,male,50,1,0,106.425,C86\r\n0,1,S,male,64,0,0,26,\r\n1,2,S,female,19,1,0,26,\r\n1,2,C,male,,0,0,13.8625,\r\n0,3,S,male,33,1,1,20.525,\r\n1,2,S,male,8,1,1,36.75,\r\n1,1,C,male,17,0,2,110.8833,C70\r\n0,2,S,male,27,0,0,26,\r\n0,3,Q,male,,0,0,7.8292,\r\n1,3,C,male,22,0,0,7.225,\r\n1,3,S,female,22,0,0,7.775,\r\n0,1,S,male,62,0,0,26.55,\r\n1,1,C,female,48,1,0,39.6,A16\r\n0,1,C,male,,0,0,227.525,\r\n1,1,S,female,39,1,1,79.65,E67\r\n1,3,S,female,36,1,0,17.4,\r\n0,3,Q,male,,0,0,7.75,\r\n0,3,S,male,40,0,0,7.8958,\r\n0,2,S,male,28,0,0,13.5,\r\n0,3,S,male,,0,0,8.05,\r\n0,3,S,female,,0,0,8.05,\r\n0,3,S,male,24,2,0,24.15,\r\n0,3,S,male,19,0,0,7.8958,\r\n0,3,S,female,29,0,4,21.075,\r\n0,3,C,male,,0,0,7.2292,\r\n1,3,S,male,32,0,0,7.8542,\r\n1,2,S,male,62,0,0,10.5,\r\n1,1,S,female,53,2,0,51.4792,C101\r\n1,1,S,male,36,0,0,26.3875,E25\r\n1,3,Q,female,,0,0,7.75,\r\n0,3,S,male,16,0,0,8.05,\r\n0,3,S,male,19,0,0,14.5,\r\n1,2,S,female,34,0,0,13,\r\n1,1,S,female,39,1,0,55.9,E44\r\n0,3,C,female,,1,0,14.4583,\r\n1,3,S,male,32,0,0,7.925,\r\n1,2,S,female,25,1,1,30,\r\n1,1,C,female,39,1,1,110.8833,C68\r\n0,2,S,male,54,0,0,26,\r\n0,1,C,male,36,0,0,40.125,A10\r\n0,3,C,male,,0,0,8.7125,\r\n1,1,S,female,18,0,2,79.65,E68\r\n0,2,S,male,47,0,0,15,\r\n1,1,C,male,60,1,1,79.2,B41\r\n0,3,S,male,22,0,0,8.05,\r\n0,3,S,male,,0,0,8.05,\r\n0,3,S,male,35,0,0,7.125,\r\n1,1,C,female,52,1,0,78.2667,D20\r\n0,3,S,male,47,0,0,7.25,\r\n0,3,Q,female,,0,2,7.75,\r\n0,2,S,male,37,1,0,26,\r\n0,3,S,male,36,1,1,24.15,\r\n1,2,S,female,,0,0,33,\r\n0,3,S,male,49,0,0,0,\r\n0,3,C,male,,0,0,7.225,\r\n1,1,C,male,49,1,0,56.9292,A20\r\n1,2,S,female,24,2,1,27,\r\n0,3,S,male,,0,0,7.8958,\r\n0,1,S,male,,0,0,42.4,\r\n0,3,S,male,44,0,0,8.05,\r\n1,1,C,male,35,0,0,26.55,\r\n0,3,S,male,36,1,0,15.55,\r\n0,3,S,male,30,0,0,7.8958,\r\n1,1,S,male,27,0,0,30.5,\r\n1,2,C,female,22,1,2,41.5792,\r\n1,1,S,female,40,0,0,153.4625,C125\r\n0,3,S,female,39,1,5,31.275,\r\n0,3,S,male,,0,0,7.05,\r\n1,3,Q,female,,1,0,15.5,\r\n0,3,Q,male,,0,0,7.75,\r\n0,3,S,male,35,0,0,8.05,\r\n1,2,S,female,24,1,2,65,\r\n0,3,S,male,34,1,1,14.4,\r\n0,3,S,female,26,1,0,16.1,\r\n1,2,S,female,4,2,1,39,F4\r\n0,2,S,male,26,0,0,10.5,\r\n0,3,C,male,27,1,0,14.4542,\r\n1,1,S,male,42,1,0,52.5542,D19\r\n1,3,C,male,20,1,1,15.7417,\r\n0,3,S,male,21,0,0,7.8542,\r\n0,3,S,male,21,0,0,16.1,\r\n0,1,S,male,61,0,0,32.3208,D50\r\n0,2,Q,male,57,0,0,12.35,\r\n1,1,S,female,21,0,0,77.9583,D9\r\n0,3,S,male,26,0,0,7.8958,\r\n0,3,Q,male,,0,0,7.7333,\r\n1,1,S,male,80,0,0,30,A23\r\n0,3,S,male,51,0,0,7.0542,\r\n1,1,C,male,32,0,0,30.5,B50\r\n0,1,S,male,,0,0,0,\r\n0,3,S,female,9,3,2,27.9,\r\n1,2,S,female,28,0,0,13,\r\n0,3,S,male,32,0,0,7.925,\r\n0,2,S,male,31,1,1,26.25,\r\n0,3,S,female,41,0,5,39.6875,\r\n0,3,S,male,,1,0,16.1,\r\n0,3,S,male,20,0,0,7.8542,\r\n1,1,C,female,24,0,0,69.3,B35\r\n0,3,S,female,2,3,2,27.9,\r\n1,3,S,male,,0,0,56.4958,\r\n1,3,C,female,0.75,2,1,19.2583,\r\n1,1,C,male,48,1,0,76.7292,D33\r\n0,3,S,male,19,0,0,7.8958,\r\n1,1,C,male,56,0,0,35.5,A26\r\n0,3,S,male,,0,0,7.55,\r\n1,3,S,female,23,0,0,7.55,\r\n0,3,S,male,,0,0,7.8958,\r\n1,2,S,female,18,0,1,23,\r\n0,3,S,male,21,0,0,8.4333,\r\n1,3,Q,female,,0,0,7.8292,\r\n0,3,Q,female,18,0,0,6.75,\r\n0,2,S,male,24,2,0,73.5,\r\n0,3,S,male,,0,0,7.8958,\r\n0,3,Q,female,32,1,1,15.5,\r\n0,2,S,male,23,0,0,13,\r\n0,1,C,male,58,0,2,113.275,D48\r\n1,1,S,male,50,2,0,133.65,\r\n0,3,C,male,40,0,0,7.225,\r\n0,1,S,male,47,0,0,25.5875,E58\r\n0,3,S,male,36,0,0,7.4958,\r\n1,3,S,male,20,1,0,7.925,\r\n0,2,S,male,32,2,0,73.5,\r\n0,2,S,male,25,0,0,13,\r\n0,3,S,male,,0,0,7.775,\r\n0,3,S,male,43,0,0,8.05,\r\n1,1,S,female,,1,0,52,C126\r\n1,2,S,female,40,1,1,39,\r\n0,1,S,male,31,1,0,52,B71\r\n0,2,S,male,70,0,0,10.5,\r\n1,2,S,male,31,0,0,13,\r\n0,2,S,male,,0,0,0,\r\n0,3,S,male,18,0,0,7.775,\r\n0,3,S,male,24.5,0,0,8.05,\r\n1,3,S,female,18,0,0,9.8417,\r\n0,3,S,female,43,1,6,46.9,\r\n1,1,C,male,36,0,1,512.3292,B51 B53 B55\r\n0,3,Q,female,,0,0,8.1375,\r\n1,1,C,male,27,0,0,76.7292,D49\r\n0,3,S,male,20,0,0,9.225,\r\n0,3,S,male,14,5,2,46.9,\r\n0,2,S,male,60,1,1,39,\r\n0,2,C,male,25,1,2,41.5792,\r\n0,3,S,male,14,4,1,39.6875,\r\n0,3,S,male,19,0,0,10.1708,\r\n0,3,S,male,18,0,0,7.7958,\r\n1,1,S,female,15,0,1,211.3375,B5\r\n1,1,S,male,31,1,0,57,B20\r\n1,3,C,female,4,0,1,13.4167,\r\n1,3,S,male,,0,0,56.4958,\r\n0,3,C,male,25,0,0,7.225,\r\n0,1,S,male,60,0,0,26.55,\r\n0,2,S,male,52,0,0,13.5,\r\n0,3,S,male,44,0,0,8.05,\r\n1,3,Q,female,,0,0,7.7333,\r\n0,1,C,male,49,1,1,110.8833,C68\r\n0,3,S,male,42,0,0,7.65,F G63\r\n1,1,C,female,18,1,0,227.525,C62 C64\r\n1,1,S,male,35,0,0,26.2875,E24\r\n0,3,C,female,18,0,1,14.4542,\r\n0,3,Q,male,25,0,0,7.7417,\r\n0,3,S,male,26,1,0,7.8542,\r\n0,2,S,male,39,0,0,26,\r\n1,2,S,female,45,0,0,13.5,\r\n1,1,S,male,42,0,0,26.2875,E24\r\n1,1,S,female,22,0,0,151.55,\r\n1,3,C,male,,1,1,15.2458,\r\n1,1,C,female,24,0,0,49.5042,C90\r\n0,1,S,male,,0,0,26.55,C124\r\n1,1,S,male,48,1,0,52,C126\r\n0,3,S,male,29,0,0,9.4833,\r\n0,2,S,male,52,0,0,13,\r\n0,3,S,male,19,0,0,7.65,F G73\r\n1,1,C,female,38,0,0,227.525,C45\r\n1,2,S,female,27,0,0,10.5,E101\r\n0,3,Q,male,,0,0,15.5,\r\n0,3,S,male,33,0,0,7.775,\r\n1,2,S,female,6,0,1,33,\r\n0,3,S,male,17,1,0,7.0542,\r\n0,2,S,male,34,0,0,13,\r\n0,2,S,male,50,0,0,13,\r\n1,1,S,male,27,1,0,53.1,E8\r\n0,3,S,male,20,0,0,8.6625,\r\n1,2,S,female,30,3,0,21,\r\n1,3,Q,female,,0,0,7.7375,\r\n0,2,S,male,25,1,0,26,\r\n0,3,S,female,25,1,0,7.925,\r\n1,1,S,female,29,0,0,211.3375,B5\r\n0,3,C,male,11,0,0,18.7875,\r\n0,2,S,male,,0,0,0,\r\n0,2,S,male,23,0,0,13,\r\n0,2,S,male,23,0,0,13,\r\n0,3,S,male,28.5,0,0,16.1,\r\n0,3,S,female,48,1,3,34.375,\r\n1,1,C,male,35,0,0,512.3292,B101\r\n0,3,S,male,,0,0,7.8958,\r\n0,3,S,male,,0,0,7.8958,\r\n1,1,S,male,,0,0,30,D45\r\n0,1,S,male,36,1,0,78.85,C46\r\n1,1,C,female,21,2,2,262.375,B57 B59 B63 B66\r\n0,3,S,male,24,1,0,16.1,\r\n1,3,S,male,31,0,0,7.925,\r\n0,1,S,male,70,1,1,71,B22\r\n0,3,S,male,16,1,1,20.25,\r\n1,2,S,female,30,0,0,13,\r\n0,1,S,male,19,1,0,53.1,D30\r\n0,3,Q,male,31,0,0,7.75,\r\n1,2,S,female,4,1,1,23,\r\n1,3,S,male,6,0,1,12.475,E121\r\n0,3,S,male,33,0,0,9.5,\r\n0,3,S,male,23,0,0,7.8958,\r\n1,2,S,female,48,1,2,65,\r\n1,2,S,male,0.67,1,1,14.5,\r\n0,3,S,male,28,0,0,7.7958,\r\n0,2,S,male,18,0,0,11.5,\r\n0,3,S,male,34,0,0,8.05,\r\n1,1,S,female,33,0,0,86.5,B77\r\n0,3,S,male,,0,0,14.5,\r\n0,3,S,male,41,0,0,7.125,\r\n1,3,C,male,20,0,0,7.2292,\r\n1,1,S,female,36,1,2,120,B96 B98\r\n0,3,S,male,16,0,0,7.775,\r\n1,1,S,female,51,1,0,77.9583,D11\r\n0,1,C,male,,0,0,39.6,\r\n0,3,Q,female,30.5,0,0,7.75,\r\n0,3,Q,male,,1,0,24.15,\r\n0,3,S,male,32,0,0,8.3625,\r\n0,3,S,male,24,0,0,9.5,\r\n0,3,S,male,48,0,0,7.8542,\r\n0,2,S,female,57,0,0,10.5,E77\r\n0,3,C,male,,0,0,7.225,\r\n1,2,S,female,54,1,3,23,\r\n0,3,S,male,18,0,0,7.75,\r\n0,3,Q,male,,0,0,7.75,F38\r\n1,3,S,female,5,0,0,12.475,\r\n0,3,Q,male,,0,0,7.7375,\r\n1,1,S,female,43,0,1,211.3375,B3\r\n1,3,C,female,13,0,0,7.2292,\r\n1,1,S,female,17,1,0,57,B20\r\n0,1,S,male,29,0,0,30,D6\r\n0,3,S,male,,1,2,23.45,\r\n0,3,S,male,25,0,0,7.05,\r\n0,3,S,male,25,0,0,7.25,\r\n1,3,S,female,18,0,0,7.4958,\r\n0,3,Q,male,8,4,1,29.125,\r\n1,3,S,male,1,1,2,20.575,\r\n0,1,C,male,46,0,0,79.2,B82 B84\r\n0,3,Q,male,,0,0,7.75,\r\n0,2,S,male,16,0,0,26,\r\n0,3,S,female,,8,2,69.55,\r\n0,1,C,male,,0,0,30.6958,\r\n0,3,S,male,25,0,0,7.8958,\r\n0,2,S,male,39,0,0,13,\r\n1,1,S,female,49,0,0,25.9292,D17\r\n1,3,S,female,31,0,0,8.6833,\r\n0,3,C,male,30,0,0,7.2292,\r\n0,3,S,female,30,1,1,24.15,\r\n0,2,S,male,34,0,0,13,\r\n1,2,S,female,31,1,1,26.25,\r\n1,1,S,male,11,1,2,120,B96 B98\r\n1,3,C,male,0.42,0,1,8.5167,\r\n1,3,S,male,27,0,0,6.975,\r\n0,3,S,male,31,0,0,7.775,\r\n0,1,S,male,39,0,0,0,A36\r\n0,3,S,female,18,0,0,7.775,\r\n0,2,S,male,39,0,0,13,\r\n1,1,S,female,33,1,0,53.1,E8\r\n0,3,S,male,26,0,0,7.8875,\r\n0,3,S,male,39,0,0,24.15,\r\n0,2,S,male,35,0,0,10.5,\r\n0,3,S,female,6,4,2,31.275,\r\n0,3,S,male,30.5,0,0,8.05,\r\n0,1,S,male,,0,0,0,B102\r\n0,3,S,female,23,0,0,7.925,\r\n0,2,C,male,31,1,1,37.0042,\r\n0,3,S,male,43,0,0,6.45,\r\n0,3,S,male,10,3,2,27.9,\r\n1,1,S,female,52,1,1,93.5,B69\r\n1,3,S,male,27,0,0,8.6625,\r\n0,1,S,male,38,0,0,0,\r\n1,3,S,female,27,0,1,12.475,E121\r\n0,3,S,male,2,4,1,39.6875,\r\n0,3,Q,male,,0,0,6.95,\r\n0,3,S,male,,0,0,56.4958,\r\n1,2,C,male,1,0,2,37.0042,\r\n1,3,Q,male,,0,0,7.75,\r\n1,1,,female,62,0,0,80,B28\r\n1,3,C,female,15,1,0,14.4542,\r\n1,2,S,male,0.83,1,1,18.75,\r\n0,3,C,male,,0,0,7.2292,\r\n0,3,S,male,23,0,0,7.8542,\r\n0,3,S,male,18,0,0,8.3,\r\n1,1,C,female,39,1,1,83.1583,E49\r\n0,3,S,male,21,0,0,8.6625,\r\n0,3,S,male,,0,0,8.05,\r\n1,3,S,male,32,0,0,56.4958,\r\n1,1,C,male,,0,0,29.7,C47\r\n0,3,S,male,20,0,0,7.925,\r\n0,2,S,male,16,0,0,10.5,\r\n1,1,C,female,30,0,0,31,\r\n0,3,C,male,34.5,0,0,6.4375,\r\n0,3,S,male,17,0,0,8.6625,\r\n0,3,S,male,42,0,0,7.55,\r\n0,3,S,male,,8,2,69.55,\r\n0,3,C,male,35,0,0,7.8958,\r\n0,2,S,male,28,0,1,33,\r\n1,1,C,female,,1,0,89.1042,C92\r\n0,3,S,male,4,4,2,31.275,\r\n0,3,S,male,74,0,0,7.775,\r\n0,3,C,female,9,1,1,15.2458,\r\n1,1,S,female,16,0,1,39.4,D28\r\n0,2,S,female,44,1,0,26,\r\n1,3,S,female,18,0,1,9.35,\r\n1,1,S,female,45,1,1,164.8667,\r\n1,1,S,male,51,0,0,26.55,E17\r\n1,3,C,female,24,0,3,19.2583,\r\n0,3,C,male,,0,0,7.2292,\r\n0,3,S,male,41,2,0,14.1083,\r\n0,2,S,male,21,1,0,11.5,\r\n1,1,S,female,48,0,0,25.9292,D17\r\n0,3,S,female,,8,2,69.55,\r\n0,2,S,male,24,0,0,13,\r\n1,2,S,female,42,0,0,13,\r\n1,2,C,female,27,1,0,13.8583,\r\n0,1,S,male,31,0,0,50.4958,A24\r\n0,3,S,male,,0,0,9.5,\r\n1,3,S,male,4,1,1,11.1333,\r\n0,3,S,male,26,0,0,7.8958,\r\n1,1,S,female,47,1,1,52.5542,D35\r\n0,1,S,male,33,0,0,5,B51 B53 B55\r\n0,3,S,male,47,0,0,9,\r\n1,2,C,female,28,1,0,24,\r\n1,3,C,female,15,0,0,7.225,\r\n0,3,S,male,20,0,0,9.8458,\r\n0,3,S,male,19,0,0,7.8958,\r\n0,3,S,male,,0,0,7.8958,\r\n1,1,C,female,56,0,1,83.1583,C50\r\n1,2,S,female,25,0,1,26,\r\n0,3,S,male,33,0,0,7.8958,\r\n0,3,S,female,22,0,0,10.5167,\r\n0,2,S,male,28,0,0,10.5,\r\n0,3,S,male,25,0,0,7.05,\r\n0,3,Q,female,39,0,5,29.125,\r\n0,2,S,male,27,0,0,13,\r\n1,1,S,female,19,0,0,30,B42\r\n0,3,S,female,,1,2,23.45,\r\n1,1,C,male,26,0,0,30,C148\r\n0,3,Q,male,32,0,0,7.75,"},"url":{"raw":"{{base-url}}/data/:dataSetName","host":["{{base-url}}"],"path":["data",":dataSetName"],"variable":[{"key":"dataSetName","value":"titanic","description":"Name of the dataset to which to add data."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 26 Jan 2018 01:02:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Location","value":"http://gateway.prod.nexosisdev.com/data/titanic","name":"Location","description":"Used in redirection, or when a new resource has been created."},{"key":"Nexosis-Account-Balance","value":"0.00 USD","name":"Nexosis-Account-Balance","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Allotted","value":"50","name":"Nexosis-Account-DataSetCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Current","value":"8","name":"Nexosis-Account-DataSetCount-Current","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Allotted","value":"100000","name":"Nexosis-Account-PredictionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Current","value":"0","name":"Nexosis-Account-PredictionCount-Current","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Allotted","value":"500","name":"Nexosis-Account-SessionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Current","value":"2","name":"Nexosis-Account-SessionCount-Current","description":"Custom header"},{"key":"Nexosis-Request-Cost","value":"0.00 USD","name":"Nexosis-Request-Cost","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"dataSetName\":\"titanic\",\"dataSetSize\":23033,\"isTimeSeries\":false,\"columns\":{\"Survived\":{\"dataType\":\"numeric\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Pclass\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Embarked\":{\"dataType\":\"string\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Sex\":{\"dataType\":\"string\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Age\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"SibSp\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Parch\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Fare\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Cabin\":{\"dataType\":\"string\",\"imputation\":\"mode\",\"aggregation\":\"mode\"}},\"links\":[{\"rel\":\"data\",\"href\":\"https://ml.nexosis.com/v1/data/titanic\"}]}"}],"_postman_id":"a3857d5b-52a9-4939-a8e8-d3bbfde93bf4"},{"name":"List Datasets (with filtering)","id":"78e49192-e37d-4ac7-8a35-c5d8fc3191d1","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/data","host":["{{base-url}}"],"path":["data"],"query":[{"key":"partialName","value":"auto","description":"(string) Limits results to only those datasets with names containing the specified value.","disabled":true},{"key":"page","value":null,"description":"(int32) Zero-based page number of datasets to retrieve.","disabled":true},{"key":"pageSize","value":null,"description":"(int32)  Count of datasets to retrieve in each page (max 1000).","disabled":true}]},"description":"# Gets the list of datasets that have been uploaded\n\nDatasets can be uploaded by making a PUT request to the `/data/{dataSetName}` endpoint, or by making a POST request to one of the `/imports` endpoints. See also <a href=\"http://docs.nexosis.com/guides/retrievingdata\">Retrieving Data</a> for more details about how to retrieve your data.\n\n# Request URL\n\nGET https://ml.nexosis.com/v1/data[?partialName][&page][&pageSize]\n\n# Request parameters\n\n* *partialName* (optional) string - \nLimits results to only those datasets with names containing the specified value\n\n* *page* (optional) integer - \nFormat - int32. Zero-based page number of datasets to retrieve\n\n* *pageSize* (optional) integer -\nFormat - int32. Count of datasets to retrieve in each page (max 1000)"},"response":[{"id":"04e14133-999c-4d60-919b-0992af8cbf90","name":"List all that start with `auto`","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}"}],"url":{"raw":"{{base-url}}/data?partialName=auto","host":["{{base-url}}"],"path":["data"],"query":[{"key":"partialName","value":"auto","description":"(string) Limits results to only those datasets with names containing the specified value."},{"key":"page","value":null,"description":"(int32) Zero-based page number of datasets to retrieve.","disabled":true},{"key":"pageSize","value":null,"description":"(int32)  Count of datasets to retrieve in each page (max 1000).","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 24 Jan 2018 21:30:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Nexosis-Account-Balance","value":"0.00 USD","name":"Nexosis-Account-Balance","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Allotted","value":"200","name":"Nexosis-Account-DataSetCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Current","value":"17","name":"Nexosis-Account-DataSetCount-Current","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Allotted","value":"250000","name":"Nexosis-Account-PredictionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Current","value":"418","name":"Nexosis-Account-PredictionCount-Current","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Allotted","value":"3500","name":"Nexosis-Account-SessionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Current","value":"0","name":"Nexosis-Account-SessionCount-Current","description":"Custom header"},{"key":"Nexosis-Request-Cost","value":"0.00 USD","name":"Nexosis-Request-Cost","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\r\n    \"items\": [\r\n        {\r\n            \"dataSetName\": \"autompg\",\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"MPG\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"target\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Make\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"Name\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"Origin\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Weight\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Cylinders\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"ModelYear\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Horsepower\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Acceleration\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Displacement\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/autompg\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"pageNumber\": 0,\r\n    \"totalPages\": 1,\r\n    \"pageSize\": 50,\r\n    \"totalCount\": 1,\r\n    \"links\": [\r\n        {\r\n            \"rel\": \"self\",\r\n            \"href\": \"https://ml.nexosis.com/v1/data?partialName=auto\"\r\n        },\r\n        {\r\n            \"rel\": \"first\",\r\n            \"href\": \"https://ml.nexosis.com/v1/data?partialName=auto&page=0\"\r\n        },\r\n        {\r\n            \"rel\": \"last\",\r\n            \"href\": \"https://ml.nexosis.com/v1/data?partialName=auto&page=0\"\r\n        }\r\n    ]\r\n}"},{"id":"ecf7e7dc-d6e5-450f-9f85-c36a2c3e8a27","name":"List all my datasets","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}"}],"url":{"raw":"{{base-url}}/data","host":["{{base-url}}"],"path":["data"],"query":[{"key":"partialName","value":null,"description":"(string) Limits results to only those datasets with names containing the specified value.","disabled":true},{"key":"page","value":null,"description":"(int32) Zero-based page number of datasets to retrieve.","disabled":true},{"key":"pageSize","value":null,"description":"(int32)  Count of datasets to retrieve in each page (max 1000).","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"items\": [\r\n        {\r\n            \"dataSetName\": \"autompg\",\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"MPG\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"target\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Make\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"Name\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"Origin\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Weight\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Cylinders\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"ModelYear\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Horsepower\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Acceleration\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Displacement\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/autompg\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"charley\",\r\n            \"dataSetSize\": 17518,\r\n            \"isTimeSeries\": true,\r\n            \"columns\": {\r\n                \"hotel\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"target\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"timestamp\": {\r\n                    \"dataType\": \"date\",\r\n                    \"role\": \"timestamp\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/charley\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"csgo\",\r\n            \"dataSetSize\": 9407327,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"SteamID\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"key\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"VACBanned\": {\r\n                    \"dataType\": \"logical\",\r\n                    \"role\": \"target\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"win_ratio\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_aug\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_awp\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mp7\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mp9\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_p90\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_ak47\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_m249\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_m4a1\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mag7\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_nova\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_p250\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_tec9\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"mvp_per_round\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_bizon\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_elite\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_famas\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_g3sg1\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_glock\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mac10\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_negev\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_sg556\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_ssg08\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_ump45\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_accuracy\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_deagle\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_scar20\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_xm1014\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_galilar\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_hkp2000\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_sawedoff\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_games_owned\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_fiveseven\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"kill_to_death_ratio\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_wins_per_hour\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_headshots_per_round\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/csgo\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"CSGO-Small\",\r\n            \"dataSetSize\": 198177,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"VACBanned\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"win_ratio\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_aug\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_awp\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mp7\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mp9\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_p90\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_ak47\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_m249\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_m4a1\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mag7\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_nova\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_p250\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_tec9\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"mvp_per_round\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_bizon\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_elite\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_famas\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_g3sg1\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_glock\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mac10\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_negev\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_sg556\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_ssg08\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_ump45\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_accuracy\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_deagle\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_scar20\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_xm1014\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_galilar\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_hkp2000\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_sawedoff\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_games_owned\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_fiveseven\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"kill_to_death_ratio\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_wins_per_hour\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_headshots_per_round\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/CSGO-Small\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"CSGO-Stats\",\r\n            \"dataSetSize\": 396354,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"VACBanned\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"win_ratio\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_aug\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_awp\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mp7\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mp9\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_p90\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_ak47\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_m249\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_m4a1\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mag7\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_nova\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_p250\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_tec9\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"mvp_per_round\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_bizon\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_elite\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_famas\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_g3sg1\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_glock\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_mac10\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_negev\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_sg556\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_ssg08\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_ump45\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_accuracy\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_deagle\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_scar20\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_xm1014\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_galilar\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_hkp2000\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_sawedoff\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_games_owned\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"accuracy_fiveseven\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"kill_to_death_ratio\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_wins_per_hour\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"total_headshots_per_round\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/CSGO-Stats\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"india2\",\r\n            \"dataSetSize\": 19213,\r\n            \"isTimeSeries\": true,\r\n            \"columns\": {\r\n                \"hotel\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"target\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"timestamp\": {\r\n                    \"dataType\": \"date\",\r\n                    \"role\": \"timestamp\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/india2\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"iphone-android-slow\",\r\n            \"dataSetSize\": 21474,\r\n            \"isTimeSeries\": true,\r\n            \"columns\": {\r\n                \"iphone\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"android\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"timestamp\": {\r\n                    \"dataType\": \"date\",\r\n                    \"role\": \"timestamp\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/iphone-android-slow\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"IPPSProviderSummaryFY2011\",\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"provider_id\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"provider_city\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"provider_name\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"drg_definition\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"provider_state\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"total_discharges\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mean\",\r\n                    \"aggregation\": \"mean\"\r\n                },\r\n                \"provider_zip_code\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"average_covered_charges\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mean\",\r\n                    \"aggregation\": \"mean\"\r\n                },\r\n                \"provider_street_address\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"average_medicare_payments\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mean\",\r\n                    \"aggregation\": \"mean\"\r\n                },\r\n                \"average_medicare_payments_2\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mean\",\r\n                    \"aggregation\": \"mean\"\r\n                },\r\n                \"hospital_referral_region_description\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/IPPSProviderSummaryFY2011\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"iris-data\",\r\n            \"dataSetSize\": 3680,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"iris\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"petal_len\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"sepal_len\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"petal_width\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"sepal_width\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/iris-data\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"Location-A\",\r\n            \"dataSetSize\": 47022,\r\n            \"isTimeSeries\": true,\r\n            \"columns\": {\r\n                \"sales\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"timeStamp\": {\r\n                    \"dataType\": \"date\",\r\n                    \"role\": \"timestamp\"\r\n                },\r\n                \"transactions\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/Location-A\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"model.5AF982B2-C259-44C4-B635-9B095FE1B494\",\r\n            \"dataSetSize\": 35962,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"0\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"1\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"2\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"3\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"4\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"5\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"6\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"7\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"8\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"9\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"instances\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"target\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/model.5AF982B2-C259-44C4-B635-9B095FE1B494\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"network-intrusion\",\r\n            \"dataSetSize\": 14612738,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"hot\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"flag\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"land\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"class\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"count\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"urgent\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"service\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"duration\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_root\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_bytes\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"logged_in\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"src_bytes\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"srv_count\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"diff_level\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_shells\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"root_shell\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"rerror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"serror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"su_attempted\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"diff_srv_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"is_host_login\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"protocol_type\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"same_srv_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_count\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"is_guest_login\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"wrong_fragment\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_compromised\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"srv_rerror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"srv_serror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_access_files\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_failed_logins\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"num_outbound_cmds\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"dst_host_srv_count\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_file_creations\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"srv_diff_host_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_rerror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_serror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_diff_srv_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_same_srv_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_srv_rerror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_srv_serror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_same_src_port_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_srv_diff_host_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/network-intrusion\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"network-intrusion2\",\r\n            \"dataSetSize\": 16051578,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"hot\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"flag\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"land\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"class\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"count\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"urgent\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"service\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"duration\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"isAttack\": {\r\n                    \"dataType\": \"logical\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"num_root\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_bytes\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"logged_in\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"src_bytes\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"srv_count\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"diff_level\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_shells\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"root_shell\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"rerror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"serror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"su_attempted\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"diff_srv_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"general_class\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"is_host_login\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"protocol_type\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"same_srv_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_count\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"is_guest_login\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"wrong_fragment\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_compromised\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"srv_rerror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"srv_serror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_access_files\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_failed_logins\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"num_outbound_cmds\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"dst_host_srv_count\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"num_file_creations\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"srv_diff_host_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_rerror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_serror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_diff_srv_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_same_srv_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_srv_rerror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_srv_serror_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_same_src_port_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"dst_host_srv_diff_host_rate\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/network-intrusion2\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"testImport\",\r\n            \"dataSetSize\": 3680,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"iris\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"petal_len\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"sepal_len\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"petal_width\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"sepal_width\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/testImport\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"titanic\",\r\n            \"dataSetSize\": 58283,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"Age\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"median\",\r\n                    \"aggregation\": \"mean\"\r\n                },\r\n                \"Sex\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"Fare\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"median\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Name\": {\r\n                    \"dataType\": \"text\",\r\n                    \"role\": \"none\"\r\n                },\r\n                \"Cabin\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"Parch\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"median\",\r\n                    \"aggregation\": \"mean\"\r\n                },\r\n                \"SibSp\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"median\",\r\n                    \"aggregation\": \"mean\"\r\n                },\r\n                \"Pclass\": {\r\n                    \"dataType\": \"numericMeasure\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"median\",\r\n                    \"aggregation\": \"mean\"\r\n                },\r\n                \"Ticket\": {\r\n                    \"dataType\": \"text\",\r\n                    \"role\": \"feature\"\r\n                },\r\n                \"Embarked\": {\r\n                    \"dataType\": \"string\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"Survived\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"target\",\r\n                    \"imputation\": \"mode\",\r\n                    \"aggregation\": \"mode\"\r\n                },\r\n                \"PassengerId\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"none\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/titanic\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"UPWD-Sales\",\r\n            \"dataSetSize\": 279,\r\n            \"isTimeSeries\": false,\r\n            \"columns\": {\r\n                \"SEO\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Sales\": {\r\n                    \"dataType\": \"date\",\r\n                    \"role\": \"feature\"\r\n                },\r\n                \"Social\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"Timestamp\": {\r\n                    \"dataType\": \"date\",\r\n                    \"role\": \"feature\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/UPWD-Sales\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"dataSetName\": \"whiskey\",\r\n            \"dataSetSize\": 49958,\r\n            \"isTimeSeries\": true,\r\n            \"columns\": {\r\n                \"hotel\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"target\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"foxtrot\": {\r\n                    \"dataType\": \"numeric\",\r\n                    \"role\": \"feature\",\r\n                    \"imputation\": \"zeroes\",\r\n                    \"aggregation\": \"sum\"\r\n                },\r\n                \"timestamp\": {\r\n                    \"dataType\": \"date\",\r\n                    \"role\": \"timestamp\"\r\n                }\r\n            },\r\n            \"links\": [\r\n                {\r\n                    \"rel\": \"data\",\r\n                    \"href\": \"https://ml.nexosis.com/v1/data/whiskey\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"pageNumber\": 0,\r\n    \"totalPages\": 1,\r\n    \"pageSize\": 50,\r\n    \"totalCount\": 17,\r\n    \"links\": [\r\n        {\r\n            \"rel\": \"self\",\r\n            \"href\": \"https://ml.nexosis.com/v1/data\"\r\n        },\r\n        {\r\n            \"rel\": \"first\",\r\n            \"href\": \"https://ml.nexosis.com/v1/data?page=0\"\r\n        },\r\n        {\r\n            \"rel\": \"last\",\r\n            \"href\": \"https://ml.nexosis.com/v1/data?page=0\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"78e49192-e37d-4ac7-8a35-c5d8fc3191d1"},{"name":"Retrieve Data","id":"4582ee36-dd7d-441e-9e8b-5ee2d81099f4","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/csv"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/data/:dataSetName","host":["{{base-url}}"],"path":["data",":dataSetName"],"query":[{"key":"startDate ","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits results to those on or after the specified date","disabled":true},{"key":"endDate ","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits results to those on or before the specified date","disabled":true},{"key":"page ","value":null,"description":"integer - Format - int32. Zero-based page number of results to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"integer - Format - int32. Count of results to retrieve in each page (max 1000).","disabled":true},{"key":"include","value":null,"description":"Comma delimited list (Array) - Limits results to the specified columns.","disabled":true}],"variable":[{"key":"dataSetName","value":"autompg","description":"Name of the DataSet to retrieve the data from."}]},"description":"See also <a href=\"http://docs.nexosis.com/guides/retrievingdata\" target=\"_blank\">http://docs.nexosis.com/guides/retrievingdata</a> for more\r\ndetails about how to retrieve your data.\r\n\r\n# Request URL\r\n\r\nGET https://ml.nexosis.com/v1/data/{dataSetName}[?startDate][&endDate][&page][&pageSize][&include]\r\n\r\n# Request Parameters\r\n* dataSetName string - \r\nName of the dataset for which to retrieve data\r\n\r\n* startDate (optional) string - \r\nFormat - date-time (as date-time in ISO8601). Limits results to those on or after the specified date\r\n\r\n* endDate (optional) string - \r\nFormat - date-time (as date-time in ISO8601). Limits results to those on or before the specified date\r\n\r\n* page (optional) integer - \r\nFormat - int32. Zero-based page number of results to retrieve\r\n\r\n* pageSize (optional) integer - \r\nFormat - int32. Count of results to retrieve in each page (max 1000)\r\n\r\n* include (optional) array - \r\nLimits results to the specified columns"},"response":[{"id":"826f9016-ad44-4991-b703-94d53f74d27c","name":"Get data from `autompg` dataset.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/csv"},{"key":"api-key","value":"{{api-key}}"}],"url":{"raw":"{{base-url}}/data/:dataSetName","host":["{{base-url}}"],"path":["data",":dataSetName"],"query":[{"key":"startDate ","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits results to those on or after the specified date","disabled":true},{"key":"endDate ","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits results to those on or before the specified date","disabled":true},{"key":"page ","value":null,"description":"integer - Format - int32. Zero-based page number of results to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"integer - Format - int32. Count of results to retrieve in each page (max 1000).","disabled":true},{"key":"include","value":null,"description":"Comma delimited list (Array) - Limits results to the specified columns.","disabled":true}],"variable":[{"key":"dataSetName","value":"autompg"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 24 Jan 2018 21:43:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Nexosis-Account-Balance","value":"0.00 USD","name":"Nexosis-Account-Balance","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Allotted","value":"200","name":"Nexosis-Account-DataSetCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Current","value":"17","name":"Nexosis-Account-DataSetCount-Current","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Allotted","value":"250000","name":"Nexosis-Account-PredictionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Current","value":"418","name":"Nexosis-Account-PredictionCount-Current","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Allotted","value":"3500","name":"Nexosis-Account-SessionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Current","value":"0","name":"Nexosis-Account-SessionCount-Current","description":"Custom header"},{"key":"Nexosis-Request-Cost","value":"0.00 USD","name":"Nexosis-Request-Cost","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"dataSetName\":\"autompg\",\"isTimeSeries\":false,\"columns\":{\"MPG\":{\"dataType\":\"numericMeasure\",\"role\":\"target\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Make\":{\"dataType\":\"string\",\"role\":\"feature\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Name\":{\"dataType\":\"string\",\"role\":\"none\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Origin\":{\"dataType\":\"numeric\",\"role\":\"feature\",\"imputation\":\"mode\",\"aggregation\":\"sum\"},\"Weight\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Cylinders\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"ModelYear\":{\"dataType\":\"string\",\"role\":\"feature\",\"imputation\":\"mode\",\"aggregation\":\"sum\"},\"Horsepower\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Acceleration\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Displacement\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"}},\"data\":[{\"MPG\":\"14\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet impala\",\"Origin\":\"1\",\"Weight\":\"4209\",\"Cylinders\":\"8\",\"ModelYear\":\"71\",\"Horsepower\":\"165\",\"Acceleration\":\"12\",\"Displacement\":\"350\"},{\"MPG\":\"23.8\",\"Make\":\"oldsmobile\",\"Name\":\"oldsmobile starfire  sx\",\"Origin\":\"1\",\"Weight\":\"2855\",\"Cylinders\":\"4\",\"ModelYear\":\"78\",\"Horsepower\":\"85\",\"Acceleration\":\"17.6\",\"Displacement\":\"151\"},{\"MPG\":\"31.3\",\"Make\":\"mazda\",\"Name\":\"mazda  626\",\"Origin\":\"3\",\"Weight\":\"2542\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"75\",\"Acceleration\":\"17.5\",\"Displacement\":\"120\"},{\"MPG\":\"16\",\"Make\":\"dodge\",\"Name\":\"dodge  coronet brougham\",\"Origin\":\"1\",\"Weight\":\"4190\",\"Cylinders\":\"8\",\"ModelYear\":\"76\",\"Horsepower\":\"150\",\"Acceleration\":\"13\",\"Displacement\":\"318\"},{\"MPG\":\"14\",\"Make\":\"ford\",\"Name\":\"ford ltd\",\"Origin\":\"1\",\"Weight\":\"4657\",\"Cylinders\":\"8\",\"ModelYear\":\"75\",\"Horsepower\":\"148\",\"Acceleration\":\"13.5\",\"Displacement\":\"351\"},{\"MPG\":\"27.2\",\"Make\":\"datsun\",\"Name\":\"datsun 510\",\"Origin\":\"3\",\"Weight\":\"2300\",\"Cylinders\":\"4\",\"ModelYear\":\"78\",\"Horsepower\":\"97\",\"Acceleration\":\"14.7\",\"Displacement\":\"119\"},{\"MPG\":\"26\",\"Make\":\"bmw\",\"Name\":\"bmw 2002\",\"Origin\":\"2\",\"Weight\":\"2234\",\"Cylinders\":\"4\",\"ModelYear\":\"70\",\"Horsepower\":\"113\",\"Acceleration\":\"12.5\",\"Displacement\":\"121\"},{\"MPG\":\"31\",\"Make\":\"toyota\",\"Name\":\"toyota  corona\",\"Origin\":\"3\",\"Weight\":\"1649\",\"Cylinders\":\"4\",\"ModelYear\":\"74\",\"Horsepower\":\"52\",\"Acceleration\":\"16.5\",\"Displacement\":\"76\"},{\"MPG\":\"24.5\",\"Make\":\"pontiac\",\"Name\":\"pontiac  sunbird  coupe\",\"Origin\":\"1\",\"Weight\":\"2740\",\"Cylinders\":\"4\",\"ModelYear\":\"77\",\"Horsepower\":\"88\",\"Acceleration\":\"16\",\"Displacement\":\"151\"},{\"MPG\":\"27\",\"Make\":\"datsun\",\"Name\":\"datsun  pl510\",\"Origin\":\"3\",\"Weight\":\"2130\",\"Cylinders\":\"4\",\"ModelYear\":\"70\",\"Horsepower\":\"88\",\"Acceleration\":\"14.5\",\"Displacement\":\"97\"},{\"MPG\":\"13\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet chevelle  concours (sw)\",\"Origin\":\"1\",\"Weight\":\"4098\",\"Cylinders\":\"8\",\"ModelYear\":\"72\",\"Horsepower\":\"130\",\"Acceleration\":\"14\",\"Displacement\":\"307\"},{\"MPG\":\"23\",\"Make\":\"toyouta\",\"Name\":\"toyouta corona mark  ii (sw)\",\"Origin\":\"3\",\"Weight\":\"2506\",\"Cylinders\":\"4\",\"ModelYear\":\"72\",\"Horsepower\":\"97\",\"Acceleration\":\"14.5\",\"Displacement\":\"120\"},{\"MPG\":\"17.6\",\"Make\":\"chrysler\",\"Name\":\"chrysler  lebaron salon\",\"Origin\":\"1\",\"Weight\":\"3465\",\"Cylinders\":\"6\",\"ModelYear\":\"81\",\"Horsepower\":\"85\",\"Acceleration\":\"16.6\",\"Displacement\":\"225\"},{\"MPG\":\"24\",\"Make\":\"toyota\",\"Name\":\"toyota corona  mark ii\",\"Origin\":\"3\",\"Weight\":\"2372\",\"Cylinders\":\"4\",\"ModelYear\":\"70\",\"Horsepower\":\"95\",\"Acceleration\":\"15\",\"Displacement\":\"113\"},{\"MPG\":\"21.5\",\"Make\":\"bmw\",\"Name\":\"bmw 320i\",\"Origin\":\"2\",\"Weight\":\"2600\",\"Cylinders\":\"4\",\"ModelYear\":\"77\",\"Horsepower\":\"110\",\"Acceleration\":\"12.8\",\"Displacement\":\"121\"},{\"MPG\":\"19\",\"Make\":\"volvo\",\"Name\":\"volvo  144ea\",\"Origin\":\"2\",\"Weight\":\"2868\",\"Cylinders\":\"4\",\"ModelYear\":\"73\",\"Horsepower\":\"112\",\"Acceleration\":\"15.5\",\"Displacement\":\"121\"},{\"MPG\":\"18\",\"Make\":\"amc\",\"Name\":\"amc matador\",\"Origin\":\"1\",\"Weight\":\"3288\",\"Cylinders\":\"6\",\"ModelYear\":\"71\",\"Horsepower\":\"100\",\"Acceleration\":\"15.5\",\"Displacement\":\"232\"},{\"MPG\":\"26.8\",\"Make\":\"oldsmobile\",\"Name\":\"oldsmobile omega brougham\",\"Origin\":\"1\",\"Weight\":\"2700\",\"Cylinders\":\"6\",\"ModelYear\":\"79\",\"Horsepower\":\"115\",\"Acceleration\":\"12.9\",\"Displacement\":\"173\"},{\"MPG\":\"13\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet caprice  classic\",\"Origin\":\"1\",\"Weight\":\"4464\",\"Cylinders\":\"8\",\"ModelYear\":\"73\",\"Horsepower\":\"150\",\"Acceleration\":\"12\",\"Displacement\":\"400\"},{\"MPG\":\"20.2\",\"Make\":\"mercury\",\"Name\":\"mercury monarch ghia\",\"Origin\":\"1\",\"Weight\":\"3570\",\"Cylinders\":\"8\",\"ModelYear\":\"78\",\"Horsepower\":\"139\",\"Acceleration\":\"12.8\",\"Displacement\":\"302\"},{\"MPG\":\"14\",\"Make\":\"ford\",\"Name\":\"ford ltd\",\"Origin\":\"1\",\"Weight\":\"4657\",\"Cylinders\":\"8\",\"ModelYear\":\"75\",\"Horsepower\":\"148\",\"Acceleration\":\"13.5\",\"Displacement\":\"351\"},{\"MPG\":\"15\",\"Make\":\"ford\",\"Name\":\"ford galaxie 500\",\"Origin\":\"1\",\"Weight\":\"4341\",\"Cylinders\":\"8\",\"ModelYear\":\"70\",\"Horsepower\":\"198\",\"Acceleration\":\"10\",\"Displacement\":\"429\"},{\"MPG\":\"11\",\"Make\":\"dodge\",\"Name\":\"dodge d200\",\"Origin\":\"1\",\"Weight\":\"4382\",\"Cylinders\":\"8\",\"ModelYear\":\"70\",\"Horsepower\":\"210\",\"Acceleration\":\"13.5\",\"Displacement\":\"318\"},{\"MPG\":\"15\",\"Make\":\"amc\",\"Name\":\"amc ambassador dpl\",\"Origin\":\"1\",\"Weight\":\"3850\",\"Cylinders\":\"8\",\"ModelYear\":\"70\",\"Horsepower\":\"190\",\"Acceleration\":\"8.5\",\"Displacement\":\"390\"},{\"MPG\":\"21\",\"Make\":\"ford\",\"Name\":\"ford pinto  runabout\",\"Origin\":\"1\",\"Weight\":\"2226\",\"Cylinders\":\"4\",\"ModelYear\":\"72\",\"Horsepower\":\"86\",\"Acceleration\":\"16.5\",\"Displacement\":\"122\"},{\"MPG\":\"21\",\"Make\":\"buick\",\"Name\":\"buick skyhawk\",\"Origin\":\"1\",\"Weight\":\"3039\",\"Cylinders\":\"6\",\"ModelYear\":\"75\",\"Horsepower\":\"110\",\"Acceleration\":\"15\",\"Displacement\":\"231\"},{\"MPG\":\"19\",\"Make\":\"mazda\",\"Name\":\"mazda rx2 coupe\",\"Origin\":\"3\",\"Weight\":\"2330\",\"Cylinders\":\"3\",\"ModelYear\":\"72\",\"Horsepower\":\"97\",\"Acceleration\":\"13.5\",\"Displacement\":\"70\"},{\"MPG\":\"16\",\"Make\":\"pontiac\",\"Name\":\"pontiac  grand prix\",\"Origin\":\"1\",\"Weight\":\"4278\",\"Cylinders\":\"8\",\"ModelYear\":\"73\",\"Horsepower\":\"230\",\"Acceleration\":\"9.5\",\"Displacement\":\"400\"},{\"MPG\":\"15.5\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet monte  carlo landau\",\"Origin\":\"1\",\"Weight\":\"4165\",\"Cylinders\":\"8\",\"ModelYear\":\"77\",\"Horsepower\":\"170\",\"Acceleration\":\"11.4\",\"Displacement\":\"350\"},{\"MPG\":\"32\",\"Make\":\"datsun\",\"Name\":\"datsun 710\",\"Origin\":\"3\",\"Weight\":\"2003\",\"Cylinders\":\"4\",\"ModelYear\":\"74\",\"Horsepower\":\"61\",\"Acceleration\":\"19\",\"Displacement\":\"83\"},{\"MPG\":\"32.4\",\"Make\":\"honda\",\"Name\":\"honda  accord\",\"Origin\":\"3\",\"Weight\":\"2290\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"72\",\"Acceleration\":\"17\",\"Displacement\":\"107\"},{\"MPG\":\"23.6\",\"Make\":\"ford\",\"Name\":\"ford mustang cobra\",\"Origin\":\"1\",\"Weight\":\"2905\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"\",\"Acceleration\":\"14.3\",\"Displacement\":\"140\"},{\"MPG\":\"27.9\",\"Make\":\"dodge\",\"Name\":\"dodge colt\",\"Origin\":\"1\",\"Weight\":\"2800\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"105\",\"Acceleration\":\"14.4\",\"Displacement\":\"156\"},{\"MPG\":\"36.1\",\"Make\":\"ford\",\"Name\":\"ford  fiesta\",\"Origin\":\"1\",\"Weight\":\"1800\",\"Cylinders\":\"4\",\"ModelYear\":\"78\",\"Horsepower\":\"66\",\"Acceleration\":\"14.4\",\"Displacement\":\"98\"},{\"MPG\":\"16.5\",\"Make\":\"mercedes-benz\",\"Name\":\"mercedes-benz 280s\",\"Origin\":\"2\",\"Weight\":\"3820\",\"Cylinders\":\"6\",\"ModelYear\":\"76\",\"Horsepower\":\"120\",\"Acceleration\":\"16.7\",\"Displacement\":\"168\"},{\"MPG\":\"27\",\"Make\":\"toyota\",\"Name\":\"toyota corolla  1600 (sw)\",\"Origin\":\"3\",\"Weight\":\"2100\",\"Cylinders\":\"4\",\"ModelYear\":\"72\",\"Horsepower\":\"88\",\"Acceleration\":\"16.5\",\"Displacement\":\"97\"},{\"MPG\":\"29.8\",\"Make\":\"vokswagen\",\"Name\":\"vokswagen  rabbit\",\"Origin\":\"2\",\"Weight\":\"1845\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"62\",\"Acceleration\":\"15.3\",\"Displacement\":\"89\"},{\"MPG\":\"30\",\"Make\":\"plymouth\",\"Name\":\"plymouth reliant\",\"Origin\":\"1\",\"Weight\":\"2385\",\"Cylinders\":\"4\",\"ModelYear\":\"81\",\"Horsepower\":\"84\",\"Acceleration\":\"12.9\",\"Displacement\":\"135\"},{\"MPG\":\"23.2\",\"Make\":\"plymouth\",\"Name\":\"plymouth  sapporo\",\"Origin\":\"1\",\"Weight\":\"2745\",\"Cylinders\":\"4\",\"ModelYear\":\"78\",\"Horsepower\":\"105\",\"Acceleration\":\"16.7\",\"Displacement\":\"156\"},{\"MPG\":\"44.3\",\"Make\":\"vw\",\"Name\":\"vw rabbit c (diesel)\",\"Origin\":\"2\",\"Weight\":\"2085\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"48\",\"Acceleration\":\"21.7\",\"Displacement\":\"90\"},{\"MPG\":\"25\",\"Make\":\"toyota\",\"Name\":\"toyota corona\",\"Origin\":\"3\",\"Weight\":\"2228\",\"Cylinders\":\"4\",\"ModelYear\":\"71\",\"Horsepower\":\"95\",\"Acceleration\":\"14\",\"Displacement\":\"113\"},{\"MPG\":\"13\",\"Make\":\"ford\",\"Name\":\"ford mustang ii\",\"Origin\":\"1\",\"Weight\":\"3169\",\"Cylinders\":\"8\",\"ModelYear\":\"75\",\"Horsepower\":\"129\",\"Acceleration\":\"12\",\"Displacement\":\"302\"},{\"MPG\":\"24\",\"Make\":\"ford\",\"Name\":\"ford fairmont futura\",\"Origin\":\"1\",\"Weight\":\"2865\",\"Cylinders\":\"4\",\"ModelYear\":\"82\",\"Horsepower\":\"92\",\"Acceleration\":\"16.4\",\"Displacement\":\"140\"},{\"MPG\":\"31.8\",\"Make\":\"datsun\",\"Name\":\"datsun 210\",\"Origin\":\"3\",\"Weight\":\"2020\",\"Cylinders\":\"4\",\"ModelYear\":\"79\",\"Horsepower\":\"65\",\"Acceleration\":\"19.2\",\"Displacement\":\"85\"},{\"MPG\":\"22\",\"Make\":\"datsun\",\"Name\":\"datsun 610\",\"Origin\":\"3\",\"Weight\":\"2379\",\"Cylinders\":\"4\",\"ModelYear\":\"73\",\"Horsepower\":\"94\",\"Acceleration\":\"16.5\",\"Displacement\":\"108\"},{\"MPG\":\"17.5\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet caprice classic\",\"Origin\":\"1\",\"Weight\":\"3880\",\"Cylinders\":\"8\",\"ModelYear\":\"77\",\"Horsepower\":\"145\",\"Acceleration\":\"12.5\",\"Displacement\":\"305\"},{\"MPG\":\"17.7\",\"Make\":\"buick\",\"Name\":\"buick regal  sport coupe  (turbo)\",\"Origin\":\"1\",\"Weight\":\"3445\",\"Cylinders\":\"6\",\"ModelYear\":\"78\",\"Horsepower\":\"165\",\"Acceleration\":\"13.4\",\"Displacement\":\"231\"},{\"MPG\":\"15\",\"Make\":\"amc\",\"Name\":\"amc matador  (sw)\",\"Origin\":\"1\",\"Weight\":\"3892\",\"Cylinders\":\"8\",\"ModelYear\":\"72\",\"Horsepower\":\"150\",\"Acceleration\":\"12.5\",\"Displacement\":\"304\"},{\"MPG\":\"17.5\",\"Make\":\"amc\",\"Name\":\"amc pacer  d/l\",\"Origin\":\"1\",\"Weight\":\"3193\",\"Cylinders\":\"6\",\"ModelYear\":\"76\",\"Horsepower\":\"95\",\"Acceleration\":\"17.8\",\"Displacement\":\"258\"},{\"MPG\":\"36.4\",\"Make\":\"audi\",\"Name\":\"audi 5000s  (diesel)\",\"Origin\":\"2\",\"Weight\":\"2950\",\"Cylinders\":\"5\",\"ModelYear\":\"80\",\"Horsepower\":\"67\",\"Acceleration\":\"19.9\",\"Displacement\":\"121\"}],\"pageNumber\":0,\"totalPages\":40,\"pageSize\":50,\"totalCount\":1990,\"links\":[{\"rel\":\"self\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/autompg\"},{\"rel\":\"sessions\",\"href\":\"https://api.uat.nexosisdev.com/v1/sessions?dataSourceName=autompg\"},{\"rel\":\"first\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/autompg?page=0\"},{\"rel\":\"next\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/autompg?page=1\"},{\"rel\":\"last\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/autompg?page=39\"}]}"}],"_postman_id":"4582ee36-dd7d-441e-9e8b-5ee2d81099f4"},{"name":"Retrieve Column Statistics","id":"19693599-3927-4991-9a48-0295f95110a6","request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"},{"key":"Accept","value":"application/json, text/json, text/csv"}],"url":{"raw":"{{base-url}}/data/:dataSetName/stats","host":["{{base-url}}"],"path":["data",":dataSetName","stats"],"variable":[{"key":"dataSetName","value":"csgo-stats"}]},"description":"Gets the column stats for the given data source\n\n# Request URL\nGET https://ml.nexosis.com/v1/data/{dataSetName}/stats"},"response":[],"_postman_id":"19693599-3927-4991-9a48-0295f95110a6"},{"name":"Delete Data (some or all, cascade)","id":"5fc68ff5-d3e0-4578-b1f7-b581ccb1500c","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/data/:dataSetName","host":["{{base-url}}"],"path":["data",":dataSetName"],"query":[{"key":"startDate","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or after the specified date.","disabled":true},{"key":"endDate","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or before the specified date.","disabled":true},{"key":"startKey","value":null,"description":"string - Limits data removed to those on or after the specified key, when using an orderable key.","disabled":true},{"key":"endKey","value":null,"description":"string - Limits data removed to those on or before the specified key, when using an orderable key.","disabled":true},{"key":"keys","value":null,"description":"array - Limits data removed to rows that match the provided keys.","disabled":true},{"key":"cascade","value":"model","description":"array - Deletes all Views used by this DataSet","disabled":true},{"key":"cascade","value":"session","description":"array - Deletes all sessions that used this dataset.","disabled":true},{"key":"cascade","value":"view","description":"array - Deletes all vocabulary that were created from text columns in this dataset.","disabled":true},{"key":"cascade","value":"vocabulary","disabled":true}],"variable":[{"key":"dataSetName","value":"","description":"Name of the dataset from which to remove data\n\n"}]},"description":"#### Removes data from a particular dataset\r\nIf a range is specified, using either date range for time series data, or key range for an orderable key, then only data in that date range is removed from the dataset.\r\nOtherwise, all data is removed from the dataset.\r\n\r\n# Request URL\r\nDELETE https://ml.nexosis.com/v1/data/{dataSetName}[?startDate][&endDate][&startKey][&endKey][&keys][&cascade]\r\n\r\n# Request parameters\r\n* dataSetName string - \r\nName of the dataset from which to remove data\r\n\r\n* startDate (optional) string - \r\nFormat - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or after the specified date\r\n\r\n* endDate (optional) string - \r\nFormat - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or before the specified date\r\n\r\n* startKey (optional) string - \r\nLimits data removed to those on or after the specified key, when using an orderable key\r\n\r\n* endKey (optional) string - \r\nLimits data removed to those on or before the specified key, when using an orderable key\r\n\r\n* keys (optional) array - \r\nLimits data removed to rows that match the provided keys\r\n\r\n* cascade (optional) array - Will cascade deletes to include sessions, views, and / or models associated with this dataset. Default to none. Can have any of session, view, model."},"response":[{"id":"c20c4ac9-3eb4-4b49-af25-753758d2ac86","name":"Delete data (some or all, cascade)","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/data/:dataSetName?cascade=view&cascade=model&cascade=session&cascade=vocabulary","host":["{{base-url}}"],"path":["data",":dataSetName"],"query":[{"key":"startDate","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or after the specified date.","disabled":true},{"key":"endDate","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or before the specified date.","disabled":true},{"key":"startKey","value":null,"description":"string - Limits data removed to those on or after the specified key, when using an orderable key.","disabled":true},{"key":"endKey","value":null,"description":"string - Limits data removed to those on or before the specified key, when using an orderable key.","disabled":true},{"key":"keys","value":null,"description":"array - Limits data removed to rows that match the provided keys.","disabled":true},{"key":"cascade","value":"view","description":"array - Deletes all Views used by this DataSet"},{"key":"cascade","value":"model","description":"array - Deletes all models that originated from this DataSet."},{"key":"cascade","value":"session","description":"array - Deletes all sessions that used this DataSet."},{"key":"cascade","value":"vocabulary","description":"array - Deletes all vocabularies created from text columns in this DataSet."}],"variable":[{"key":"dataSetName","value":"Location-A","description":"Name of the dataset from which to remove data."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"auto","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5fc68ff5-d3e0-4578-b1f7-b581ccb1500c"}],"id":"b34fac5a-b2e9-4f56-87c3-189a0ac018e6","description":"Folder for data","_postman_id":"b34fac5a-b2e9-4f56-87c3-189a0ac018e6"},{"name":"Imports","item":[{"name":"Import from Azure","id":"58f7edcf-e6cc-423c-b635-59879882d777","request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"body":{"mode":"raw","raw":"{\r\n  \"dataSetName\": \"My-Dataset\",\r\n  \"connectionString\": \"BlobEndpoint=https://myblobendpoint.blob.core.windows.net/\",\r\n  \"container\": \"mycontainer\",\r\n  \"blob\": \"mydatafile.csv\",\r\n  \"contentType\": \"csv\"\r\n}"},"url":"{{base-url}}/imports/Azure","description":"Files in Azure Blob Storage can be either in CSV or JSON format (see <a href=\"http://docs.nexosis.com/guides/importing-data\" target=\"_blank\">http://docs.nexosis.com/guides/importingdata</a> for details on supported formats) \r\nas well as gzipped versions of either of these.  \r\n\r\nThe following parameters are accepted in the request body (see Request Body schema for descriptions):\r\n\r\n*  dataSetName (required) - The dataset into which the data should be imported\r\n*  connectionString  (required) - The Azure Storage connection string to use when connecting to Azure\r\n*  container  (required) - Name of the Azure blob container from which to import\r\n*  blob  (required) - Name of the Azure blob (i.e. file) containing data to import\r\n*  columns - Metadata about each column in the dataset\r\n*  contentType - The type of content to import (json or csv). Nexosis will automatically attempt to figure out the type of content if not provided.\r\n\r\n# Request URL\r\nPOST https://ml.nexosis.com/v1/imports/Azure"},"response":[],"_postman_id":"58f7edcf-e6cc-423c-b635-59879882d777"},{"name":"Import from S3","id":"ee7800cd-9f6a-4c35-9d06-596be3809067","request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"body":{"mode":"raw","raw":"{\r\n  \"dataSetName\": \"Location-A\",\r\n  \"bucket\": \"nexosis-sample-data\",\r\n  \"path\": \"LocationA.csv\",\r\n  \"region\": \"us-east-1\",\r\n  \"accessKeyId\": \"AKIAIOSFODNN7EXAMPLE\",\r\n  \"secretAccessKey\": \"wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY\",\r\n  \"contentType\": \"csv\"\r\n}"},"url":"{{base-url}}/imports/S3","description":"Files in S3 can be either in CSV or JSON format (see <a href=\"http://docs.nexosis.com/guides/importingdata\" target=\"_blank\">http://docs.nexosis.com/guides/importingdata</a> for details on supported formats) \r\nas well as gzipped versions of either of these.\r\n\r\nThe following parameters are accepted in the request body (see Request Body schema for descriptions):\r\n\r\n*  dataSetName (required) - The dataset into which the data should be imported\r\n*  bucket (required) - The AWS S3 bucket containing the file to import\r\n*  path (required) - The path to the file to be imported\r\n*  contentType - The type of content to import (json or csv). Nexosis will automatically attempt to figure out the type of content if not provided\r\n*  region - The AWS Region in which the S3 bucket is located. Defaults to 'us-east-1'\r\n*  accesKeyId - The AWS Access Key ID to use when authenticating the file request. Not necessary if the file is public.\r\n*  secretAccessKey - The AWS Secret Access Key to use when authenticating the file request. Not necessary if the file is public.\r\n*  columns - Metadata about each column in the dataset.\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/imports/S3"},"response":[],"_postman_id":"ee7800cd-9f6a-4c35-9d06-596be3809067"},{"name":"Import from URL","id":"599faf27-b135-4a09-a4b9-5c82b893f05c","request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"body":{"mode":"raw","raw":"{\r\n  \"dataSetName\": \"MyDataSetName\",\r\n  \"url\": \"https://example.com/path/to/sampledata/file.csv\",\r\n  \"contentType\": \"csv\"\r\n}"},"url":"{{base-url}}/imports/Url","description":"Urls can return either CSV or JSON content (see <a href=\"http://docs.nexosis.com/guides/importingdata\" target=\"_blank\">http://docs.nexosis.com/guides/importingdata</a> for details on supported formats)\r\n\r\nIf importing an S3 file in a public bucket, you can also send the url to that file in this parameter.  \r\n\r\nThe following parameters are accepted in the request body (see Request Body schema for descriptions):\r\n\r\n*  dataSetName (required) - The dataset into which the data should be imported\r\n*  url (required) - The URL to retrieve\r\n*  contentType - The type of content to import (json or csv). Nexosis will automatically attempt to figure out the type of content if not provided.\r\n*  auth - Only needed if Basic Auth is avaiable. Authentication parameters to be used to retrieve the data at the given url<br>\r\n\t\"auth\" : {\r\n\t\t\"userId\": \"myUserName\",\r\n\t\t\"password\": \"p4ssw0rd\"\r\n\t}<br>\r\n*  columns - Metadata about each column in the dataset\r\n \r\n# Request URL\r\nhttps://ml.nexosis.com/v1/imports/Url"},"response":[],"_postman_id":"599faf27-b135-4a09-a4b9-5c82b893f05c"},{"name":"List Imports (with filtering)","id":"fffb2a30-e096-4cae-919f-d58748a0f9a9","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/imports","host":["{{base-url}}"],"path":["imports"],"query":[{"key":"dataSetName","value":null,"description":"string - Limits imports to those for a particular dataset.","disabled":true},{"key":"requestedAfterDate","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits imports to those requested on or after the specified date","disabled":true},{"key":"requestedBeforeDate","value":null,"description":"string - Format - date-time (as date-time in ISO8601). Limits imports to those requested on or before the specified date.","disabled":true},{"key":"page","value":null,"description":"integer - Format - int32. Zero-based page number of imports to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"integer\nFormat - int32. Count of imports to retrieve in each page (max 1000).","disabled":true}]},"description":"Gets the list of imports that have been created for the company associated with your account.\n\n# Request URL\nhttps://ml.nexosis.com/v1/imports[?dataSetName][&requestedAfterDate][&requestedBeforeDate][&page][&pageSize]\n\n# Request parameters\n* dataSetName (optional) string -\nLimits imports to those for a particular dataset\n\n* requestedAfterDate (optional) string -\nFormat - date-time (as date-time in ISO8601). Limits imports to those requested on or after the specified date\n\n* requestedBeforeDate (optional) string -\nFormat - date-time (as date-time in ISO8601). Limits imports to those requested on or before the specified date\n\n* page (optional) integer -\nFormat - int32. Zero-based page number of imports to retrieve\n\n* pageSize (optional) integer -\nFormat - int32. Count of imports to retrieve in each page (max 1000)"},"response":[],"_postman_id":"fffb2a30-e096-4cae-919f-d58748a0f9a9"},{"name":"Retrieve Import","id":"1b421f29-4f37-4e20-b645-918cbe9c29b8","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/imports/:importId","host":["{{base-url}}"],"path":["imports",":importId"],"variable":[{"key":"importId","value":"","description":"Format uuid. The Id of the Import."}]},"description":"Retrieve information about a request to import data into the Nexosis API\n\n# Request URL\nhttps://ml.nexosis.com/v1/imports/{importId}\n\n# Request parameters\n* importId - A uuid - the Id of the import"},"response":[],"_postman_id":"1b421f29-4f37-4e20-b645-918cbe9c29b8"}],"id":"c1d3329c-2810-447b-afab-b634ca23a465","description":"Folder for imports","_postman_id":"c1d3329c-2810-447b-afab-b634ca23a465"},{"name":"Models","item":[{"name":"Predict Targets","id":"6b2350e0-3b76-492d-b26e-3ebbd982593a","request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": [\r\n    {\r\n      \"featureA\": \"65\",\r\n      \"featureB\": \"8450\",\r\n      \"FeatureC\": \"2003\"\r\n    },\r\n    {\r\n      \"FeatureA\": \"80\",\r\n      \"FeatureB\": \"96000\",\r\n      \"FeatureC\": \"1976\"\r\n    },\r\n    {\r\n      \"FeatureA\": \"68\",\r\n      \"FeatureB\": \"11250\",\r\n      \"FeatureC\": \"2001\"\r\n    }\r\n  ],\r\n  \"extraParameters\": {}\r\n}"},"url":{"raw":"{{base-url}}/models/:modelId/predict","host":["{{base-url}}"],"path":["models",":modelId","predict"],"variable":[{"key":"modelId","value":"","description":"Format - uuid. Model identifier of the Model to use for this prediction"}]},"description":"# Predicts target values for a set of features using a model\nThe prediction results returned by a model are dependent on the predictionDomain specified when the model was built.\n\n# Classification models\nWhen predicting using a classification model, the result returned from the model is the most likely class for each record. In order to include the model's scores for each class, specify the extraParameters.includeClassScores property set to true.\n\n#  Anomalies models\nWhen predicting using an anomaly detection model, the result returned from the model (in the anomaly column of each row) is negative if the row was identified as an outlier, and positive if the row was identified as \"normal\". The magnitude of the value provides a relative indicator of \"how anomalous\" or \"how normal\" the row is.\n\n# Request URL\nhttps://ml.nexosis.com/v1/models/{modelId}/predict\n\n* modelID - Format - uuid. Model identifier of the Model to use for this prediction.\n\n# Request Body\n```json\n{\n  \"data\": [\n    {\n      \"LotFrontage\": \"65\",\n      \"LotArea\": \"8450\",\n      \"YearBuilt\": \"2003\"\n    },\n    {\n      \"LotFrontage\": \"80\",\n      \"LotArea\": \"96000\",\n      \"YearBuilt\": \"1976\"\n    },\n    {\n      \"LotFrontage\": \"68\",\n      \"LotArea\": \"11250\",\n      \"YearBuilt\": \"2001\"\n    }\n  ],\n  \"extraParameters\": {}\n}\n```"},"response":[],"_postman_id":"6b2350e0-3b76-492d-b26e-3ebbd982593a"},{"name":"List Models (with filtering)","id":"4a42fdce-091d-4069-9cd7-9bdd368c3abb","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/models","host":["{{base-url}}"],"path":["models"],"query":[{"key":"dataSourceName","value":null,"description":"Limits models to those for a particular data source","disabled":true},{"key":"createdAfterDate ","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits models to those created on or after the specified date","disabled":true},{"key":"createdBeforeDate","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits models to those created on or before the specified date","disabled":true},{"key":"page","value":null,"description":"Format - int32. Zero-based page number of models to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. Count of models to retrieve in each page (max 1000)","disabled":true}]},"description":"Gets the list of models that have been created for the company associated with your account.\n\n# Request URL\nGET https://ml.nexosis.com/v1/models[?dataSourceName][&createdAfterDate][&createdBeforeDate][&page][&pageSize]\n\n* dataSourceName (optional) string - Limits models to those for a particular data source\n* createdAfterDate (optional) string - Format - date-time (as date-time in ISO8601). Limits models to those created on or after the specified date\n* createdBeforeDate (optional) string - Format - date-time (as date-time in ISO8601). Limits models to those created on or before the specified date\n* page (optional) integer - Format - int32. Zero-based page number of models to retrieve\n* pageSize (optional) integer - Format - int32. Count of models to retrieve in each page (max 1000)"},"response":[],"_postman_id":"4a42fdce-091d-4069-9cd7-9bdd368c3abb"},{"name":"Retrieve Model Details","id":"e21087f7-2b38-41f8-89a7-f0408c6717e0","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/models/:modelId","host":["{{base-url}}"],"path":["models",":modelId"],"variable":[{"key":"modelId","value":"","description":"modelId"}]},"description":"Gets detailed information for a particular model.\n\n# Request URL\nhttps://ml.nexosis.com/v1/models/{modelId}\n\n* modelID - Format - uuid. Model identifier for the model to retrieve"},"response":[],"_postman_id":"e21087f7-2b38-41f8-89a7-f0408c6717e0"},{"name":"Delete Model (by modelId)","id":"64b19f9f-b3c6-4ebd-9180-f5260752c8e4","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/models/:modelId","host":["{{base-url}}"],"path":["models",":modelId"],"variable":[{"key":"modelId","value":"","description":"Format - uuid. Model identifier of the model to remove"}]},"description":"Removes a single model from your account\n\n# Request URL\nhttps://ml.nexosis.com/v1/models/{modelId}\n\n* modelId - Format - uuid. Model identifier of the model to remove"},"response":[],"_postman_id":"64b19f9f-b3c6-4ebd-9180-f5260752c8e4"},{"name":"Delete Models (with filtering)","id":"e97a4d30-443a-4a9f-93ae-47b2b568a3c4","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/models","host":["{{base-url}}"],"path":["models"],"query":[{"key":"DataSourceName","value":"","description":"Limits models to those for a particular data source","disabled":true},{"key":"CreatedBeforeDate","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits models to those created on or before the specified date","disabled":true},{"key":"CreatedAfterDate","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits models to those created on or after the specified date","disabled":true}]},"description":"Removes one or more models from your account\n\n* DataSourceName (optional) string - Limits models to those for a particular data source\n* CreatedBeforeDate (optional) string - Format - date-time (as date-time in ISO8601). Limits models to those created on or before the specified date\n* CreatedAfterDate (optional) string- Format - date-time (as date-time in ISO8601). Limits models to those created on or after the specified date"},"response":[],"_postman_id":"e97a4d30-443a-4a9f-93ae-47b2b568a3c4"}],"id":"6306fab5-9954-4f18-a490-df7e6349261d","description":"Folder for models","_postman_id":"6306fab5-9954-4f18-a490-df7e6349261d"},{"name":"Session Contests","item":[{"name":"Retrieve Contest (by sessionId)","id":"0f13a810-57cb-486b-afc1-2ca97a575731","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId/contest","host":["{{base-url}}"],"path":["sessions",":sessionId","contest"],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier for which to retrieve contest details"}]},"description":"#### Gets detailed data science information generated by a session\r\n\r\nDuring the execution of a session, many different algorithms can be run, in order to see which\r\nalgorithm produces the best results.  The contest information returned from this endpoint contains\r\ndetails about all of the algorithms that were attempted, which one is the champion, and various scoring\r\nmetrics which were used to determine the best algorithm.\r\n__Note:__ This endpoint is not available under the community plan.  Please [upgrade](http://nexosis.com/pricing) to a paid plan if you are currently on Community.\r\nBe sure to use the [Paid Subscription key](https://developers.nexosis.com/developer) if you have already upgraded.\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions/{sessionId}/contest"},"response":[],"_postman_id":"0f13a810-57cb-486b-afc1-2ca97a575731"},{"name":"Retrieve Champion (by sessionId)","id":"35ba5cb6-2f06-4a68-8942-e90ee68b3913","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId/contest/champion","host":["{{base-url}}"],"path":["sessions",":sessionId","contest","champion"],"query":[{"key":"predictionInterval","value":null,"description":"Optional. The results returned will be from the given prediction interval","disabled":true},{"key":"page","value":null,"description":"Format - int32. Zero-based page number of session results to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. Count of session results to retrieve in each page (max 1000).","disabled":true}],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier for which to retrieve contestant algorithms."}]},"description":"#### Gets the champion of a contest, and the test data used in scoring the algorithm\r\nThis is the algorithm which was determined to score the best for the given contest.  Scoring metrics,\r\nas well as the test data, is returned.\r\n__Note:__ This endpoint is not available under the community plan.  Please [upgrade](http://nexosis.com/pricing) to a paid plan if you are currently on Community.\r\nBe sure to use the [Paid Subscription key](https://developers.nexosis.com/developer) if you have already upgraded.\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions/{sessionId}/contest/champion[?predictionInterval][&page][&pageSize]\r\n\r\n# Parameters\r\n* sessionId string - Format - uuid. Session identifier for which to retrieve champion details.\r\n* predictionInterval (optional) string - Optional. The results returned will be from the given prediction interval.\r\n* page (optional) integer - Format - int32. Zero-based page number of session results to retrieve\r\n* pageSize (optional) integer - Format - int32. Count of session results to retrieve in each page (max 1000)"},"response":[],"_postman_id":"35ba5cb6-2f06-4a68-8942-e90ee68b3913"},{"name":"Retrieve Selection Criteria (by sessionId)","id":"e7a12131-3318-42e4-a5aa-478eab691e53","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId/contest/selection","host":["{{base-url}}"],"path":["sessions",":sessionId","contest","selection"],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier for which to retrieve contestant algorithms."}]},"description":"#### Gets the selection criteria that is used to determined which algorithms were executed.\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions/{sessionId}/contest/selection\r\n\r\nThe _metricSets_ contain some information about the data source that was used by the session.  It includes\r\nsome basic stats about the dataset, such as the mean and standard deviation.  For a forecast or impact session,\r\nit will also include information about what levels of seasonality were detected in the data.\r\n__Note:__ This endpoint is not available under the community plan.  Please [upgrade](http://nexosis.com/pricing) to a paid plan if you are currently on Community.\r\nBe sure to use the [Paid Subscription key](https://developers.nexosis.com/developer) if you have already upgraded."},"response":[],"_postman_id":"e7a12131-3318-42e4-a5aa-478eab691e53"},{"name":"List Contestants (by sessionId)","id":"28676ae4-48e9-48c9-a23f-a139dc076097","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId/contest/contestants","host":["{{base-url}}"],"path":["sessions",":sessionId","contest","contestants"],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier for which to retrieve contestant algorithms."}]},"description":"#### Lists the contestant algorithms which were executed for this contest.\r\n__Note:__ This endpoint is not available under the community plan.  Please [upgrade](http://nexosis.com/pricing) to a paid plan if you are currently on Community.\r\nBe sure to use the [Paid Subscription key](https://developers.nexosis.com/developer) if you have already upgraded.\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions/{sessionId}/contest/contestants"},"response":[],"_postman_id":"28676ae4-48e9-48c9-a23f-a139dc076097"},{"name":"Retrieve Contestant (and test data)","id":"cfbb8deb-54b2-42f3-a40a-4432be41abc9","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId/contest/contestants/:contestantId","host":["{{base-url}}"],"path":["sessions",":sessionId","contest","contestants",":contestantId"],"query":[{"key":"predictionInterval","value":null,"description":"Optional. The results returned will be from the given prediction interval","disabled":true},{"key":"page","value":null,"description":"Format - int32. Zero-based page number of session results to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. Count of session results to retrieve in each page (max 1000)","disabled":true}],"variable":[{"key":"sessionId","value":"","description":"Session identifier for which to retrieve algorithm details"},{"key":"contestantId","value":"","description":"Identifier of the specific algorithm execution for which to retrieve details"}]},"description":"#### Gets a specific contestant algorithm, and the test data used in scoring the algorithm\r\nThis is one of the algorithms which were executed during a session.  Scoring metrics, as well as the test data, is returned.\r\n__Note:__ This endpoint is not available under the community plan.  Please [upgrade](http://nexosis.com/pricing) to a paid plan if you are currently on Community.\r\nBe sure to use the [Paid Subscription key](https://developers.nexosis.com/developer) if you have already upgraded.\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions/{sessionId}/contest/contestants/{contestantId}[?predictionInterval][&page][&pageSize]\r\n\r\n# Parameters\r\n* sessionId string - Format - uuid. Session identifier for which to retrieve algorithm details.\r\n* contestantId string - Format - uuid. Identifier of the specific algorithm execution for which to retrieve details.\r\n* predictionInterval (optional) string - Optional. The results returned will be from the given prediction interval.\r\n* page (optional) integer - Format - int32. Zero-based page number of session results to retrieve\r\n* pageSize (optional) integer - Format - int32. Count of session results to retrieve in each page (max 1000)"},"response":[],"_postman_id":"cfbb8deb-54b2-42f3-a40a-4432be41abc9"}],"id":"75913a5b-4f4e-48f1-bdf7-3ac29041a530","_postman_id":"75913a5b-4f4e-48f1-bdf7-3ac29041a530"},{"name":"Sessions","item":[{"name":"Create Forecast Session","id":"f7621c54-050a-4848-b316-3188f944b94d","request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"body":{"mode":"raw","raw":"{\r\n  \"dataSourceName\": \"Location-A\",\r\n  \"startDate\": \"2017-01-01T00:00:00Z\",\r\n  \"endDate\": \"2017-01-05T00:00:00Z\",\r\n  \"name\": \"Forecast sales in January 2017\",\r\n  \"columns\": {\r\n    \"timestamp\": {\r\n      \"dataType\": \"date\",\r\n      \"role\": \"timestamp\"\r\n    },\r\n    \"sales\": {\r\n      \"dataType\": \"numeric\",\r\n      \"role\": \"target\"\r\n    }\r\n  }\r\n}"},"url":"{{base-url}}/sessions/forecast","description":"#### Queues a new forecast session to run\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions/forecast\r\n\r\nForecast sessions are used to predict future values for a data source. To create a forecast session, specify the data source to forecast,\r\nas well as the start and end dates of the forecast period. The Nexosis API will execute a series of machine learning algorithms\r\nto approximate future values for the data source.<br />\r\nThe forecast start date should be on the same day as (or before) the last date in the data source.  If there is a gap between\r\nyour forecast start date and the date of the last record in your data set, the Nexosis API will behave as if there is no gap. <br /><para>\r\nSee <a href=\"http://docs.nexosis.com/guides/forecast\" target=\"_blank\">http://docs.nexosis.com/guides/forecast</a> for more information about creating a forecast session.\r\n</para><para>Note that the query string parameters to this API operation are deprecated. All parameters can be passed in the JSON body of the request.</para>\r\n\r\n# JSON Body Params\r\n* name (optional) - A name for the session, to make it easier to locate\r\n* dataSourceName - Name of the dataset or view to forecast\r\n* targetColumn - Column in the specified data source to forecast\r\n* startDate - First date to forecast\r\n* endDate - Last date to forecast\r\n* resultInterval (optional, default `Day`) - The interval at which predictions should be generated.  Possible values are `Hour`, `Day`, `Week`, `Month`, and `Year`.  Defaults to `Day`\r\n* callbackUrl (optional) - The Webhook url that will receive updates when the Session status changes<br />If you provide a callback url, your response will contain a header named Nexosis-Webhook-Token.  You will receive this same header in the request message to your Webhook, which you can use to validate that the message came from Nexosis.\r\n* columns (optional) - Metadata about each column in the data source"},"response":[],"_postman_id":"f7621c54-050a-4848-b316-3188f944b94d"},{"name":"Create Impact Session","id":"8007f846-bb23-4fa8-a95d-e27f797269e9","request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"body":{"mode":"raw","raw":"{\r\n  \"dataSourceName\": \"Location-D\",\r\n  \"eventName\": \"fall-promotion\",\r\n  \"startDate\": \"2015-10-11T00:00:00Z\",\r\n  \"endDate\": \"2015-12-31T00:00:00Z\",\r\n  \"name\": \"Transactions impact in Q4 2015\",\r\n  \"columns\": {\r\n    \"timestamp\": {\r\n      \"dataType\": \"date\",\r\n      \"role\": \"timestamp\"\r\n    },\r\n    \"sales\": {\r\n      \"dataType\": \"numeric\",\r\n      \"role\": \"none\"\r\n    },\r\n    \"transactions\": {\r\n      \"dataType\": \"numeric\",\r\n      \"role\": \"target\"\r\n    }\r\n  }\r\n}"},"url":"{{base-url}}/sessions/impact","description":"#### Queues a new causal impact session to run\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions/impact\r\n\r\nImpact sessions are used to determine the impact of a particular event on a data source. For example, a sale at a restaurant\r\nmay impact daily sales or customer counts. To create an impact session, specify the data source for which to determine impact,\r\nas well as the start and end dates of the impactful event. The Nexosis API will execute a series of machine learning algorithms\r\nto determine the impact of the event on the data source.<br />\r\nBoth the start and end dates for the impact session must always be on or before the timeStamp of the last record in your data source.\r\n<para>\r\nSee <a href=\"http://docs.nexosis.com/guides/impactanalysis\" target=\"_blank\">http://docs.nexosis.com/guides/impactanalysis</a> for more information about creating an impact analysis session.\r\n</para><para>Note that the query string parameters to this API operation are deprecated. All parameters can be passed in the JSON body of the request.</para>\r\n\r\n# JSON Body Params\r\n* nam (optional) - A name for the session, to make it easier to locate\r\n* dataSourceName - Name of the dataset or view for which to determine impact\r\n* targetColumn - Column in the specified data source for which to determine impact\r\n* eventName - Name of the event for which to determine impact\r\n* startDate - First date of the event\r\n* endDate - Last date of the event\r\n* resultInterval (optional, default `Day`) - The interval at which predictions should be generated.  Possible values are `Hour`, `Day`, `Week`, `Month`, and `Year`.  Defaults to `Day`\r\n* callbackUrl (optional) - The Webhook url that will receive updates when the Session status changes<br />If you provide a callback url, your response will contain a header named Nexosis-Webhook-Token.  You will receive this same header in the request message to your Webhook, which you can use to validate that the message came from Nexosis.\r\n* columns (optional) - Metadata about each column in the data source"},"response":[],"_postman_id":"8007f846-bb23-4fa8-a95d-e27f797269e9"},{"name":"Create Model Session","id":"9f7d9ffa-0298-446d-88f3-11e252d1b5bd","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"This is the classification model name\",\r\n  \"dataSourceName\": \"dataSourceName\",\r\n  \"targetColumn\": \"theTargetColumnNameUsedToLearnToPredict\",\r\n  \"predictionDomain\": \"classification\",\r\n  \"extraParameters\": {\r\n\t\"balance\": true\r\n  }\r\n}\r\n"},"url":"https://ml.nexosis.com/v1/sessions/model","description":"#### Queues a new model-building session to run\r\nModel-building sessions are used to build regression and classification models for later use. To build a model, specify the data source\r\nto model, and whether to build a regression model or a classification model. Once the model is built, use the various model endpoints\r\nto interact with it and generate predictions.\r\n\r\n# Request URL\r\nPOST https://ml.nexosis.com/v1/sessions/model\r\n\r\n# Model types\r\nThe type of model to build is determined by the predictionDomain property on the request. Acceptable values are:\r\n\r\n* regression: Builds a regression model\r\n* classification: Builds a classification model\r\n* anomalies: Builds an anomaly detection model\r\n\r\n#### Regression models\r\nRegression models are used to predict a target (dependent) variable from one or more feature (independent) variables. Regression models\r\nalways require at least one feature column, and since the output of a regression model is a continuous value, these models can only be\r\nused to predict numeric targets.\r\n#### Classification models\r\nClassification models are used to predict which of a discrete set of classes a given record represents. Like regression models, classification\r\nmodels predict a target (dependent) variable from one or more feature (independent) variables, and they require at least one feature column.\r\nUnlike regression models, the target column of a classification model can be any data type. (The target should contain relatively few\r\ndistinct values, or classes, to predict.)\r\n\r\nBy default, the Nexosis API will **balance** the data source used to build a classification model. That is, if 90% of the records in the\r\ndata source have class A and 10% have class B, the API will strive to generate a model that is equally proficient at identifying both class A\r\nand class B records. If the `extraParameters.balance` property in is set to `false`, the API will not seek to balance the data source,\r\nwhich may result in a model better at predicting class A than class B. The real-world domain of data being used to build a model should determine\r\nwhether balancing the data or not is appropriate.\r\n\r\n#### Anomaly detection models\r\nAnomaly detection models are used to detect outliers in a dataset. Unlike other model types, anomaly detection models are built on unlabeled data, that is, data without known target values. (If you know which rows in your dataset are anomalies and which rows are not, build a classification model instead.) When building an anomaly detection model, you should not specify a target column. The results of the session will be returned in a new column named 'anomaly'.\r\n\r\nNexosis uses one of two different algorithms to build an anomaly detection model on your dataset. By default, we assume that your dataset contains some anomalies. If you are certain that your dataset does not contain anomalies (it's from a known good source, for instance), you can specify as such. Set the `extraParameters.containsAnomalies` property to `false` and Nexosis will use an algorithm optimized for this sort of dataset to build a model.\r\n\r\n# JSON Body Params\r\n* name (optional) - A name for the session, to make it easier to locate\r\n* dataSourceName - Name of the dataset or view from which to generate a model\r\n* targetColumn - Column in the specified data source to predict with the generated model\r\n* predictionDomain - Type of prediction the built model is intended to make. Currently values **'regression'**, **'classification'**, and **'Anomalies'** are supported\r\n* extraParameters (optional)\r\n\t- balance - boolean. For classification models, whether or not to balance classes during model building (default is true)\r\n\t- containsAnomalies - boolean -For anomaly detection models, whether or not the source dataset contains anomalies (default is true)\r\n* callbackUrl (optional) - The Webhook url that will receive updates when the Session status changes<br />If you provide a callback url, your response will contain a header named Nexosis-Webhook-Token.  You will receive this same header in the request message to your Webhook, which you can use to validate that the message came from Nexosis.\r\n* columns (optional) - Metadata about each column in the data source"},"response":[{"id":"87153675-6a33-4522-9ba4-8d0d6d517677","name":"Create a Mode for `titanic`","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\r\n  \"dataSourceName\": \"titanic\",\r\n  \"targetColumn\": \"Survived\",\r\n  \"predictionDomain\": \"classification\"\r\n}\r\n"},"url":"https://ml.nexosis.com/v1/sessions/model"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 26 Jan 2018 01:36:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Nexosis-Account-Balance","value":"0.00 USD","name":"Nexosis-Account-Balance","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Allotted","value":"50","name":"Nexosis-Account-DataSetCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-DataSetCount-Current","value":"8","name":"Nexosis-Account-DataSetCount-Current","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Allotted","value":"100000","name":"Nexosis-Account-PredictionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-PredictionCount-Current","value":"0","name":"Nexosis-Account-PredictionCount-Current","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Allotted","value":"500","name":"Nexosis-Account-SessionCount-Allotted","description":"Custom header"},{"key":"Nexosis-Account-SessionCount-Current","value":"3","name":"Nexosis-Account-SessionCount-Current","description":"Custom header"},{"key":"Nexosis-Request-Cost","value":"0.00 USD","name":"Nexosis-Request-Cost","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"columns\":{\"Age\":{\"dataType\":\"numeric\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Sex\":{\"dataType\":\"string\",\"role\":\"feature\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Fare\":{\"dataType\":\"numeric\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Cabin\":{\"dataType\":\"string\",\"role\":\"feature\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Parch\":{\"dataType\":\"numeric\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"SibSp\":{\"dataType\":\"numeric\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Pclass\":{\"dataType\":\"numeric\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Embarked\":{\"dataType\":\"string\",\"role\":\"feature\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Survived\":{\"dataType\":\"numeric\",\"role\":\"target\",\"imputation\":\"mode\",\"aggregation\":\"mode\"}},\"sessionId\":\"0161301c-4d30-422d-9ebb-e4a60671714e\",\"type\":\"model\",\"status\":\"requested\",\"predictionDomain\":\"classification\",\"availablePredictionIntervals\":[],\"requestedDate\":\"2018-01-26T01:36:56.599756+00:00\",\"statusHistory\":[{\"date\":\"2018-01-26T01:36:56.599756+00:00\",\"status\":\"requested\"}],\"extraParameters\":{\"balance\":true},\"messages\":[],\"dataSourceName\":\"titanic\",\"dataSetName\":\"titanic\",\"targetColumn\":\"Survived\",\"isEstimate\":false,\"links\":[{\"rel\":\"results\",\"href\":\"https://ml.nexosis.com/v1/sessions/0161301c-4d30-422d-9ebb-e4a60671714e/results\"},{\"rel\":\"data\",\"href\":\"https://ml.nexosis.com/v1/data/titanic\"},{\"rel\":\"vocabularies\",\"href\":\"https://ml.nexosis.com/v1/vocabulary?createdFromSessionid=0161301c-4d30-422d-9ebb-e4a60671714e\"}]}"}],"_postman_id":"9f7d9ffa-0298-446d-88f3-11e252d1b5bd"},{"name":"Get Session Status","id":"1ce22f19-c594-4718-ba72-b0e0e9ec1fef","request":{"method":"HEAD","header":[{"key":"Accept","value":"application/json, text/json","description":"Format - UUID/GUID. Session identifier of the session to retrieve."},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId","host":["{{base-url}}"],"path":["sessions",":sessionId"],"variable":[{"key":"sessionId","value":""}]},"description":"#### Gets completion status of a particular session as an HTTP response header\r\nThe response to this endpoint adds a `nexosis-session-status` HTTP response\r\nheader indicating the completion status of the session."},"response":[],"_postman_id":"1ce22f19-c594-4718-ba72-b0e0e9ec1fef"},{"name":"List Sessions (with filtering)","id":"53e99ca9-1f97-4ab6-a6f6-7a16ab09bf93","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions","host":["{{base-url}}"],"path":["sessions"],"query":[{"key":"dataSourceName","value":null,"description":"Limits sessions to those for a particular data source","disabled":true},{"key":"eventName","value":null,"description":"Limits impact sessions to those for a particular event","disabled":true},{"key":"modelId","value":null,"description":"Format - uuid. Limits model-building sessions to those that built the specified model","disabled":true},{"key":"requestedAfterDate","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits sessions to those requested on or after the specified date","disabled":true},{"key":"requestedBeforeDate","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits sessions to those requested on or before the specified date","disabled":true},{"key":"page","value":null,"description":"Format - int32. Zero-based page number of sessions to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. Count of sessions to retrieve in each page (max 1000)","disabled":true}]},"description":"Lists the sessions that have been created for the company associated with your account\n\n# Request URL\nhttps://ml.nexosis.com/v1/sessions[?dataSourceName][&eventName][&modelId][&requestedAfterDate][&requestedBeforeDate][&page][&pageSize]\nRequest parameters\n\n# Request Parametrs\n* dataSourceName (optional) string - Limits sessions to those for a particular data source\n* eventName (optional) string - Limits impact sessions to those for a particular event\n* modelId (optional) string - Format - uuid. Limits model-building sessions to those that built the specified model\n* requestedAfterDate (optional) string - Format - date-time (as date-time in ISO8601). Limits sessions to those requested on or after the specified date\n* requestedBeforeDate (optional) string - Format - date-time (as date-time in ISO8601). Limits sessions to those requested on or before the specified date\n* page (optional) integer - Format - int32. Zero-based page number of sessions to retrieve\n* pageSize (optional) integer - Format - int32. Count of sessions to retrieve in each page (max 1000)"},"response":[],"_postman_id":"53e99ca9-1f97-4ab6-a6f6-7a16ab09bf93"},{"name":"Retrieve Session (by sessionId)","id":"c44da011-4dea-4453-bc45-bd2242e400e3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"https://ml.nexosis.com/v1/sessions/:sessionId","protocol":"https","host":["ml","nexosis","com"],"path":["v1","sessions",":sessionId"],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier of the session to retrieve"}]},"description":"#### Gets a summary (including completion status) of a particular session\r\nIn addition to the response body indicating information about the session,\r\nthe response to this endpoint adds a `nexosis-session-status` HTTP response\r\nheader indicating the completion status of the session."},"response":[],"_postman_id":"c44da011-4dea-4453-bc45-bd2242e400e3"},{"name":"Retrieve Results (by sessionId)","id":"d4e3ed82-d257-47c0-931f-01142ae5d5ac","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/csv"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId/results","host":["{{base-url}}"],"path":["sessions",":sessionId","results"],"query":[{"key":"predictionInterval","value":null,"description":"Optional. The results returned will be from the given prediction interval","disabled":true},{"key":"page","value":"","description":"Format - int32. Zero-based page number of session results to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. Count of session results to retrieve in each page (max 1000)","disabled":true}],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier for which to retrieve results"}]},"description":"#### Gets the results of a particular session\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions[?Type][&DataSourceName][&EventName][&RequestedAfterDate][&RequestedBeforeDate]\r\n\r\n\r\n# URL Parameters\r\n\r\n* sessionId string - Format - uuid. Session identifier for which to retrieve results\r\n* predictionInterval (optional) string - Optional. The results returned will be from the given prediction interval.\r\n* page (optional) integer - Format - int32. Zero-based page number of session results to retrieve\r\n* pageSize (optional) integer - Format - int32. Count of session results to retrieve in each page (max 1000)\r\n\r\n\r\nThe results returned for a session differ based on the session type:\r\n* Forecast Sessions\r\n* Impact Sessions\r\n* Classification and Regression model Building Sessions\r\n* Anomalies Model Building Sessions\r\n\r\n#### Forecast sessions\r\nForecast session results consist of the predictions for the dates specified when the session was created.\r\n\r\n#### Impact sessions\r\nImpact session results consist of the predictions of what would have happened over the specified date range,\r\nhad the impactful event not occurred. Impact session results also include metrics that describe the overall\r\nimpact of the event on the data source. These metrics are:\r\n* `pValue`: Statistical value used to determine the significance of the impact. A small p-value indicates strong evidence of impact, whereas a p-value approaching 0.5 indicates weak evidence of impact.\r\n* `absoluteEffect`: Total absolute effect of the event on the data source. Answers the question, \"How much did this event affect my data source?\"\r\n* `relativeEffect`: Percentage effect of the event on the data source. Answers the question, \"By what percentage did this event affect my data source?\"\r\n\r\n#### Classification and regression model-building sessions\r\nModel session results for these prediction domains consist of the test set predictions generated by the model. These results can be used to determine the accuracy of the generated model. Use the model endpoint to generate new predictions using the model.\r\n\r\n#### Anomalies sessions\r\nAnomaly detection session results consist of the rows in the dataset that were identified as anomalies. The results of the session are always returned in a new column named \"anomaly\". In each row, the 'anomaly' value is always a negative number, and the magnitude of the value provides a relative indicator of \"how anomalous\" the row is. To see scores for all rows in the session data source, follow the `anomalyScores` link that is returned with the results.\r\n\r\n#### Additional information\r\nIn addition to the response body indicating information about the session,\r\nthe response to this endpoint adds a `nexosis-session-status` HTTP response\r\nheader indicating the completion status of the session.\r\n            \r\nA prediction interval can be provided. It helps you quantify the uncertainty of where a value will fall a certain percentage of the time.\r\nThe available intervals for a given session are given in the `availablePredictionIntervals` property of the result.\r\nThis list should always include \"0.5\", and may include other intervals such as \"0.8\" or \"0.95\".\r\nIf you make a request without the prediction interval, the values for \"0.5\" are returned.\r\nYou can find out more about prediction intervals at this site: <a href=\"http://www.statisticshowto.com/prediction-interval/\">http://www.statisticshowto.com/prediction-interval/\"</a>."},"response":[],"_postman_id":"d4e3ed82-d257-47c0-931f-01142ae5d5ac"},{"name":"Retrieve Anomaly Scores (by sessionId)","id":"b3e33e84-cbbc-4558-8943-8e8768737097","request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId/results/anomalyScores","host":["{{base-url}}"],"path":["sessions",":sessionId","results","anomalyScores"],"query":[{"key":"page","value":null,"description":"Format - int32. Zero-based page number of anomaly scores to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. Count of anomaly scores to retrieve in each page (max 1000)","disabled":true}],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier for which to retrieve results"}]},"description":"# Gets the scores of the entire dataset generated by a particular completed anomalies session\r\nAnomaly detection scores are generated for every row in the data source used by the session. The 'anomaly' value in each row is negative if the row was identified as an outlier, and positive if the row was identified as \"normal\". The magnitude of the value provides a relative indicator of \"how anomalous\" or \"how normal\" the row is.\r\n\r\n# URL Request \r\nhttps://ml.nexosis.com/v1/sessions/{sessionId}/results/anomalyScores[?page][&pageSize]\r\n\r\n# Request Parameters\r\nsessionId string\r\nFormat - uuid. Session identifier for which to retrieve results\r\n\r\n* page (optional) integer - Format - int32. Zero-based page number of anomaly scores to retrieve\r\n* pageSize (optional) integer - Format - int32. Count of anomaly scores to retrieve in each page (max 1000)\r\n"},"response":[],"_postman_id":"b3e33e84-cbbc-4558-8943-8e8768737097"},{"name":"Retrieve Class Scores (by sessionId)","id":"66d780e7-8b14-471c-b6aa-4d0b51980b5b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base-url}}/sessions/:sessionId/results/classScores","host":["{{base-url}}"],"path":["sessions",":sessionId","results","classScores"],"query":[{"key":"page","value":null,"description":"Format - int32. Zero-based page number of class scores to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. Count of class scores to retrieve in each page (max 1000)","disabled":true}],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier for which to retrieve scores"}]},"description":"# Gets the class scores for each result of a particular completed classification model session\r\nWhereas classification session results indicate the class chosen for each row in the test set, this endpoint returns the scores for each possible class for ech row in the test set. Higher scores indicate that the model is more confident that the row fits into the specified class, but the scores are not strict probabilities, and they are not comparable across sessions or data sources.\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions/{sessionId}/results/classScores[?page][&pageSize]\r\n\r\n# Query Parameters\r\n* sessionId string - Format - uuid. Session identifier for which to retrieve scores\r\n* page (optional) integer - Format - int32. Zero-based page number of class scores to retrieve\r\n* pageSize (optional) integer - Format - int32. Count of class scores to retrieve in each page (max 1000)"},"response":[],"_postman_id":"66d780e7-8b14-471c-b6aa-4d0b51980b5b"},{"name":"Retrieve Confusion Matrix (by sessionId)","id":"c7aec475-05ec-4336-87d3-1a072b6d1387","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId/results/confusionmatrix","host":["{{base-url}}"],"path":["sessions",":sessionId","results","confusionmatrix"],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier for which to retrieve the confusion matrix"}]},"description":"#### Gets the confusion matrix for the model generated by a model-building session\r\nA confusion matrix describes the performance of the classification model generated by this session by\r\nshowing how each record in the test set was classified by the model. The rows in the confusion matrix\r\nare actual classes from the test set, and the columns are classes predicted by the model for those rows.\r\nEach cell in the matrix contains the count of records in the test set with a particular actual value and\r\npredicted value. The headers for both rows and columns of the matrix can be found in the `classes`\r\nproperty of the response.\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/sessions/{sessionId}/results/confusionmatrix"},"response":[],"_postman_id":"c7aec475-05ec-4336-87d3-1a072b6d1387"},{"name":"Delete Session","id":"ff0d1098-d9a7-4d17-9dad-2862585e6f57","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions/:sessionId","host":["{{base-url}}"],"path":["sessions",":sessionId"],"variable":[{"key":"sessionId","value":"","description":"Format - uuid. Session identifier of the session to delete"}]},"description":"Removes a single session from your account\n\n# Request URL\nhttps://ml.nexosis.com/v1/sessions/{sessionId}"},"response":[],"_postman_id":"ff0d1098-d9a7-4d17-9dad-2862585e6f57"},{"name":"Delete Sessions (with filtering)","id":"eee74311-240f-486b-a6e6-0be82b924811","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/sessions","host":["{{base-url}}"],"path":["sessions"],"query":[{"key":"DataSourceName","value":null,"description":"Limits sessions deleted to those for a particular data source","disabled":true},{"key":"Type","value":null,"description":"Type of session to be deleted (forecast, impact, or model)","disabled":true},{"key":"EventName","value":"","description":"Limits impact sessions deleted to those for a particular event","disabled":true},{"key":"RequestedAfterDate","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits sessions deleted to those requested on or after the specified date","disabled":true},{"key":"RequestedBeforeDate","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits sessions deleted to those requested on or before the specified date","disabled":true}]},"description":"Removes one or more sessions from your account\n\n# Request URL\n\nhttps://ml.nexosis.com/v1/sessions[?Type][&DataSourceName][&EventName][&RequestedAfterDate][&RequestedBeforeDate]\n\n* Type (optional) string - Type of session to be deleted (forecast, impact, or model)\n* DataSourceName (optional) string - Limits sessions deleted to those for a particular data source\n* EventName (optional) string - Limits impact sessions deleted to those for a particular event\n* RequestedAfterDate (optional) string - Format - date-time (as date-time in ISO8601). Limits sessions deleted to those requested on or after the specified date\n* RequestedBeforeDate (optional) string - Format - date-time (as date-time in ISO8601). Limits sessions deleted to those requested on or before the specified date"},"response":[],"_postman_id":"eee74311-240f-486b-a6e6-0be82b924811"}],"id":"8bba8865-ac92-458b-8405-9c8cd41aa877","description":"Folder for sessions","_postman_id":"8bba8865-ac92-458b-8405-9c8cd41aa877"},{"name":"Views","item":[{"name":"Create View","id":"fda67754-26d1-4720-b9fa-ea6277c2ddd4","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"body":{"mode":"raw","raw":"Definition of the view to create or update"},"url":{"raw":"{{base-url}}/views/:viewName","host":["{{base-url}}"],"path":["views",":viewName"],"variable":[{"key":"viewName","value":"","description":"Name of the view to create or update"}]},"description":"<ul>\r\n  <li>See <a href=\"http://docs.nexosis.com/guides/views\" target=\"_blank\">http://docs.nexosis.com/guides/views</a> for more information about using views.</li>\r\n  <li>See <a href=\"http://docs.nexosis.com/guides/calendars\" target=\"_blank\">http://docs.nexosis.com/guides/calendars</a> for information on how calendars can be included in views.</li>\r\n</ul>\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/views/{viewName}\r\n\r\n# Request parameters\r\n* viewName string - Name of the view to create or update"},"response":[],"_postman_id":"fda67754-26d1-4720-b9fa-ea6277c2ddd4"},{"name":"List Views (with filtering)","id":"86a2dc49-be2c-470d-a47f-791fcfa4fe8b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/views","host":["{{base-url}}"],"path":["views"],"query":[{"key":"partialName","value":null,"description":"Limits results to only those view definitions with names containing the specified value","disabled":true},{"key":"dataSetName","value":null,"description":"Limits results to only those view definitions that reference the specified dataset","disabled":true},{"key":"page","value":null,"description":"Format - int32. Zero-based page number of view definitions to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. Count of view definitions to retrieve in each page (max 1000)","disabled":true}]},"description":"Gets the list of view definitions that have been created\n\n# Request URL\nhttps://ml.nexosis.com/v1/views[?partialName][&dataSetName][&page][&pageSize]\n\n# Request Parameters\n* partialName (optional) string - Limits results to only those view definitions with names containing the specified value\n* dataSetName (optional) string - Limits results to only those view definitions that reference the specified dataset\n* page (optional) integer - Format - int32. Zero-based page number of view definitions to retrieve\n* pageSize (optional) integer - Format - int32. Count of view definitions to retrieve in each page (max 1000)"},"response":[],"_postman_id":"86a2dc49-be2c-470d-a47f-791fcfa4fe8b"},{"name":"Retrieve View Data","id":"701315bd-8d67-469a-a515-dc48ba86eb1a","request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/views/:viewName","host":["{{base-url}}"],"path":["views",":viewName"],"query":[{"key":"startDate","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits view data rows to those on or after the specified date","disabled":true},{"key":"endDate","value":null,"description":"Format - date-time (as date-time in ISO8601). Limits view data rows to those on or before the specified date","disabled":true},{"key":"page","value":null,"description":"Format - int32. Zero-based page number of view data rows to retrieve","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. Count of view data rows to retrieve in each page (max 1000)","disabled":true},{"key":"include","value":null,"description":"Includes only the specified columns in view data rows","disabled":true}],"variable":[{"key":"viewName","value":"","description":"Name of the view for which to retrieve data"}]},"description":"See <a href=\"http://docs.nexosis.com/guides/views\" target=\"_blank\">http://docs.nexosis.com/guides/views</a> for more information.\n\n# Request URL\nhttps://ml.nexosis.com/v1/views/{viewName}[?startDate][&endDate][&page][&pageSize][&include]\n\n# Request parameters\n* viewName string - Name of the view for which to retrieve data\n* startDate (optional) string - Format - date-time (as date-time in ISO8601). Limits view data rows to those on or after the specified date\n* endDate (optional) string - Format - date-time (as date-time in ISO8601). Limits view data rows to those on or before the specified date\n* page (optional) integer - Format - int32. Zero-based page number of view data rows to retrieve\n* pageSize (optional) integer - Format - int32. Count of view data rows to retrieve in each page (max 1000)\n* include (optional) array - Includes only the specified columns in view data rows"},"response":[],"_postman_id":"701315bd-8d67-469a-a515-dc48ba86eb1a"},{"name":"Delete View (with cascade)","id":"f15f701a-b450-4800-b8c4-d05d3292dc5c","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json, text/json"},{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/views/:viewName?cascade=session&cascade=model&cascade=vocabulary","host":["{{base-url}}"],"path":["views",":viewName"],"query":[{"key":"cascade","value":"session","description":"Options for cascading the delete. When cascade=session, also deletes sessions associated with the view."},{"key":"cascade","value":"model","description":"Options for cascading the delete. When cascade=model, also deletes models associated with the view."},{"key":"cascade","value":"vocabulary","description":"Options for cascading the delete. When cascade=vocabulary, also deletes vocabulary associated with the view."}],"variable":[{"key":"viewName","value":"","description":"Name of the view to delete"}]},"description":"Deletes a view definition\n\n# Request URL\nhttps://ml.nexosis.com/v1/views/{viewName}[?cascade]\n\n# Request parameters\n* viewName string - Name of the view to delete\n* cascade (optional) array - Options for cascading the delete. When cascade=session, also deletes sessions associated with the view.  Values can be:\n\t- model\n\t- session\n\t- vocabulary"},"response":[],"_postman_id":"f15f701a-b450-4800-b8c4-d05d3292dc5c"}],"id":"6698ce0c-d8ca-49c1-8e00-142f3473eca8","description":"Folder for views","_postman_id":"6698ce0c-d8ca-49c1-8e00-142f3473eca8"},{"name":"Vocabularies","item":[{"name":"List Vocabularies (with filtering)","id":"135e4458-a386-4e47-9b2c-ee3d8bbbf586","request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/vocabulary","host":["{{base-url}}"],"path":["vocabulary"],"query":[{"key":"dataSource","value":null,"description":"List Vocabularies from data sources matching this string","disabled":true},{"key":"createdFromSession","value":null,"description":"Format - uuid. The Session Id used to create the vocabulary","disabled":true},{"key":"page","value":null,"description":"Format - int32. The page number","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. The number of records in each page","disabled":true}]},"description":"# Gets summary information about the Vocabulary built from the Text columns in a session\nNexosis will automatically engineer features based on Feature columsn of type Text This endpoint describes the vocabularies that we built from the text columns in your Session\n\n# Request URL\nhttps://ml.nexosis.com/v1/vocabulary[?dataSource][&createdFromSession][&page][&pageSize]\n\n# Request parameters\n* dataSource (optional) string - List Vocabularies from data sources matching this string\n* createdFromSession (optional) string - Format - uuid. The Session Id used to create the vocabulary\n* page (optional) integer - Format - int32. The page number\n* pageSize (optional) integer - Format - int32. The number of records in each page"},"response":[],"_postman_id":"135e4458-a386-4e47-9b2c-ee3d8bbbf586"},{"name":"Retrieve Vocabulary","id":"b7058b85-2219-4d1a-99dc-fe0693b7ce25","request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/vocabulary/:id","host":["{{base-url}}"],"path":["vocabulary",":id"],"query":[{"key":"type","value":null,"description":"The type of word (Word or StopWord) to retrieve","disabled":true},{"key":"page","value":null,"description":"Format - int32. The page number","disabled":true},{"key":"pageSize","value":null,"description":"Format - int32. The number of records in each page","disabled":true}],"variable":[{"key":"id","value":"","description":"Format - uuid. The vocabulary id"}]},"description":"# Gets a list of Vocabulary Words from a vocabulary\nNexosis will automatically engineer features based on Feature columns of type Text This endpoint returns a listing of either words used as features or Stop Words (words that were in the text but not used) for a column of data in a session\n\n# Request URL\nhttps://ml.nexosis.com/v1/vocabulary/{id}[?type][&page][&pageSize]\n\n# Request parameters\n* id string - Format - uuid. The vocabulary id\n* type (optional) string - The type of word (Word or StopWord) to retrieve\n* page (optional) integer - Format - int32. The page number\n* pageSize (optional) integer - Format - int32. The number of records in each page"},"response":[],"_postman_id":"b7058b85-2219-4d1a-99dc-fe0693b7ce25"},{"name":"Delete Vocabulary","id":"b41036c3-a505-44bd-ae03-85b777dfd08f","request":{"method":"DELETE","header":[{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/v1/vocabulary/:id","host":["{{base-url}}"],"path":["v1","vocabulary",":id"],"variable":[{"key":"id","value":"","description":"Format - uuid. The vocabulary id"}]},"description":"Deletes a single Vocabulary\r\n\r\nhttps://ml.nexosis.com/v1/vocabulary/{id}"},"response":[],"_postman_id":"b41036c3-a505-44bd-ae03-85b777dfd08f"},{"name":"Delete Vocabularies (with filtering)","id":"d30cf5c2-bcd5-4465-aa32-d13323aff850","request":{"method":"DELETE","header":[{"key":"api-key","value":"{{api-key}}","description":"Nexosis API Access Key - https://developers.nexosis.com/developer"}],"url":{"raw":"{{base-url}}/vocabulary?dataSource","host":["{{base-url}}"],"path":["vocabulary"],"query":[{"key":"dataSource","value":null,"description":"Delete Vocabularies from data sources matching this string"},{"key":"createdFromSession","value":null,"description":"Format - uuid. Delete Vocabularies created by the specified Session Id","disabled":true}]},"description":"Deletes one or more Vocabularies\r\nSee the GET /vocabulary endpoint for information about how to query vocabularies. This endpoint allows you to delete vocabularies created from Text columns in sessions.\r\n\r\n# Request URL\r\nhttps://ml.nexosis.com/v1/vocabulary[?dataSource][&createdFromSession]\r\n\r\n# Request Parameters\r\n* dataSource (optional) string - Delete Vocabularies from data sources matching this string\r\n* createdFromSession (optional) string - Format - uuid. Delete Vocabularies created by the specified Session Id"},"response":[],"_postman_id":"d30cf5c2-bcd5-4465-aa32-d13323aff850"}],"id":"c9ed40f5-048f-4363-9b79-3abdaca0c265","_postman_id":"c9ed40f5-048f-4363-9b79-3abdaca0c265"}],"event":[{"listen":"prerequest","script":{"id":"42189da5-ade5-4004-8643-47b637525b65","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3a645c14-f236-4f39-bee3-b5f18dce3fab","type":"text/javascript","exec":[""]}}]}