big_ml 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
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:20:49 GMT
20
+ - Sat, 14 Jul 2012 15:12:22 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:57.636000", "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/4fecd9b9035d0741f0003352", "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": 72, "message": "The
44
- source has been created"}, "tags": [], "type": 0, "updated": "2012-06-28T22:24:59.326000"}]}'
31
+ "application/octet-stream", "created": "2012-07-14T15:18:55.940000", "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/50018ddf1552681d68000015", "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": 93, "message": "The source has been created"}, "tags":
45
+ [], "type": 0, "updated": "2012-07-14T15:17:53.476000"}]}'
45
46
  http_version: '1.1'
46
- recorded_at: Thu, 28 Jun 2012 22:25:35 GMT
47
+ recorded_at: Sat, 14 Jul 2012 15:18:25 GMT
47
48
  - request:
48
49
  method: delete
49
- uri: https://bigml.io/andromeda/source/4fecd9b9035d0741f0003352?username=<USERNAME>&api_key=<API_KEY>
50
+ uri: https://bigml.io/dev/andromeda/source/50018ddf1552681d68000015?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:23:25 GMT
67
+ - Sat, 14 Jul 2012 15:17:26 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:25:38 GMT
76
+ recorded_at: Sat, 14 Jul 2012 15:18:29 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:20:53 GMT
94
+ - Sat, 14 Jul 2012 15:12:27 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:59.321000", "credits": 0.00439453125, "description":
105
- "", "locale": "en_US", "name": "foo name", "number_of_models": 0, "number_of_predictions":
106
- 0, "private": true, "resource": "dataset/4fecd9bb035d0741f0003355", "rows":
107
- 150, "size": 4608, "source": "source/4fecd9b9035d0741f0003352", "source_status":
108
- false, "status": {"bytes": 4608, "code": 5, "elapsed": 245, "field_errors":
105
+ "created": "2012-07-14T15:17:53.472000", "credits": 0.00439453125, "description":
106
+ "", "dev": true, "locale": "en_US", "name": "foo name", "number_of_models":
107
+ 0, "number_of_predictions": 0, "private": true, "resource": "dataset/50018da1035d0741ca00000c",
108
+ "rows": 150, "size": 4608, "source": "source/50018ddf1552681d68000015", "source_status":
109
+ false, "status": {"bytes": 4608, "code": 5, "elapsed": 104, "field_errors":
109
110
  [], "message": "The dataset has been created", "row_format_errors": [], "serialized_rows":
110
- 150}, "tags": [], "updated": "2012-06-28T22:25:49.809000"}]}'
111
+ 150}, "tags": [], "updated": "2012-07-14T15:17:55.934000"}]}'
111
112
  http_version: '1.1'
112
- recorded_at: Thu, 28 Jun 2012 22:25:40 GMT
113
+ recorded_at: Sat, 14 Jul 2012 15:18:30 GMT
113
114
  - request:
114
115
  method: delete
115
- uri: https://bigml.io/andromeda/dataset/4fecd9bb035d0741f0003355?username=<USERNAME>&api_key=<API_KEY>
116
+ uri: https://bigml.io/dev/andromeda/dataset/50018da1035d0741ca00000c?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:23:28 GMT
133
+ - Sat, 14 Jul 2012 15:17:30 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:25:41 GMT
142
+ recorded_at: Sat, 14 Jul 2012 15:18:33 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:20:57 GMT
164
+ - Sat, 14 Jul 2012 15:12:32 GMT
164
165
  location:
165
- - http://bigml.io/andromeda/source/4fecd9c7035d0741f40032a2
166
+ - http://bigml.io/andromeda/source/50018df01552681edf000013
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:25:11.161057", "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/4fecd9c7035d0741f40032a2", "size":
176
+ "created": "2012-07-14T15:19:12.300629", "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/50018df01552681edf000013", "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:25:11.161084"}'
182
+ "2012-07-14T15:19:12.300652"}'
182
183
  http_version: '1.1'
