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:25:00 GMT
20
+ - Sat, 14 Jul 2012 15:21:25 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:29:55.646000", "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": 1, "number_of_predictions":
39
- 1, "private": true, "resource": "source/4fecdae315526875f5003307", "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": 79, "message": "The
44
- source has been created"}, "tags": [], "type": 0, "updated": "2012-06-28T22:29:12.751000"}]}'
31
+ "application/octet-stream", "created": "2012-07-14T15:21:29.755000", "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": 1, "number_of_predictions": 1, "private": true, "resource":
40
+ "source/50018e79035d07404e00001f", "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": 72, "message": "The source has been created"}, "tags":
45
+ [], "type": 0, "updated": "2012-07-14T15:23:01.299000"}]}'
45
46
  http_version: '1.1'
46
- recorded_at: Thu, 28 Jun 2012 22:29:46 GMT
47
+ recorded_at: Sat, 14 Jul 2012 15:22:28 GMT
47
48
  - request:
48
49
  method: delete
49
- uri: https://bigml.io/andromeda/source/4fecdae315526875f5003307?username=<USERNAME>&api_key=<API_KEY>
50
+ uri: https://bigml.io/dev/andromeda/source/50018e79035d07404e00001f?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:27:36 GMT
67
+ - Sat, 14 Jul 2012 15:16:33 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:29:49 GMT
76
+ recorded_at: Sat, 14 Jul 2012 15:22:36 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,29 +91,29 @@ http_interactions:
90
91
  content-type:
91
92
  - application/json; charset=utf-8
92
93
  date:
93
- - Thu, 28 Jun 2012 22:25:04 GMT
94
+ - Sat, 14 Jul 2012 15:21:36 GMT
94
95
  server:
95
96
  - nginx/1.0.12
96
- transfer-encoding:
97
- - chunked
97
+ content-length:
98
+ - '717'
98
99
  connection:
99
100
  - Close
100
101
  body:
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:29:57.525000", "credits": 0.00439453125, "description":
105
- "", "locale": "en_US", "name": "iris'' dataset", "number_of_models": 1, "number_of_predictions":
106
- 1, "private": true, "resource": "dataset/4fecdae515526875f500330a", "rows":
107
- 150, "size": 4608, "source": "source/4fecdae315526875f5003307", "source_status":
108
- false, "status": {"bytes": 4608, "code": 5, "elapsed": 194, "field_errors":
105
+ "created": "2012-07-14T15:21:47.593000", "credits": 0.00439453125, "description":
106
+ "", "dev": true, "locale": "en_US", "name": "iris'' dataset", "number_of_models":
107
+ 1, "number_of_predictions": 1, "private": true, "resource": "dataset/50018e8b035d07404e000021",
108
+ "rows": 150, "size": 4608, "source": "source/50018e79035d07404e00001f", "source_status":
109
+ false, "status": {"bytes": 4608, "code": 5, "elapsed": 254, "field_errors":
109
110
  [], "message": "The dataset has been created", "row_format_errors": [], "serialized_rows":
110
- 150}, "tags": [], "updated": "2012-06-28T22:29:12.758000"}]}'
111
+ 150}, "tags": [], "updated": "2012-07-14T15:23:01.312000"}]}'
111
112
  http_version: '1.1'
112
- recorded_at: Thu, 28 Jun 2012 22:29:50 GMT
113
+ recorded_at: Sat, 14 Jul 2012 15:22:39 GMT
113
114
  - request:
114
115
  method: delete
115
- uri: https://bigml.io/andromeda/dataset/4fecdae515526875f500330a?username=<USERNAME>&api_key=<API_KEY>
116
+ uri: https://bigml.io/dev/andromeda/dataset/50018e8b035d07404e000021?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:27:41 GMT
133
+ - Sat, 14 Jul 2012 15:16:44 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:29:54 GMT
142
+ recorded_at: Sat, 14 Jul 2012 15:22:47 GMT
142
143
  - request:
143
144
  method: get
144
- uri: https://bigml.io/andromeda/model?username=<USERNAME>&api_key=<API_KEY>
145
+ uri: https://bigml.io/dev/andromeda/model?username=<USERNAME>&api_key=<API_KEY>
145
146
  body:
146
147
  encoding: US-ASCII
147
148
  string: ''
@@ -156,31 +157,31 @@ http_interactions:
156
157
  content-type:
157
158
  - application/json; charset=utf-8
158
159
  date:
159
- - Thu, 28 Jun 2012 22:25:08 GMT
160
+ - Sat, 14 Jul 2012 15:21:46 GMT
160
161
  server:
161
162
  - nginx/1.0.12
