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:26:56 GMT
20
+ - Sat, 14 Jul 2012 15:26:46 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:28:27.473000", "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/4fecda8b035d0741f000336a", "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": 58, "message": "The
44
- source has been created"}, "tags": [], "type": 0, "updated": "2012-06-28T22:28:32.880000"}]}'
31
+ "application/octet-stream", "created": "2012-07-14T15:33:16.204000", "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/5001913c155268369a000002", "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": 66, "message": "The source has been created"}, "tags":
45
+ [], "type": 0, "updated": "2012-07-14T15:33:21.389000"}]}'
45
46
  http_version: '1.1'
46
- recorded_at: Thu, 28 Jun 2012 22:29:09 GMT
47
+ recorded_at: Sat, 14 Jul 2012 15:32:49 GMT
47
48
  - request:
48
49
  method: delete
49
- uri: https://bigml.io/andromeda/source/4fecda8b035d0741f000336a?username=<USERNAME>&api_key=<API_KEY>
50
+ uri: https://bigml.io/dev/andromeda/source/5001913c155268369a000002?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:24:26 GMT
67
+ - Sat, 14 Jul 2012 15:31:48 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:12 GMT
76
+ recorded_at: Sat, 14 Jul 2012 15:32:51 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:27:01 GMT
94
+ - Sat, 14 Jul 2012 15:26:49 GMT
94
95
  server:
95
96
  - nginx/1.0.12
96
- content-length:
97
- - '704'
97
+ transfer-encoding:
98
+ - chunked
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:18.011000", "credits": 0.00439453125, "description":
105
- "", "locale": "en_US", "name": "iris'' dataset", "number_of_models": 0, "number_of_predictions":
106
- 0, "private": true, "resource": "dataset/4fecdabe15526875f70033d2", "rows":
107
- 150, "size": 4608, "source": "source/4fecda8b035d0741f000336a", "source_status":
108
- false, "status": {"bytes": 4608, "code": 5, "elapsed": 281, "field_errors":
105
+ "created": "2012-07-14T15:32:13.545000", "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/500190fd035d07404e000048",
108
+ "rows": 150, "size": 4608, "source": "source/5001913c155268369a000002", "source_status":
109
+ false, "status": {"bytes": 4608, "code": 5, "elapsed": 138, "field_errors":
109
110
  [], "message": "The dataset has been created", "row_format_errors": [], "serialized_rows":
110
- 150}, "tags": [], "updated": "2012-06-28T22:28:32.889000"}]}'
111
+ 150}, "tags": [], "updated": "2012-07-14T15:33:21.399000"}]}'
111
112
  http_version: '1.1'
112
- recorded_at: Thu, 28 Jun 2012 22:29:14 GMT
113
+ recorded_at: Sat, 14 Jul 2012 15:32:52 GMT
113
114
  - request:
114
115
  method: delete
115
- uri: https://bigml.io/andromeda/dataset/4fecdabe15526875f70033d2?username=<USERNAME>&api_key=<API_KEY>
116
+ uri: https://bigml.io/dev/andromeda/dataset/500190fd035d07404e000048?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:24:29 GMT
133
+ - Sat, 14 Jul 2012 15:31:52 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:16 GMT
142
+ recorded_at: Sat, 14 Jul 2012 15:32:55 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,7 +157,7 @@ http_interactions:
156
157
  content-type:
157
158
  - application/json; charset=utf-8
158
159
  date:
159
- - Thu, 28 Jun 2012 22:27:04 GMT
160
+ - Sat, 14 Jul 2012 15:26:53 GMT
160
161
  server:
161
162
  - nginx/1.0.12
162
163
  content-length:
@@ -168,10 +169,10 @@ http_interactions:
168
169
  string: ! '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
169
170
  "total_count": 0}, "objects": []}'
170
171
  http_version: '1.1'
171
- recorded_at: Thu, 28 Jun 2012 22:29:18 GMT
172
+ recorded_at: Sat, 14 Jul 2012 15:32:56 GMT
172
173
  - request:
173
174
  method: post
174
- uri: https://bigml.io/andromeda/source
175
+ uri: https://bigml.io/dev/andromeda/source
175
176
  body:
176
177
  encoding: US-ASCII
177
178
  string: ''
@@ -179,7 +180,7 @@ http_interactions:
179
180
  content-type:
180
181
  - multipart/form-data; boundary=-----------RubyMultipartPost
181
182
  content-length:
182
- - '5147'
183
+ - '5149'
183
184
  connection:
184
185
  - close
185
186
  response:
@@ -190,33 +191,33 @@ http_interactions:
190
191
  content-type:
191
192
  - application/json; charset=utf-8
192
193
  date:
193
- - Thu, 28 Jun 2012 22:24:34 GMT
194
+ - Sat, 14 Jul 2012 15:31:55 GMT
194
195
  location:
195
- - http://bigml.io/andromeda/source/4fecda9f035d0741f000336e
196
+ - http://bigml.io/andromeda/source/5001914e1552681edf000044
196
197
  server:
197
198
  - nginx/1.0.12
