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.
- data/README.md +2 -1
- data/big_ml.gemspec +1 -1
- data/lib/big_ml/util/client.rb +7 -2
- data/lib/big_ml/util/config.rb +7 -2
- data/lib/big_ml/version.rb +1 -1
- data/spec/spec_helper.rb +2 -2
- data/spec/units/client_spec.rb +37 -6
- data/spec/vcr_cassettes/BigML_Dataset/no_dataset/_all/must_be_empty.yml +16 -95
- data/spec/vcr_cassettes/BigML_Dataset/one_dataset/can_be_converted_in_a_model.yml +69 -67
- data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_be_deleted_using_the_destroy_method.yml +72 -71
- data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_be_find_using_the_reference.yml +104 -103
- data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_remove_the_dataset.yml +66 -65
- data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_update_the_name.yml +148 -147
- data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_update_the_name_from_the_instance.yml +147 -146
- data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_have_only_one_item.yml +83 -80
- data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_have_the_same_file_name.yml +119 -74
- data/spec/vcr_cassettes/BigML_Dataset/one_dataset/was_created_successfully.yml +36 -36
- data/spec/vcr_cassettes/BigML_Model/no_model/_all/must_be_empty.yml +89 -87
- data/spec/vcr_cassettes/BigML_Model/one_model/can_be_converted_in_a_prediction.yml +101 -99
- data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_be_deleted_using_the_destroy_method.yml +91 -89
- data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_be_find_using_the_reference.yml +191 -200
- data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_remove_the_model.yml +109 -231
- data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_update_the_name.yml +272 -252
- data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_update_the_name_from_the_instance.yml +126 -252
- data/spec/vcr_cassettes/BigML_Model/one_model/must_have_only_one_item.yml +117 -113
- data/spec/vcr_cassettes/BigML_Model/one_model/must_have_the_same_size.yml +158 -120
- data/spec/vcr_cassettes/BigML_Model/one_model/was_created_successfully.yml +101 -56
- data/spec/vcr_cassettes/BigML_Prediction/no_prediction/_all/must_be_empty.yml +96 -94
- data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_be_deleted_using_the_destroy_method.yml +126 -124
- data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_be_find_using_the_reference.yml +147 -145
- data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_remove_the_prediction.yml +141 -139
- data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_update_the_name.yml +159 -157
- data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_update_the_name_from_the_instance.yml +161 -159
- data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_have_only_one_item.yml +145 -143
- data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_have_the_same_name.yml +148 -146
- data/spec/vcr_cassettes/BigML_Prediction/one_prediction/was_created_successfully.yml +75 -74
- data/spec/vcr_cassettes/BigML_Source/no_source/_all/must_be_empty.yml +25 -24
- data/spec/vcr_cassettes/BigML_Source/one_source/can_be_converted_in_a_dataset.yml +32 -32
- data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_be_deleted_using_the_destroy_method.yml +21 -21
- data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_be_find_using_the_reference.yml +48 -47
- data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_remove_the_source.yml +43 -42
- data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_update_the_name.yml +77 -76
- data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_update_the_name_from_the_instance.yml +78 -77
- data/spec/vcr_cassettes/BigML_Source/one_source/must_have_only_one_item.yml +53 -51
- data/spec/vcr_cassettes/BigML_Source/one_source/must_have_the_same_file_name.yml +52 -50
- data/spec/vcr_cassettes/BigML_Source/one_source/was_created_successfully.yml +14 -14
- 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
|
-
-
|
20
|
+
- Sat, 14 Jul 2012 15:12:22 GMT
|
21
21
|
server:
|
22
22
|
- nginx/1.0.12
|
23
23
|
content-length:
|
24
|
-
- '
|
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-
|
32
|
-
0.0, "description": "", "fields": {"000000": {"column_number":
|
33
|
-
"sepal length", "optype": "numeric"}, "000001": {"column_number":
|
34
|
-
"sepal width", "optype": "numeric"}, "000002": {"column_number":
|
35
|
-
"petal length", "optype": "numeric"}, "000003": {"column_number":
|
36
|
-
"petal width", "optype": "numeric"}, "000004": {"column_number":
|
37
|
-
"species", "optype": "categorical"}}, "file_name": "iris.csv",
|
38
|
-
"
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
"
|
43
|
-
"
|
44
|
-
|
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:
|
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/
|
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
|
-
-
|
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:
|
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
|
-
-
|
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-
|
105
|
-
"", "locale": "en_US", "name": "foo name", "number_of_models":
|
106
|
-
0, "private": true, "resource": "dataset/
|
107
|
-
150, "size": 4608, "source": "source/
|
108
|
-
false, "status": {"bytes": 4608, "code": 5, "elapsed":
|
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-
|
111
|
+
150}, "tags": [], "updated": "2012-07-14T15:17:55.934000"}]}'
|
111
112
|
http_version: '1.1'
|
112
|
-
recorded_at:
|
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/
|
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
|
-
-
|
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:
|
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
|
-
- '
|
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
|
-
-
|
164
|
+
- Sat, 14 Jul 2012 15:12:32 GMT
|
164
165
|
location:
|
165
|
-
- http://bigml.io/andromeda/source/
|
166
|
+
- http://bigml.io/andromeda/source/50018df01552681edf000013
|
166
167
|
server:
|
167
168
|
- nginx/1.0.12
|
168
169
|
content-length:
|
169
|
-
- '
|
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-
|
176
|
-
"file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae",
|
177
|
-
"iris.csv", "number_of_datasets": 0, "number_of_models": 0, "number_of_predictions":
|
178
|
-
0, "private": true, "resource": "source/
|
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-
|
182
|
+
"2012-07-14T15:19:12.300652"}'
|
182
183
|
http_version: '1.1'
|
183
|
-
recorded_at:
|
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/
|
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
|
-
-
|
204
|
+
- Sat, 14 Jul 2012 15:17:35 GMT
|
204
205
|
location:
|
205
|
-
- http://bigml.io/andromeda/dataset/
|
206
|
+
- http://bigml.io/andromeda/dataset/50018db2035d07405300001c
|
206
207
|
server:
|
207
208
|
- nginx/1.0.12
|
208
209
|
content-length:
|
209
|
-
- '
|
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-
|
215
|
-
"credits": 0.00439453125, "description": "", "
|
216
|
-
0, "name": "sepal length", "optype": "numeric"}, "000001":
|
217
|
-
1, "name": "sepal width", "optype": "numeric"}, "000002":
|
218
|
-
2, "name": "petal length", "optype": "numeric"}, "000003":
|
219
|
-
3, "name": "petal width", "optype": "numeric"}, "000004":
|
220
|
-
4, "name": "species", "optype": "categorical"}}, "locale":
|
221
|
-
"iris'' dataset", "number_of_models": 0, "number_of_predictions":
|
222
|
-
true, "resource": "dataset/
|
223
|
-
"source": "source/
|
224
|
-
{"code": 1, "message": "The dataset is being processed and
|
225
|
-
soon"}, "tags": [], "updated": "2012-
|
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:
|
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/
|
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
|
-
-
|
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:
|
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/
|
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
|
-
-
|
275
|
+
- Sat, 14 Jul 2012 15:17:39 GMT
|
275
276
|
server:
|
276
277
|
- nginx/1.0.12
|
277
|
-
|
278
|
-
-
|
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=
|
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:
|
288
|
+
recorded_at: Sat, 14 Jul 2012 15:18:42 GMT
|
288
289
|
recorded_with: VCR 2.2.2
|