162
- content-length:
163
- - '844'
163
+ transfer-encoding:
164
+ - chunked
164
165
  connection:
165
166
  - Close
166
167
  body:
167
168
  encoding: US-ASCII
168
169
  string: ! '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
169
170
  "total_count": 1}, "objects": [{"category": 0, "code": 200, "columns": 5,
170
- "created": "2012-06-28T22:29:10.710000", "credits": 0.017578125, "dataset":
171
- "dataset/4fecdae515526875f500330a", "dataset_status": false, "description":
172
- "", "holdout": 0.0, "input_fields": ["000000", "000001", "000002", "000003"],
173
- "locale": "en_US", "max_columns": 5, "max_rows": 150, "name": "iris'' dataset
174
- model", "number_of_predictions": 1, "objective_fields": ["000004"], "private":
175
- true, "range": [1, 150], "resource": "model/4fecdab6035d0741ef00329a", "rows":
176
- 150, "size": 4608, "source": "source/4fecdae315526875f5003307", "source_status":
177
- false, "status": {"code": 5, "elapsed": 135, "message": "The model has been
178
- created", "progress": 1}, "tags": [], "updated": "2012-06-28T22:29:12.762000"}]}'
171
+ "created": "2012-07-14T15:22:55.635000", "credits": 0.017578125, "dataset":
172
+ "dataset/50018e8b035d07404e000021", "dataset_status": false, "description":
173
+ "", "dev": true, "holdout": 0.0, "input_fields": ["000000", "000001", "000002",
174
+ "000003"], "locale": "en_US", "max_columns": 5, "max_rows": 150, "name": "iris''
175
+ dataset model", "number_of_predictions": 1, "objective_fields": ["000004"],
176
+ "private": true, "range": [1, 150], "resource": "model/50018ecf155268794e000020",
177
+ "rows": 150, "size": 4608, "source": "source/50018e79035d07404e00001f", "source_status":
178
+ false, "status": {"code": 5, "elapsed": 133, "message": "The model has been
179
+ created", "progress": 1}, "tags": [], "updated": "2012-07-14T15:23:01.321000"}]}'
179
180
  http_version: '1.1'
180
- recorded_at: Thu, 28 Jun 2012 22:29:55 GMT
181
+ recorded_at: Sat, 14 Jul 2012 15:22:49 GMT
181
182
  - request:
182
183
  method: delete
183
- uri: https://bigml.io/andromeda/model/4fecdab6035d0741ef00329a?username=<USERNAME>&api_key=<API_KEY>
184
+ uri: https://bigml.io/dev/andromeda/model/50018ecf155268794e000020?username=<USERNAME>&api_key=<API_KEY>
184
185
  body:
185
186
  encoding: US-ASCII
186
187
  string: ''
@@ -189,27 +190,27 @@ http_interactions:
189
190
  - close
190
191
  response:
191
192
  status:
192
- code: 204
193
- message: NO CONTENT
193
+ code: 404
194
+ message: NOT FOUND
194
195
  headers:
195
- content-length:
196
- - '0'
197
196
  content-type:
198
197
  - text/html; charset=utf-8
199
198
  date:
200
- - Thu, 28 Jun 2012 22:27:44 GMT
199
+ - Sat, 14 Jul 2012 15:17:19 GMT
201
200
  server:
202
201
  - nginx/1.0.12
202
+ content-length:
203
+ - '0'
203
204
  connection:
204
205
  - Close
205
206
  body:
206
207
  encoding: US-ASCII
207
208
  string: ''
208
209
  http_version: '1.1'
209
- recorded_at: Thu, 28 Jun 2012 22:29:57 GMT
210
+ recorded_at: Sat, 14 Jul 2012 15:23:22 GMT
210
211
  - request:
211
212
  method: get
212
- uri: https://bigml.io/andromeda/prediction?username=<USERNAME>&api_key=<API_KEY>
213
+ uri: https://bigml.io/dev/andromeda/prediction?username=<USERNAME>&api_key=<API_KEY>
213
214
  body:
214
215
  encoding: US-ASCII
215
216
  string: ''
@@ -224,51 +225,52 @@ http_interactions:
224
225
  content-type:
225
226
  - application/json; charset=utf-8
226
227
  date:
227
- - Thu, 28 Jun 2012 22:25:15 GMT
228
+ - Sat, 14 Jul 2012 15:22:28 GMT
228
229
  server:
229
230
  - nginx/1.0.12
230
231
  content-length:
231
- - '2539'
232
+ - '2579'
232
233
  connection:
233
234
  - Close
234
235
  body:
235
236
  encoding: US-ASCII
236
237
  string: ! '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
237
- "total_count": 2}, "objects": [{"category": 0, "code": 200, "created": "2012-06-28T22:29:12.746000",
238
- "credits": 0.01, "dataset": "dataset/4fecdae515526875f500330a", "dataset_status":
239
- false, "description": "", "fields": {"000001": {"column_number": 1, "datatype":
240
- "double", "name": "sepal width", "optype": "numeric", "preferred": true},
241
- "000002": {"column_number": 2, "datatype": "double", "name": "petal length",
242
- "optype": "numeric", "preferred": true}, "000004": {"column_number": 4, "datatype":
243
- "string", "name": "species", "optype": "categorical", "preferred": true}},
244
- "input_data": {"000001": 3}, "locale": "en_US", "model": "model/4fecdab6035d0741ef00329a",
238
+ "total_count": 2}, "objects": [{"category": 0, "code": 200, "created": "2012-07-14T15:23:01.191000",
239
+ "credits": 0.01, "dataset": "dataset/50018e8b035d07404e000021", "dataset_status":
240
+ false, "description": "", "dev": true, "fields": {"000001": {"column_number":
241
+ 1, "datatype": "double", "name": "sepal width", "optype": "numeric", "preferred":
242
+ true}, "000002": {"column_number": 2, "datatype": "double", "name": "petal
243
+ length", "optype": "numeric", "preferred": true}, "000004": {"column_number":
244
+ 4, "datatype": "string", "name": "species", "optype": "categorical", "preferred":
245
+ true}}, "input_data": {"000001": 3}, "locale": "en_US", "model": "model/50018ecf155268794e000020",
246
+ "model_status": false, "name": "Prediction for species", "objective_fields":
247
+ ["000004"], "prediction": {"000004": "Iris-virginica"}, "prediction_path":
248
+ {"bad_fields": [], "next_predicates": [{"field": "000002", "operator": ">",
249
+ "value": 2.45}, {"field": "000002", "operator": "<=", "value": 2.45}], "path":
250
+ [], "unknown_fields": []}, "private": true, "resource": "prediction/50018ed51552681c6000001e",
251
+ "source": "source/50018e79035d07404e00001f", "source_status": false, "status":
252
+ {"code": 5, "message": "The prediction has been created"}, "tags": [], "updated":
253
+ "2012-07-14T15:23:01.191000"}, {"category": 0, "code": 200, "created": "2012-07-08T20:28:05.746000",
254
+ "credits": 0.01, "dataset": "dataset/4ff9ed1e035d07470b0000a7", "dataset_status":
255
+ false, "description": "", "dev": true, "fields": {"000001": {"column_number":
256
+ 1, "datatype": "double", "name": "sepal width", "optype": "numeric", "preferred":
257
+ true}, "000002": {"column_number": 2, "datatype": "double", "name": "petal
258
+ length", "optype": "numeric", "preferred": true}, "000004": {"column_number":
259
+ 4, "datatype": "string", "name": "species", "optype": "categorical", "preferred":
260
+ true}}, "input_data": {"000001": 3}, "locale": "en_US", "model": "model/4ff9ed21035d074706000094",
245
261
  "model_status": false, "name": "Prediction for species", "objective_fields":
246
262
  ["000004"], "prediction": {"000004": "Iris-virginica"}, "prediction_path":
247
263
  {"bad_fields": [], "next_predicates": [{"field": "000002", "operator": ">",
248
264
  "value": 2.45}, {"field": "000002", "operator": "<=", "value": 2.45}], "path":
249
- [], "unknown_fields": []}, "private": true, "resource": "prediction/4fecdab8035d0741f40032a8",
250
- "source": "source/4fecdae315526875f5003307", "source_status": false, "status":
265
+ [], "unknown_fields": []}, "private": true, "resource": "prediction/4ff9ed55155268318a00008f",
266
+ "source": "source/4ff9ed4c155268318a00008d", "source_status": false, "status":
251
267
  {"code": 5, "message": "The prediction has been created"}, "tags": [], "updated":
252
- "2012-06-28T22:29:12.746000"}, {"category": 0, "code": 200, "created": "2012-06-27T02:28:47.701000",
253
- "credits": 0.01, "dataset": "dataset/4fea700715526875f5001bff", "dataset_status":
254
- false, "description": "", "fields": {"000001": {"column_number": 1, "datatype":
255
- "double", "name": "sepal width", "optype": "numeric", "preferred": true},
256
- "000002": {"column_number": 2, "datatype": "double", "name": "petal length",
257
- "optype": "numeric", "preferred": true}, "000004": {"column_number": 4, "datatype":
258
- "string", "name": "species", "optype": "categorical", "preferred": true}},
259
- "input_data": {"000001": 3}, "locale": "en_US", "model": "model/4fea700915526875f3001c2b",
260
- "model_status": false, "name": "foo name", "objective_fields": ["000004"],
261
- "prediction": {"000004": "Iris-virginica"}, "prediction_path": {"bad_fields":
262
- [], "next_predicates": [{"field": "000002", "operator": ">", "value": 2.45},
263
- {"field": "000002", "operator": "<=", "value": 2.45}], "path": [], "unknown_fields":
264
- []}, "private": true, "resource": "prediction/4fea6fdf035d0741ed001b90", "source":
265
- "source/4fea6fd9035d0741f4001bdb", "source_status": false, "status": {"code":
266
- 5, "message": "The prediction has been created"}, "tags": [], "updated": "2012-06-27T02:28:49.603000"}]}'
268
+ "2012-07-08T20:28:05.746000"}]}'
267
269
  http_version: '1.1'