198
- content-length:
199
- - '567'
199
+ transfer-encoding:
200
+ - chunked
200
201
  connection:
201
202
  - Close
202
203
  body:
203
204
  encoding: US-ASCII
204
205
  string: ! '{"category": 0, "code": 201, "content_type": "application/octet-stream",
205
- "created": "2012-06-28T22:28:47.980182", "credits": 0.0, "description": "",
206
- "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae", "name":
207
- "iris.csv", "number_of_datasets": 0, "number_of_models": 0, "number_of_predictions":
208
- 0, "private": true, "resource": "source/4fecda9f035d0741f000336e", "size":
206
+ "created": "2012-07-14T15:33:34.787936", "credits": 0.0, "description": "",
207
+ "dev": true, "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae",
208
+ "name": "iris.csv", "number_of_datasets": 0, "number_of_models": 0, "number_of_predictions":
209
+ 0, "private": true, "resource": "source/5001914e1552681edf000044", "size":
209
210
  4608, "source_parser": {}, "status": {"code": 1, "message": "The request has
210
211
  been queued and will be processed soon"}, "tags": [], "type": 0, "updated":
211
- "2012-06-28T22:28:47.980209"}'
212
+ "2012-07-14T15:33:34.787996"}'
212
213
  http_version: '1.1'
213
- recorded_at: Thu, 28 Jun 2012 22:29:20 GMT
214
+ recorded_at: Sat, 14 Jul 2012 15:32:58 GMT
214
215
  - request:
215
216
  method: post
216
- uri: https://bigml.io/andromeda/dataset?username=<USERNAME>&api_key=<API_KEY>
217
+ uri: https://bigml.io/dev/andromeda/dataset?username=<USERNAME>&api_key=<API_KEY>
217
218
  body:
218
219
  encoding: UTF-8
219
- string: ! '{"source":"source/4fecda9f035d0741f000336e"}'
220
+ string: ! '{"source":"source/5001914e1552681edf000044"}'
220
221
  headers:
221
222
  content-type:
222
223
  - application/json
@@ -230,37 +231,37 @@ http_interactions:
230
231
  content-type:
231
232
  - application/json; charset=utf-8
232
233
  date:
233
- - Thu, 28 Jun 2012 22:27:09 GMT
234
+ - Sat, 14 Jul 2012 15:26:56 GMT
234
235
  location:
235
- - http://bigml.io/andromeda/dataset/4fecdaa1035d0741ef003297
236
+ - http://bigml.io/andromeda/dataset/50019150155268369a000005
236
237
  server:
237
238
  - nginx/1.0.12
238
239
  content-length:
239
- - '921'
240
+ - '934'
240
241
  connection:
241
242
  - Close
242
243
  body:
243
244
  encoding: US-ASCII
