big_ml 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. data/README.md +2 -1
  2. data/big_ml.gemspec +1 -1
  3. data/lib/big_ml/util/client.rb +7 -2
  4. data/lib/big_ml/util/config.rb +7 -2
  5. data/lib/big_ml/version.rb +1 -1
  6. data/spec/spec_helper.rb +2 -2
  7. data/spec/units/client_spec.rb +37 -6
  8. data/spec/vcr_cassettes/BigML_Dataset/no_dataset/_all/must_be_empty.yml +16 -95
  9. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/can_be_converted_in_a_model.yml +69 -67
  10. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_be_deleted_using_the_destroy_method.yml +72 -71
  11. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_be_find_using_the_reference.yml +104 -103
  12. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_remove_the_dataset.yml +66 -65
  13. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_update_the_name.yml +148 -147
  14. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_update_the_name_from_the_instance.yml +147 -146
  15. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_have_only_one_item.yml +83 -80
  16. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_have_the_same_file_name.yml +119 -74
  17. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/was_created_successfully.yml +36 -36
  18. data/spec/vcr_cassettes/BigML_Model/no_model/_all/must_be_empty.yml +89 -87
  19. data/spec/vcr_cassettes/BigML_Model/one_model/can_be_converted_in_a_prediction.yml +101 -99
  20. data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_be_deleted_using_the_destroy_method.yml +91 -89
  21. data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_be_find_using_the_reference.yml +191 -200
  22. data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_remove_the_model.yml +109 -231
  23. data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_update_the_name.yml +272 -252
  24. data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_update_the_name_from_the_instance.yml +126 -252
  25. data/spec/vcr_cassettes/BigML_Model/one_model/must_have_only_one_item.yml +117 -113
  26. data/spec/vcr_cassettes/BigML_Model/one_model/must_have_the_same_size.yml +158 -120
  27. data/spec/vcr_cassettes/BigML_Model/one_model/was_created_successfully.yml +101 -56
  28. data/spec/vcr_cassettes/BigML_Prediction/no_prediction/_all/must_be_empty.yml +96 -94
  29. data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_be_deleted_using_the_destroy_method.yml +126 -124
  30. data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_be_find_using_the_reference.yml +147 -145
  31. data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_remove_the_prediction.yml +141 -139
  32. data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_update_the_name.yml +159 -157
  33. data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_update_the_name_from_the_instance.yml +161 -159
  34. data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_have_only_one_item.yml +145 -143
  35. data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_have_the_same_name.yml +148 -146
  36. data/spec/vcr_cassettes/BigML_Prediction/one_prediction/was_created_successfully.yml +75 -74
  37. data/spec/vcr_cassettes/BigML_Source/no_source/_all/must_be_empty.yml +25 -24
  38. data/spec/vcr_cassettes/BigML_Source/one_source/can_be_converted_in_a_dataset.yml +32 -32
  39. data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_be_deleted_using_the_destroy_method.yml +21 -21
  40. data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_be_find_using_the_reference.yml +48 -47
  41. data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_remove_the_source.yml +43 -42
  42. data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_update_the_name.yml +77 -76
  43. data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_update_the_name_from_the_instance.yml +78 -77
  44. data/spec/vcr_cassettes/BigML_Source/one_source/must_have_only_one_item.yml +53 -51
  45. data/spec/vcr_cassettes/BigML_Source/one_source/must_have_the_same_file_name.yml +52 -50
  46. data/spec/vcr_cassettes/BigML_Source/one_source/was_created_successfully.yml +14 -14
  47. metadata +5 -5
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://bigml.io/andromeda/source?username=<USERNAME>&api_key=<API_KEY>
5
+ uri: https://bigml.io/dev/andromeda/source?username=<USERNAME>&api_key=<API_KEY>
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -17,36 +17,37 @@ http_interactions:
17
17
  content-type:
18
18
  - application/json; charset=utf-8
19
19
  date:
20
- - Thu, 28 Jun 2012 22:22:23 GMT
20
+ - Sat, 14 Jul 2012 15:16:40 GMT
21
21
  server:
22
22
  - nginx/1.0.12