183
- recorded_at: Thu, 28 Jun 2012 22:25:43 GMT
184
+ recorded_at: Sat, 14 Jul 2012 15:18:35 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/4fecd9c7035d0741f40032a2"}'
190
+ string: ! '{"source":"source/50018df01552681edf000013"}'
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:23:32 GMT
204
+ - Sat, 14 Jul 2012 15:17:35 GMT
204
205
  location:
205
- - http://bigml.io/andromeda/dataset/4fecd9c9035d0741f1003306
206
+ - http://bigml.io/andromeda/dataset/50018db2035d07405300001c
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:13.009555",
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/4fecd9c9035d0741f1003306", "rows": 0, "size": 4608,
223
- "source": "source/4fecd9c7035d0741f40032a2", "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:13.009574"}'
215
+ string: ! '{"category": 0, "code": 201, "columns": 5, "created": "2012-07-14T15:18:10.429818",
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/50018db2035d07405300001c", "rows":
224
+ 0, "size": 4608, "source": "source/50018df01552681edf000013", "source_status":
225
+ true, "status": {"code": 1, "message": "The dataset is being processed and
226
+ will be created soon"}, "tags": [], "updated": "2012-07-14T15:18:10.429838"}'
226
227
  http_version: '1.1'
227
- recorded_at: Thu, 28 Jun 2012 22:25:46 GMT
228
+ recorded_at: Sat, 14 Jul 2012 15:18:37 GMT
228
229
  - request:
229
230
  method: delete
230
- uri: https://bigml.io/andromeda/dataset/4fecd9c9035d0741f1003306?username=<USERNAME>&api_key=<API_KEY>
231
+ uri: https://bigml.io/dev/andromeda/dataset/50018db2035d07405300001c?username=<USERNAME>&api_key=<API_KEY>
231
232
  body:
232
233
  encoding: US-ASCII
233
234
  string: ''
@@ -244,7 +245,7 @@ http_interactions:
244
245
  content-type:
245
246
  - text/html; charset=utf-8
246
247
  date:
247
- - Thu, 28 Jun 2012 22:21:01 GMT
248
+ - Sat, 14 Jul 2012 15:12:38 GMT
248
249
  server:
249
250
  - nginx/1.0.12
250
251
  connection:
@@ -253,10 +254,10 @@ http_interactions:
253
254
  encoding: US-ASCII
254
255
  string: ''
255
256
  http_version: '1.1'
256
- recorded_at: Thu, 28 Jun 2012 22:25:48 GMT
257
+ recorded_at: Sat, 14 Jul 2012 15:18:41 GMT
257
258
  - request:
258
259
  method: get
259
- uri: https://bigml.io/andromeda/dataset/4fecd9c9035d0741f1003306?username=<USERNAME>&api_key=<API_KEY>
260
+ uri: https://bigml.io/dev/andromeda/dataset/50018db2035d07405300001c?username=<USERNAME>&api_key=<API_KEY>
260
261
  body:
261
262
  encoding: US-ASCII
262
263
  string: ''
@@ -271,18 +272,18 @@ http_interactions:
271
272
  content-type:
272
273
  - application/json; charset=utf-8
273
274
  date:
274
- - Thu, 28 Jun 2012 22:23:36 GMT
275
+ - Sat, 14 Jul 2012 15:17:39 GMT
275
276
  server:
276
277
  - nginx/1.0.12
277
- transfer-encoding:
278
- - chunked
278
+ content-length:
279
+ - '170'
279
280
  connection:
280
281
  - Close
281
282
  body:
282
283
  encoding: US-ASCII
283
284
  string: ! '{"code": 404, "status": {"code": -1201, "extra": ["Couldn''t find
284
- an instance of ''Dataset'' which matched ''pk=4fecd9c9035d0741f1003306''."],
285
+ an instance of ''Dataset'' which matched ''pk=50018db2035d07405300001c''."],
285
286
  "message": "Id does not exist"}}'
286
287
  http_version: '1.1'
287
- recorded_at: Thu, 28 Jun 2012 22:25:49 GMT
288
+ recorded_at: Sat, 14 Jul 2012 15:18:42 GMT
288
289
  recorded_with: VCR 2.2.2