268
- recorded_at: Thu, 28 Jun 2012 22:30:01 GMT
270
+ recorded_at: Sat, 14 Jul 2012 15:23:31 GMT
269
271
  - request:
270
272
  method: delete
271
- uri: https://bigml.io/andromeda/prediction/4fecdab8035d0741f40032a8?username=<USERNAME>&api_key=<API_KEY>
273
+ uri: https://bigml.io/dev/andromeda/prediction/50018ed51552681c6000001e?username=<USERNAME>&api_key=<API_KEY>
272
274
  body:
273
275
  encoding: US-ASCII
274
276
  string: ''
@@ -285,7 +287,7 @@ http_interactions:
285
287
  content-type:
286
288
  - text/html; charset=utf-8
287
289
  date:
288
- - Thu, 28 Jun 2012 22:27:49 GMT
290
+ - Sat, 14 Jul 2012 15:17:30 GMT
289
291
  server:
290
292
  - nginx/1.0.12
291
293
  connection:
@@ -294,10 +296,10 @@ http_interactions:
294
296
  encoding: US-ASCII
295
297
  string: ''
296
298
  http_version: '1.1'
297
- recorded_at: Thu, 28 Jun 2012 22:30:03 GMT
299
+ recorded_at: Sat, 14 Jul 2012 15:23:33 GMT
298
300
  - request:
299
301
  method: delete
300
- uri: https://bigml.io/andromeda/prediction/4fea6fdf035d0741ed001b90?username=<USERNAME>&api_key=<API_KEY>
302
+ uri: https://bigml.io/dev/andromeda/prediction/4ff9ed55155268318a00008f?username=<USERNAME>&api_key=<API_KEY>
301
303
  body:
302
304
  encoding: US-ASCII
303
305
  string: ''
@@ -314,7 +316,7 @@ http_interactions:
314
316
  content-type:
315
317
  - text/html; charset=utf-8
316
318
  date:
317
- - Thu, 28 Jun 2012 22:25:17 GMT
319
+ - Sat, 14 Jul 2012 15:22:31 GMT
318
320
  server:
319
321
  - nginx/1.0.12
320
322
  connection:
@@ -323,10 +325,10 @@ http_interactions:
323
325
  encoding: US-ASCII
324
326
  string: ''
325
327
  http_version: '1.1'
326
- recorded_at: Thu, 28 Jun 2012 22:30:04 GMT
328
+ recorded_at: Sat, 14 Jul 2012 15:23:34 GMT
327
329
  - request:
328
330
  method: get
329
- uri: https://bigml.io/andromeda/prediction?username=<USERNAME>&api_key=<API_KEY>
331
+ uri: https://bigml.io/dev/andromeda/prediction?username=<USERNAME>&api_key=<API_KEY>
330
332
  body:
331
333
  encoding: US-ASCII
332
334
  string: ''
@@ -341,7 +343,7 @@ http_interactions:
341
343
  content-type:
342
344
  - application/json; charset=utf-8
343
345
  date:
344
- - Thu, 28 Jun 2012 22:27:53 GMT
346
+ - Sat, 14 Jul 2012 15:17:34 GMT
345
347
  server:
346
348
  - nginx/1.0.12
347
349
  content-length:
@@ -353,5 +355,5 @@ http_interactions:
353
355
  string: ! '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
354
356
  "total_count": 0}, "objects": []}'
355
357
  http_version: '1.1'
356
- recorded_at: Thu, 28 Jun 2012 22:30:06 GMT
358
+ recorded_at: Sat, 14 Jul 2012 15:23:37 GMT
357
359
  recorded_with: VCR 2.2.2