23
23
  content-length:
24
- - '1280'
24
+ - '1293'
25
25
  connection:
26
26
  - Close
27
27
  body:
28
28
  encoding: US-ASCII
29
29
  string: ! '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
30
30
  "total_count": 1}, "objects": [{"category": 0, "code": 200, "content_type":
31
- "application/octet-stream", "created": "2012-06-28T22:24:48.027000", "credits":
32
- 0.0, "description": "", "fields": {"000000": {"column_number": 0, "name":
33
- "sepal length", "optype": "numeric"}, "000001": {"column_number": 1, "name":
34
- "sepal width", "optype": "numeric"}, "000002": {"column_number": 2, "name":
35
- "petal length", "optype": "numeric"}, "000003": {"column_number": 3, "name":
36
- "petal width", "optype": "numeric"}, "000004": {"column_number": 4, "name":
37
- "species", "optype": "categorical"}}, "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae",
38
- "name": "iris.csv", "number_of_datasets": 1, "number_of_models": 0, "number_of_predictions":
39
- 0, "private": true, "resource": "source/4fecd9b015526875f800331a", "size":
40
- 4608, "source_parser": {"header": true, "locale": "en_US", "missing_tokens":
41
- ["", "N/A", "n/a", "NULL", "null", "-", "#DIV/0", "#REF!", "#NAME?", "NIL",
42
- "nil", "NA", "na", "#VALUE!", "#NULL!", "NaN", "#N/A", "#NUM!", "?"], "quote":
43
- "\"", "separator": ","}, "status": {"code": 5, "elapsed": 77, "message": "The
44
- source has been created"}, "tags": [], "type": 0, "updated": "2012-06-28T22:24:49.735000"}]}'
31
+ "application/octet-stream", "created": "2012-07-14T15:17:11.468000", "credits":
32
+ 0.0, "description": "", "dev": true, "fields": {"000000": {"column_number":
33
+ 0, "name": "sepal length", "optype": "numeric"}, "000001": {"column_number":
34
+ 1, "name": "sepal width", "optype": "numeric"}, "000002": {"column_number":
35
+ 2, "name": "petal length", "optype": "numeric"}, "000003": {"column_number":
36
+ 3, "name": "petal width", "optype": "numeric"}, "000004": {"column_number":
37
+ 4, "name": "species", "optype": "categorical"}}, "file_name": "iris.csv",
38
+ "md5": "d1175c032e1042bec7f974c91e4a65ae", "name": "iris.csv", "number_of_datasets":
39
+ 1, "number_of_models": 0, "number_of_predictions": 0, "private": true, "resource":
40
+ "source/50018d77035d074059000020", "size": 4608, "source_parser": {"header":
41
+ true, "locale": "en_US", "missing_tokens": ["", "N/A", "n/a", "NULL", "null",
42
+ "-", "#DIV/0", "#REF!", "#NAME?", "NIL", "nil", "NA", "na", "#VALUE!", "#NULL!",
43
+ "NaN", "#N/A", "#NUM!", "?"], "quote": "\"", "separator": ","}, "status":
44
+ {"code": 5, "elapsed": 87, "message": "The source has been created"}, "tags":
45
+ [], "type": 0, "updated": "2012-07-14T15:18:17.633000"}]}'
45
46
  http_version: '1.1'
46
- recorded_at: Thu, 28 Jun 2012 22:24:36 GMT
47
+ recorded_at: Sat, 14 Jul 2012 15:17:43 GMT
47
48
  - request:
48
49
  method: delete
49
- uri: https://bigml.io/andromeda/source/4fecd9b015526875f800331a?username=<USERNAME>&api_key=<API_KEY>
50
+ uri: https://bigml.io/dev/andromeda/source/50018d77035d074059000020?username=<USERNAME>&api_key=<API_KEY>
50
51
  body:
51
52
  encoding: US-ASCII
52
53
  string: ''
@@ -63,7 +64,7 @@ http_interactions:
63
64
  content-type:
64
65
  - text/html; charset=utf-8
65
66
  date:
66
- - Thu, 28 Jun 2012 22:19:53 GMT
67
+ - Sat, 14 Jul 2012 15:11:44 GMT
67
68
  server:
68
69
  - nginx/1.0.12
69
70
  connection:
@@ -72,10 +73,10 @@ http_interactions:
72
73
  encoding: US-ASCII
73
74
  string: ''
74
75
  http_version: '1.1'
75
- recorded_at: Thu, 28 Jun 2012 22:24:40 GMT
76
+ recorded_at: Sat, 14 Jul 2012 15:17:47 GMT
76
77
  - request:
77
78
  method: get
78
- uri: https://bigml.io/andromeda/dataset?username=<USERNAME>&api_key=<API_KEY>
79
+ uri: https://bigml.io/dev/andromeda/dataset?username=<USERNAME>&api_key=<API_KEY>
79
80
  body:
80
81
  encoding: US-ASCII
81
82
  string: ''
@@ -90,7 +91,7 @@ http_interactions:
90
91
  content-type:
91
92
  - application/json; charset=utf-8
92
93
  date:
93
- - Thu, 28 Jun 2012 22:22:28 GMT
94
+ - Sat, 14 Jul 2012 15:16:45 GMT
94
95
  server:
95
96
  - nginx/1.0.12
96
97
  transfer-encoding:
@@ -101,18 +102,18 @@ http_interactions:
101
102
  encoding: US-ASCII
102
103
  string: ! '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
103
104
  "total_count": 1}, "objects": [{"category": 0, "code": 200, "columns": 5,
104
- "created": "2012-06-28T22:24:49.730000", "credits": 0.00439453125, "description":
105
- "", "locale": "en_US", "name": "iris'' dataset", "number_of_models": 0, "number_of_predictions":
106
- 0, "private": true, "resource": "dataset/4fecd9b115526875f9003286", "rows":
107
- 150, "size": 4608, "source": "source/4fecd9b015526875f800331a", "source_status":
108
- false, "status": {"bytes": 4608, "code": 5, "elapsed": 116, "field_errors":
105
+ "created": "2012-07-14T15:18:17.629000", "credits": 0.00439453125, "description":
106
+ "", "dev": true, "locale": "en_US", "name": "iris'' dataset", "number_of_models":
107
+ 0, "number_of_predictions": 0, "private": true, "resource": "dataset/50018db91552681edf00000d",
108
+ "rows": 150, "size": 4608, "source": "source/50018d77035d074059000020", "source_status":
109
+ false, "status": {"bytes": 4608, "code": 5, "elapsed": 177, "field_errors":
109
110
  [], "message": "The dataset has been created", "row_format_errors": [], "serialized_rows":
110
- 150}, "tags": [], "updated": "2012-06-28T22:24:02.428000"}]}'
111
+ 150}, "tags": [], "updated": "2012-07-14T15:18:19.088000"}]}'
111
112
  http_version: '1.1'
112
- recorded_at: Thu, 28 Jun 2012 22:24:41 GMT
113
+ recorded_at: Sat, 14 Jul 2012 15:17:47 GMT
113
114
  - request:
114
115
  method: delete
115
- uri: https://bigml.io/andromeda/dataset/4fecd9b115526875f9003286?username=<USERNAME>&api_key=<API_KEY>
116
+ uri: https://bigml.io/dev/andromeda/dataset/50018db91552681edf00000d?username=<USERNAME>&api_key=<API_KEY>
116
117
  body:
117
118
  encoding: US-ASCII
118
119
  string: ''
@@ -129,7 +130,7 @@ http_interactions:
129
130
  content-type:
130
131
  - text/html; charset=utf-8
131
132
  date:
132
- - Thu, 28 Jun 2012 22:19:56 GMT
133
+ - Sat, 14 Jul 2012 15:11:46 GMT
133
134
  server:
134
135
  - nginx/1.0.12
135
136
  connection:
@@ -138,10 +139,10 @@ http_interactions:
138
139
  encoding: US-ASCII
139
140
  string: ''
140
141
  http_version: '1.1'
141
- recorded_at: Thu, 28 Jun 2012 22:24:43 GMT
142
+ recorded_at: Sat, 14 Jul 2012 15:17:49 GMT
142
143
  - request:
143
144
  method: post
144
- uri: https://bigml.io/andromeda/source
145
+ uri: https://bigml.io/dev/andromeda/source
145
146
  body:
146
147
  encoding: US-ASCII
147
148
  string: ''
@@ -149,7 +150,7 @@ http_interactions:
149
150
  content-type:
150
151
  - multipart/form-data; boundary=-----------RubyMultipartPost
151
152
  content-length:
152
- - '5147'
153
+ - '5149'
153
154
  connection:
154
155
  - close
155
156
  response:
@@ -160,33 +161,33 @@ http_interactions:
160
161
  content-type:
161
162
  - application/json; charset=utf-8
162
163
  date:
163
- - Thu, 28 Jun 2012 22:22:33 GMT
164
+ - Sat, 14 Jul 2012 15:16:48 GMT
164
165
  location:
165
- - http://bigml.io/andromeda/source/4fecd98c035d0741f40032a0
166
+ - http://bigml.io/andromeda/source/50018d84035d074058000010
166
167
  server:
167
168
  - nginx/1.0.12
168
169
  content-length:
169
- - '567'
170
+ - '580'
170
171
  connection:
171
172
  - Close
172
173
  body:
173
174
  encoding: US-ASCII
174
175
  string: ! '{"category": 0, "code": 201, "content_type": "application/octet-stream",
175
- "created": "2012-06-28T22:24:12.631309", "credits": 0.0, "description": "",
176
- "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae", "name":
177
- "iris.csv", "number_of_datasets": 0, "number_of_models": 0, "number_of_predictions":
178
- 0, "private": true, "resource": "source/4fecd98c035d0741f40032a0", "size":
176
+ "created": "2012-07-14T15:17:24.535656", "credits": 0.0, "description": "",
177
+ "dev": true, "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae",
178
+ "name": "iris.csv", "number_of_datasets": 0, "number_of_models": 0, "number_of_predictions":
179
+ 0, "private": true, "resource": "source/50018d84035d074058000010", "size":
179
180
  4608, "source_parser": {}, "status": {"code": 1, "message": "The request has
180
181
  been queued and will be processed soon"}, "tags": [], "type": 0, "updated":
181
- "2012-06-28T22:24:12.631331"}'
182
+ "2012-07-14T15:17:24.535679"}'
182
183
  http_version: '1.1'
183
- recorded_at: Thu, 28 Jun 2012 22:24:46 GMT
184
+ recorded_at: Sat, 14 Jul 2012 15:17:52 GMT
184
185
  - request:
185
186
  method: post
186
- uri: https://bigml.io/andromeda/dataset?username=<USERNAME>&api_key=<API_KEY>
187
+ uri: https://bigml.io/dev/andromeda/dataset?username=<USERNAME>&api_key=<API_KEY>
187
188
  body:
188
189
  encoding: UTF-8
189
- string: ! '{"source":"source/4fecd98c035d0741f40032a0"}'
190
+ string: ! '{"source":"source/50018d84035d074058000010"}'
190
191
  headers:
191
192
  content-type:
192
193
  - application/json
@@ -200,34 +201,34 @@ http_interactions:
200
201
  content-type:
201
202
  - application/json; charset=utf-8
202
203
  date:
203
- - Thu, 28 Jun 2012 22:20:02 GMT
204
+ - Sat, 14 Jul 2012 15:11:50 GMT
204
205
  location:
205
- - http://bigml.io/andromeda/dataset/4fecd9c015526875f70033c3
206
+ - http://bigml.io/andromeda/dataset/50018d86035d074059000023
206
207
  server:
207
208
  - nginx/1.0.12
208
209
  content-length:
209
- - '921'
210
+ - '934'
210
211
  connection:
211
212
  - Close
212
213
  body:
213
214
  encoding: US-ASCII