244
- string: ! '{"category": 0, "code": 201, "columns": 5, "created": "2012-06-28T22:28:49.685404",
245
- "credits": 0.00439453125, "description": "", "fields": {"000000": {"column_number":
246
- 0, "name": "sepal length", "optype": "numeric"}, "000001": {"column_number":
247
- 1, "name": "sepal width", "optype": "numeric"}, "000002": {"column_number":
248
- 2, "name": "petal length", "optype": "numeric"}, "000003": {"column_number":
249
- 3, "name": "petal width", "optype": "numeric"}, "000004": {"column_number":
250
- 4, "name": "species", "optype": "categorical"}}, "locale": "en_US", "name":
251
- "iris'' dataset", "number_of_models": 0, "number_of_predictions": 0, "private":
252
- true, "resource": "dataset/4fecdaa1035d0741ef003297", "rows": 0, "size": 4608,
253
- "source": "source/4fecda9f035d0741f000336e", "source_status": true, "status":
254
- {"code": 1, "message": "The dataset is being processed and will be created
255
- soon"}, "tags": [], "updated": "2012-06-28T22:28:49.685423"}'
245
+ string: ! '{"category": 0, "code": 201, "columns": 5, "created": "2012-07-14T15:33:36.703955",
246
+ "credits": 0.00439453125, "description": "", "dev": true, "fields": {"000000":
247
+ {"column_number": 0, "name": "sepal length", "optype": "numeric"}, "000001":
248
+ {"column_number": 1, "name": "sepal width", "optype": "numeric"}, "000002":
249
+ {"column_number": 2, "name": "petal length", "optype": "numeric"}, "000003":
250
+ {"column_number": 3, "name": "petal width", "optype": "numeric"}, "000004":
251
+ {"column_number": 4, "name": "species", "optype": "categorical"}}, "locale":
252
+ "en_US", "name": "iris'' dataset", "number_of_models": 0, "number_of_predictions":
253
+ 0, "private": true, "resource": "dataset/50019150155268369a000005", "rows":
254
+ 0, "size": 4608, "source": "source/5001914e1552681edf000044", "source_status":
255
+ true, "status": {"code": 1, "message": "The dataset is being processed and
256
+ will be created soon"}, "tags": [], "updated": "2012-07-14T15:33:36.703972"}'
256
257
  http_version: '1.1'
257
- recorded_at: Thu, 28 Jun 2012 22:29:22 GMT
258
+ recorded_at: Sat, 14 Jul 2012 15:32:59 GMT
258
259
  - request:
259
260
  method: post
260
- uri: https://bigml.io/andromeda/model?username=<USERNAME>&api_key=<API_KEY>
261
+ uri: https://bigml.io/dev/andromeda/model?username=<USERNAME>&api_key=<API_KEY>
261
262
  body:
262
263
  encoding: UTF-8
263
- string: ! '{"dataset":"dataset/4fecdaa1035d0741ef003297"}'
264
+ string: ! '{"dataset":"dataset/50019150155268369a000005"}'
264
265
  headers:
265
266
  content-type:
266
267
  - application/json
@@ -274,30 +275,31 @@ http_interactions:
274
275
  content-type:
275
276
  - application/json; charset=utf-8
276
277
  date:
277
- - Thu, 28 Jun 2012 22:24:37 GMT
278
+ - Sat, 14 Jul 2012 15:31:58 GMT
278
279
  location:
279
- - http://bigml.io/andromeda/model/4fecdad415526875f5003304
280
+ - http://bigml.io/andromeda/model/50019112035d074059000055
280
281
  server:
281
282
  - nginx/1.0.12
282
283
  content-length:
283
- - '691'
284
+ - '704'
284
285
  connection:
285
286
  - Close
286
287
  body:
287
288
  encoding: US-ASCII
288
- string: ! '{"category": 0, "code": 201, "columns": 5, "created": "2012-06-28T22:29:40.119735",
289
- "credits": 0.017578125, "dataset": "dataset/4fecdaa1035d0741ef003297", "dataset_status":
290
- true, "description": "", "holdout": 0.0, "input_fields": [], "locale": "en_US",
291
- "max_columns": 5, "max_rows": 150, "name": "iris'' dataset model", "number_of_predictions":
292
- 0, "objective_fields": [], "private": true, "range": [1, 150], "resource":
293
- "model/4fecdad415526875f5003304", "rows": 150, "size": 4608, "source": "source/4fecda9f035d0741f000336e",
294
- "source_status": true, "status": {"code": 1, "message": "The model is being
295
- processed and will be created soon"}, "tags": [], "updated": "2012-06-28T22:29:40.119758"}'
289
+ string: ! '{"category": 0, "code": 201, "columns": 5, "created": "2012-07-14T15:32:34.087126",
290
+ "credits": 0.017578125, "dataset": "dataset/50019150155268369a000005", "dataset_status":
291
+ true, "description": "", "dev": true, "holdout": 0.0, "input_fields": [],
292
+ "locale": "en_US", "max_columns": 5, "max_rows": 150, "name": "iris'' dataset
293
+ model", "number_of_predictions": 0, "objective_fields": [], "private": true,
294
+ "range": [1, 150], "resource": "model/50019112035d074059000055", "rows": 150,
295
+ "size": 4608, "source": "source/5001914e1552681edf000044", "source_status":
296
+ true, "status": {"code": 1, "message": "The model is being processed and will
297
+ be created soon"}, "tags": [], "updated": "2012-07-14T15:32:34.087151"}'
296
298
  http_version: '1.1'
297
- recorded_at: Thu, 28 Jun 2012 22:29:24 GMT
299
+ recorded_at: Sat, 14 Jul 2012 15:33:01 GMT
298
300
  - request:
299
301
  method: delete
300
- uri: https://bigml.io/andromeda/model/4fecdad415526875f5003304?username=<USERNAME>&api_key=<API_KEY>
302
+ uri: https://bigml.io/dev/andromeda/model/50019112035d074059000055?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:27:13 GMT
319
+ - Sat, 14 Jul 2012 15:27:02 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:29:26 GMT
328
+ recorded_at: Sat, 14 Jul 2012 15:33:05 GMT
327
329
  - request:
328
330
  method: get
329
- uri: https://bigml.io/andromeda/model/4fecdad415526875f5003304?username=<USERNAME>&api_key=<API_KEY>
331
+ uri: https://bigml.io/dev/andromeda/model/50019112035d074059000055?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:24:41 GMT
346
+ - Sat, 14 Jul 2012 15:32:03 GMT
345
347
  server:
346
348
  - nginx/1.0.12
347
349
  content-length:
@@ -351,8 +353,8 @@ http_interactions:
351
353
  body:
352
354
  encoding: US-ASCII
353
355
  string: ! '{"code": 404, "status": {"code": -1201, "extra": ["Couldn''t find
354
- an instance of ''Model'' which matched ''pk=4fecdad415526875f5003304''."],
356
+ an instance of ''Model'' which matched ''pk=50019112035d074059000055''."],
355
357
  "message": "Id does not exist"}}'
356
358
  http_version: '1.1'
357
- recorded_at: Thu, 28 Jun 2012 22:29:27 GMT
359
+ recorded_at: Sat, 14 Jul 2012 15:33:06 GMT
358
360
  recorded_with: VCR 2.2.2