214
- string: ! '{"category": 0, "code": 201, "columns": 5, "created": "2012-06-28T22:25:04.298364",
215
- "credits": 0.00439453125, "description": "", "fields": {"000000": {"column_number":
216
- 0, "name": "sepal length", "optype": "numeric"}, "000001": {"column_number":
217
- 1, "name": "sepal width", "optype": "numeric"}, "000002": {"column_number":
218
- 2, "name": "petal length", "optype": "numeric"}, "000003": {"column_number":
219
- 3, "name": "petal width", "optype": "numeric"}, "000004": {"column_number":
220
- 4, "name": "species", "optype": "categorical"}}, "locale": "en_US", "name":
221
- "iris'' dataset", "number_of_models": 0, "number_of_predictions": 0, "private":
222
- true, "resource": "dataset/4fecd9c015526875f70033c3", "rows": 0, "size": 4608,
223
- "source": "source/4fecd98c035d0741f40032a0", "source_status": true, "status":
224
- {"code": 1, "message": "The dataset is being processed and will be created
225
- soon"}, "tags": [], "updated": "2012-06-28T22:25:04.298398"}'
215
+ string: ! '{"category": 0, "code": 201, "columns": 5, "created": "2012-07-14T15:17:26.446635",
216
+ "credits": 0.00439453125, "description": "", "dev": true, "fields": {"000000":
217
+ {"column_number": 0, "name": "sepal length", "optype": "numeric"}, "000001":
218
+ {"column_number": 1, "name": "sepal width", "optype": "numeric"}, "000002":
219
+ {"column_number": 2, "name": "petal length", "optype": "numeric"}, "000003":
220
+ {"column_number": 3, "name": "petal width", "optype": "numeric"}, "000004":
221
+ {"column_number": 4, "name": "species", "optype": "categorical"}}, "locale":
222
+ "en_US", "name": "iris'' dataset", "number_of_models": 0, "number_of_predictions":
223
+ 0, "private": true, "resource": "dataset/50018d86035d074059000023", "rows":
224
+ 0, "size": 4608, "source": "source/50018d84035d074058000010", "source_status":
225
+ true, "status": {"code": 1, "message": "The dataset is being processed and
226
+ will be created soon"}, "tags": [], "updated": "2012-07-14T15:17:26.446655"}'
226
227
  http_version: '1.1'
227
- recorded_at: Thu, 28 Jun 2012 22:24:48 GMT
228
+ recorded_at: Sat, 14 Jul 2012 15:17:53 GMT
228
229
  - request:
229
230
  method: get
230
- uri: https://bigml.io/andromeda/dataset/4fecd9c015526875f70033c3?username=<USERNAME>&api_key=<API_KEY>
231
+ uri: https://bigml.io/dev/andromeda/dataset/50018d86035d074059000023?username=<USERNAME>&api_key=<API_KEY>
231
232
  body:
232
233
  encoding: US-ASCII
233
234
  string: ''
@@ -242,52 +243,52 @@ http_interactions:
242
243
  content-type:
243
244
  - application/json; charset=utf-8
244
245
  date:
245
- - Thu, 28 Jun 2012 22:22:37 GMT
246
+ - Sat, 14 Jul 2012 15:16:52 GMT
246
247
  server:
247
248
  - nginx/1.0.12
248
249
  content-length:
249
- - '2926'
250
+ - '2939'
250
251
  connection:
251
252
  - Close
252
253
  body:
253
254
  encoding: US-ASCII
254
- string: ! '{"category": 0, "code": 200, "columns": 5, "created": "2012-06-28T22:25:04.298000",
255
- "credits": 0.00439453125, "description": "", "fields": {"000000": {"column_number":
256
- 0, "datatype": "double", "name": "sepal length", "optype": "numeric", "preferred":
257
- true, "summary": {"maximum": 7.9, "median": 5.77889, "minimum": 4.3, "missing_count":
258
- 0, "population": 150, "splits": [4.51526, 4.67252, 4.81113, 4.89582, 4.96139,
259
- 5.01131, 5.05992, 5.11148, 5.18177, 5.35681, 5.44129, 5.5108, 5.58255, 5.65532,
260
- 5.71658, 5.77889, 5.85381, 5.97078, 6.05104, 6.13074, 6.23023, 6.29578, 6.35078,
261
- 6.41459, 6.49383, 6.63013, 6.70719, 6.79218, 6.92597, 7.20423, 7.64746], "sum":
262
- 876.5, "sum_squares": 5223.85}}, "000001": {"column_number": 1, "datatype":
263
- "double", "name": "sepal width", "optype": "numeric", "preferred": true, "summary":
264
- {"counts": [[2, 1], [2.2, 3], [2.3, 4], [2.4, 3], [2.5, 8], [2.6, 5], [2.7,
265
- 9], [2.8, 14], [2.9, 10], [3, 26], [3.1, 11], [3.2, 13], [3.3, 6], [3.4, 12],
266
- [3.5, 6], [3.6, 4], [3.7, 3], [3.8, 6], [3.9, 2], [4, 1], [4.1, 1], [4.2,
267
- 1], [4.4, 1]], "maximum": 4.4, "median": 3.02044, "minimum": 2, "missing_count":
268
- 0, "population": 150, "sum": 458.6, "sum_squares": 1430.4}}, "000002": {"column_number":
269
- 2, "datatype": "double", "name": "petal length", "optype": "numeric", "preferred":
270
- true, "summary": {"maximum": 6.9, "median": 4.34142, "minimum": 1, "missing_count":
271
- 0, "population": 150, "splits": [1.25138, 1.32426, 1.37171, 1.40962, 1.44567,
272
- 1.48173, 1.51859, 1.56301, 1.6255, 1.74645, 3.23033, 3.675, 3.94203, 4.0469,
273
- 4.18243, 4.34142, 4.45309, 4.51823, 4.61771, 4.72566, 4.83445, 4.93363, 5.03807,
274
- 5.1064, 5.20938, 5.43979, 5.5744, 5.6646, 5.81496, 6.02913, 6.38125], "sum":
275
- 563.7, "sum_squares": 2582.71}}, "000003": {"column_number": 3, "datatype":
276
- "double", "name": "petal width", "optype": "numeric", "preferred": true, "summary":
277
- {"counts": [[0.1, 5], [0.2, 29], [0.3, 7], [0.4, 7], [0.5, 1], [0.6, 1], [1,
278
- 7], [1.1, 3], [1.2, 5], [1.3, 13], [1.4, 8], [1.5, 12], [1.6, 4], [1.7, 2],
279
- [1.8, 12], [1.9, 5], [2, 6], [2.1, 6], [2.2, 3], [2.3, 8], [2.4, 3], [2.5,
280
- 3]], "maximum": 2.5, "median": 1.32848, "minimum": 0.1, "missing_count": 0,
281
- "population": 150, "sum": 179.9, "sum_squares": 302.33}}, "000004": {"column_number":
282
- 4, "datatype": "string", "name": "species", "optype": "categorical", "preferred":
283
- true, "summary": {"categories": [["Iris-versicolor", 50], ["Iris-setosa",
284
- 50], ["Iris-virginica", 50]], "missing_count": 0}}}, "locale": "en_US", "name":
285
- "iris'' dataset", "number_of_models": 0, "number_of_predictions": 0, "private":
286
- true, "resource": "dataset/4fecd9c015526875f70033c3", "rows": 150, "size":
287
- 4608, "source": "source/4fecd98c035d0741f40032a0", "source_status": true,
288
- "status": {"bytes": 4608, "code": 5, "elapsed": 191, "field_errors": [], "message":
289
- "The dataset has been created", "row_format_errors": [], "serialized_rows":
290
- 150}, "tags": [], "updated": "2012-06-28T22:25:04.509000"}'
255
+ string: ! '{"category": 0, "code": 200, "columns": 5, "created": "2012-07-14T15:17:26.446000",
256
+ "credits": 0.00439453125, "description": "", "dev": true, "fields": {"000000":
257
+ {"column_number": 0, "datatype": "double", "name": "sepal length", "optype":
258
+ "numeric", "preferred": true, "summary": {"maximum": 7.9, "median": 5.77889,
259
+ "minimum": 4.3, "missing_count": 0, "population": 150, "splits": [4.51526,
260
+ 4.67252, 4.81113, 4.89582, 4.96139, 5.01131, 5.05992, 5.11148, 5.18177, 5.35681,
261
+ 5.44129, 5.5108, 5.58255, 5.65532, 5.71658, 5.77889, 5.85381, 5.97078, 6.05104,
262
+ 6.13074, 6.23023, 6.29578, 6.35078, 6.41459, 6.49383, 6.63013, 6.70719, 6.79218,
263
+ 6.92597, 7.20423, 7.64746], "sum": 876.5, "sum_squares": 5223.85}}, "000001":
264
+ {"column_number": 1, "datatype": "double", "name": "sepal width", "optype":
265
+ "numeric", "preferred": true, "summary": {"counts": [[2, 1], [2.2, 3], [2.3,
266
+ 4], [2.4, 3], [2.5, 8], [2.6, 5], [2.7, 9], [2.8, 14], [2.9, 10], [3, 26],
267
+ [3.1, 11], [3.2, 13], [3.3, 6], [3.4, 12], [3.5, 6], [3.6, 4], [3.7, 3], [3.8,
268
+ 6], [3.9, 2], [4, 1], [4.1, 1], [4.2, 1], [4.4, 1]], "maximum": 4.4, "median":
269
+ 3.02044, "minimum": 2, "missing_count": 0, "population": 150, "sum": 458.6,
270
+ "sum_squares": 1430.4}}, "000002": {"column_number": 2, "datatype": "double",
271
+ "name": "petal length", "optype": "numeric", "preferred": true, "summary":
272
+ {"maximum": 6.9, "median": 4.34142, "minimum": 1, "missing_count": 0, "population":
273
+ 150, "splits": [1.25138, 1.32426, 1.37171, 1.40962, 1.44567, 1.48173, 1.51859,
274
+ 1.56301, 1.6255, 1.74645, 3.23033, 3.675, 3.94203, 4.0469, 4.18243, 4.34142,
275
+ 4.45309, 4.51823, 4.61771, 4.72566, 4.83445, 4.93363, 5.03807, 5.1064, 5.20938,
276
+ 5.43979, 5.5744, 5.6646, 5.81496, 6.02913, 6.38125], "sum": 563.7, "sum_squares":
277
+ 2582.71}}, "000003": {"column_number": 3, "datatype": "double", "name": "petal
278
+ width", "optype": "numeric", "preferred": true, "summary": {"counts": [[0.1,
279
+ 5], [0.2, 29], [0.3, 7], [0.4, 7], [0.5, 1], [0.6, 1], [1, 7], [1.1, 3], [1.2,
280
+ 5], [1.3, 13], [1.4, 8], [1.5, 12], [1.6, 4], [1.7, 2], [1.8, 12], [1.9, 5],
281
+ [2, 6], [2.1, 6], [2.2, 3], [2.3, 8], [2.4, 3], [2.5, 3]], "maximum": 2.5,
282
+ "median": 1.32848, "minimum": 0.1, "missing_count": 0, "population": 150,
283
+ "sum": 179.9, "sum_squares": 302.33}}, "000004": {"column_number": 4, "datatype":
284
+ "string", "name": "species", "optype": "categorical", "preferred": true, "summary":
285
+ {"categories": [["Iris-versicolor", 50], ["Iris-setosa", 50], ["Iris-virginica",
286
+ 50]], "missing_count": 0}}}, "locale": "en_US", "name": "iris'' dataset",
287
+ "number_of_models": 0, "number_of_predictions": 0, "private": true, "resource":
288
+ "dataset/50018d86035d074059000023", "rows": 150, "size": 4608, "source": "source/50018d84035d074058000010",
289
+ "source_status": true, "status": {"bytes": 4608, "code": 5, "elapsed": 107,
290
+ "field_errors": [], "message": "The dataset has been created", "row_format_errors":
291
+ [], "serialized_rows": 150}, "tags": [], "updated": "2012-07-14T15:17:26.588000"}'
291
292
  http_version: '1.1'
292
- recorded_at: Thu, 28 Jun 2012 22:24:50 GMT
293
+ recorded_at: Sat, 14 Jul 2012 15:17:55 GMT
293
294
  recorded_with: VCR 2.2.2