big_ml 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +1 -1
  3. data/.rvmrc.example +1 -1
  4. data/.travis.yml +1 -1
  5. data/README.md +6 -5
  6. data/lib/big_ml.rb +5 -0
  7. data/lib/big_ml/base.rb +31 -0
  8. data/lib/big_ml/batch_prediction.rb +39 -0
  9. data/lib/big_ml/ensemble.rb +32 -0
  10. data/lib/big_ml/evaluation.rb +31 -0
  11. data/lib/big_ml/prediction.rb +2 -2
  12. data/lib/big_ml/util/client.rb +1 -0
  13. data/lib/big_ml/util/config.rb +4 -1
  14. data/lib/big_ml/util/request.rb +9 -4
  15. data/lib/big_ml/version.rb +1 -1
  16. data/spec/integration/dataset_spec.rb +21 -23
  17. data/spec/integration/ensemble_spec.rb +73 -0
  18. data/spec/integration/evaluation_spec.rb +64 -0
  19. data/spec/integration/model_spec.rb +23 -25
  20. data/spec/integration/prediction_spec.rb +20 -22
  21. data/spec/integration/source_spec.rb +22 -24
  22. data/spec/spec_helper.rb +4 -3
  23. data/spec/units/client_spec.rb +58 -26
  24. data/spec/units/source_spec.rb +3 -3
  25. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/can_be_converted_in_a_model.yml +180 -99
  26. data/spec/vcr_cassettes/BigML_Dataset/one_dataset/must_be_able_to_be_find_using_the_reference.yml +144 -163
  27. data/spec/vcr_cassettes/BigML_Ensemble/no_ensemble/_all/must_be_empty.yml +223 -0
  28. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/can_be_converted_in_a_prediction.yml +1074 -0
  29. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/must_be_able_to_be_deleted_using_the_destroy_method.yml +1082 -0
  30. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/must_be_able_to_be_find_using_the_reference.yml +734 -0
  31. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/must_be_able_to_remove_the_ensemble.yml +1215 -0
  32. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/must_be_able_to_set_number_of_models.yml +853 -0
  33. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/must_be_able_to_update_the_name.yml +1226 -0
  34. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/must_be_able_to_update_the_name_from_the_instance.yml +1226 -0
  35. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/must_have_only_one_item.yml +686 -0
  36. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/must_have_the_same_size.yml +732 -0
  37. data/spec/vcr_cassettes/BigML_Ensemble/one_ensemble/was_created_successfully.yml +495 -0
  38. data/spec/vcr_cassettes/BigML_Evaluation/no_evaluation/_all/must_be_empty.yml +600 -0
  39. data/spec/vcr_cassettes/BigML_Evaluation/one_evaluation/must_be_able_to_be_deleted_using_the_destroy_method.yml +1127 -0
  40. data/spec/vcr_cassettes/BigML_Evaluation/one_evaluation/must_be_able_to_be_find_using_the_reference.yml +1151 -0
  41. data/spec/vcr_cassettes/BigML_Evaluation/one_evaluation/must_be_able_to_remove_the_evaluation.yml +1203 -0
  42. data/spec/vcr_cassettes/BigML_Evaluation/one_evaluation/must_be_able_to_update_the_name.yml +1374 -0
  43. data/spec/vcr_cassettes/BigML_Evaluation/one_evaluation/must_be_able_to_update_the_name_from_the_instance.yml +1373 -0
  44. data/spec/vcr_cassettes/BigML_Evaluation/one_evaluation/must_have_only_one_item.yml +1103 -0
  45. data/spec/vcr_cassettes/BigML_Evaluation/one_evaluation/must_have_the_same_name.yml +1108 -0
  46. data/spec/vcr_cassettes/BigML_Evaluation/one_evaluation/was_created_successfully.yml +922 -0
  47. data/spec/vcr_cassettes/BigML_Model/one_model/must_be_able_to_be_find_using_the_reference.yml +269 -282
  48. data/spec/vcr_cassettes/BigML_Prediction/one_prediction/must_be_able_to_be_find_using_the_reference.yml +360 -312
  49. data/spec/vcr_cassettes/BigML_Source/one_source/must_be_able_to_be_find_using_the_reference.yml +75 -72
  50. data/spec/vcr_cassettes/BigML_Util_Client/response_handling/debug_mode/raises_on_bad_request.yml +38 -0
  51. data/spec/vcr_cassettes/BigML_Util_Client/response_handling/normal_mode/does_not_raise_on_bad_request.yml +38 -0
  52. metadata +74 -43
@@ -0,0 +1,223 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://bigml.io/dev/andromeda/source?username=<USERNAME>&api_key=<API_KEY>
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ access-control-allow-methods:
16
+ - POST,GET,PUT,DELETE
17
+ access-control-allow-origin:
18
+ - "*"
19
+ content-type:
20
+ - application/json
21
+ date:
22
+ - Wed, 25 Jun 2014 15:02:02 GMT
23
+ server:
24
+ - nginx/1.0.12
25
+ vary:
26
+ - Accept-Encoding
27
+ content-length:
28
+ - '1002'
29
+ connection:
30
+ - Close
31
+ body:
32
+ encoding: UTF-8
33
+ string: '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
34
+ "total_count": 1}, "objects": [{"category": 0, "code": 200, "content_type":
35
+ "application/octet-stream", "created": "2014-06-25T15:01:50.988000", "credits":
36
+ 0.0, "description": "", "dev": true, "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae",
37
+ "name": "iris.csv", "number_of_datasets": 1, "number_of_ensembles": 0, "number_of_models":
38
+ 0, "number_of_predictions": 0, "private": true, "resource": "source/53aae45e0af5e815310007df",
39
+ "shared": false, "size": 4608, "source_parser": {"header": true, "locale":
40
+ "en_US", "missing_tokens": ["", "NaN", "NULL", "N/A", "null", "-", "#REF!",
41
+ "#VALUE!", "?", "#NULL!", "#NUM!", "#DIV/0", "n/a", "#NAME?", "NIL", "nil",
42
+ "na", "#N/A", "NA"], "quote": "\"", "separator": ","}, "status": {"code":
43
+ 5, "elapsed": 386, "message": "The source has been created"}, "subscription":
44
+ false, "tags": [], "term_analysis": {"enabled": true}, "type": 0, "updated":
45
+ "2014-06-25T15:01:52.618000"}]}'
46
+ http_version: '1.1'
47
+ recorded_at: Wed, 25 Jun 2014 15:02:02 GMT
48
+ - request:
49
+ method: delete
50
+ uri: https://bigml.io/dev/andromeda/source/53aae45e0af5e815310007df?username=<USERNAME>&api_key=<API_KEY>
51
+ body:
52
+ encoding: US-ASCII
53
+ string: ''
54
+ headers: {}
55
+ response:
56
+ status:
57
+ code: 204
58
+ message: NO CONTENT
59
+ headers:
60
+ access-control-allow-methods:
61
+ - POST,GET,PUT,DELETE
62
+ access-control-allow-origin:
63
+ - "*"
64
+ content-length:
65
+ - '0'
66
+ content-type:
67
+ - text/html; charset=utf-8
68
+ date:
69
+ - Wed, 25 Jun 2014 15:02:02 GMT
70
+ server:
71
+ - nginx/1.0.12
72
+ connection:
73
+ - Close
74
+ body:
75
+ encoding: US-ASCII
76
+ string: ''
77
+ http_version: '1.1'
78
+ recorded_at: Wed, 25 Jun 2014 15:02:02 GMT
79
+ - request:
80
+ method: get
81
+ uri: https://bigml.io/dev/andromeda/dataset?username=<USERNAME>&api_key=<API_KEY>
82
+ body:
83
+ encoding: US-ASCII
84
+ string: ''
85
+ headers: {}
86
+ response:
87
+ status:
88
+ code: 200
89
+ message: OK
90
+ headers:
91
+ access-control-allow-methods:
92
+ - POST,GET,PUT,DELETE
93
+ access-control-allow-origin:
94
+ - "*"
95
+ content-type:
96
+ - application/json
97
+ date:
98
+ - Wed, 25 Jun 2014 15:02:02 GMT
99
+ server:
100
+ - nginx/1.0.12
101
+ vary:
102
+ - Accept-Encoding
103
+ content-length:
104
+ - '1369'
105
+ connection:
106
+ - Close
107
+ body:
108
+ encoding: UTF-8
109
+ string: '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
110
+ "total_count": 1}, "objects": [{"all_fields": true, "category": 0, "cluster":
111
+ null, "cluster_status": true, "code": 200, "columns": 5, "created": "2014-06-25T15:01:52.608000",
112
+ "credits": 0.00439453125, "description": "", "dev": true, "field_types": {"categorical":
113
+ 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0, "total": 5}, "locale":
114
+ "en_US", "missing_numeric_rows": 0, "name": "iris'' dataset", "number_of_batchcentroids":
115
+ 0, "number_of_batchpredictions": 0, "number_of_clusters": 0, "number_of_ensembles":
116
+ 0, "number_of_evaluations": 0, "number_of_models": 0, "number_of_predictions":
117
+ 0, "objective_field": {"column_number": 4, "datatype": "string", "id": "000004",
118
+ "name": "species", "optype": "categorical", "order": 4, "term_analysis": {"enabled":
119
+ true}}, "price": 0.0, "private": true, "ranges": null, "replacements": null,
120
+ "resource": "dataset/53aae460ffa0440852000920", "rows": 150, "sample_rates":
121
+ null, "seeds": null, "shared": false, "size": 4608, "source": "source/53aae45e0af5e815310007df",
122
+ "source_status": false, "status": {"bytes": 4608, "code": 5, "elapsed": 387,
123
+ "field_errors": [], "message": "The dataset has been created", "row_format_errors":
124
+ [], "serialized_rows": 150}, "subscription": false, "tags": [], "term_limit":
125
+ 32, "updated": "2014-06-25T15:01:53.210000"}]}'
126
+ http_version: '1.1'
127
+ recorded_at: Wed, 25 Jun 2014 15:02:02 GMT
128
+ - request:
129
+ method: delete
130
+ uri: https://bigml.io/dev/andromeda/dataset/53aae460ffa0440852000920?username=<USERNAME>&api_key=<API_KEY>
131
+ body:
132
+ encoding: US-ASCII
133
+ string: ''
134
+ headers: {}
135
+ response:
136
+ status:
137
+ code: 204
138
+ message: NO CONTENT
139
+ headers:
140
+ access-control-allow-methods:
141
+ - POST,GET,PUT,DELETE
142
+ access-control-allow-origin:
143
+ - "*"
144
+ content-length:
145
+ - '0'
146
+ content-type:
147
+ - text/html; charset=utf-8
148
+ date:
149
+ - Wed, 25 Jun 2014 15:02:02 GMT
150
+ server:
151
+ - nginx/1.0.12
152
+ connection:
153
+ - Close
154
+ body:
155
+ encoding: US-ASCII
156
+ string: ''
157
+ http_version: '1.1'
158
+ recorded_at: Wed, 25 Jun 2014 15:02:03 GMT
159
+ - request:
160
+ method: get
161
+ uri: https://bigml.io/dev/andromeda/ensemble?username=<USERNAME>&api_key=<API_KEY>
162
+ body:
163
+ encoding: US-ASCII
164
+ string: ''
165
+ headers: {}
166
+ response:
167
+ status:
168
+ code: 200
169
+ message: OK
170
+ headers:
171
+ access-control-allow-methods:
172
+ - POST,GET,PUT,DELETE
173
+ access-control-allow-origin:
174
+ - "*"
175
+ content-type:
176
+ - application/json
177
+ date:
178
+ - Wed, 25 Jun 2014 15:02:03 GMT
179
+ server:
180
+ - nginx/1.0.12
181
+ content-length:
182
+ - '101'
183
+ connection:
184
+ - Close
185
+ body:
186
+ encoding: UTF-8
187
+ string: '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
188
+ "total_count": 0}, "objects": []}'
189
+ http_version: '1.1'
190
+ recorded_at: Wed, 25 Jun 2014 15:02:03 GMT
191
+ - request:
192
+ method: get
193
+ uri: https://bigml.io/dev/andromeda/ensemble?username=<USERNAME>&api_key=<API_KEY>
194
+ body:
195
+ encoding: US-ASCII
196
+ string: ''
197
+ headers: {}
198
+ response:
199
+ status:
200
+ code: 200
201
+ message: OK
202
+ headers:
203
+ access-control-allow-methods:
204
+ - POST,GET,PUT,DELETE
205
+ access-control-allow-origin:
206
+ - "*"
207
+ content-type:
208
+ - application/json
209
+ date:
210
+ - Wed, 25 Jun 2014 15:02:03 GMT
211
+ server:
212
+ - nginx/1.0.12
213
+ transfer-encoding:
214
+ - chunked
215
+ connection:
216
+ - Close
217
+ body:
218
+ encoding: UTF-8
219
+ string: '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
220
+ "total_count": 0}, "objects": []}'
221
+ http_version: '1.1'
222
+ recorded_at: Wed, 25 Jun 2014 15:02:03 GMT
223
+ recorded_with: VCR 2.9.2
@@ -0,0 +1,1074 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://bigml.io/dev/andromeda/source?username=<USERNAME>&api_key=<API_KEY>
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ access-control-allow-methods:
16
+ - POST,GET,PUT,DELETE
17
+ access-control-allow-origin:
18
+ - "*"
19
+ content-type:
20
+ - application/json
21
+ date:
22
+ - Wed, 25 Jun 2014 15:03:23 GMT
23
+ server:
24
+ - nginx/1.0.12
25
+ vary:
26
+ - Accept-Encoding
27
+ content-length:
28
+ - '1002'
29
+ connection:
30
+ - Close
31
+ body:
32
+ encoding: UTF-8
33
+ string: '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
34
+ "total_count": 1}, "objects": [{"category": 0, "code": 200, "content_type":
35
+ "application/octet-stream", "created": "2014-06-25T15:03:09.967000", "credits":
36
+ 0.0, "description": "", "dev": true, "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae",
37
+ "name": "iris.csv", "number_of_datasets": 1, "number_of_ensembles": 0, "number_of_models":
38
+ 0, "number_of_predictions": 0, "private": true, "resource": "source/53aae4adffa0440855001a71",
39
+ "shared": false, "size": 4608, "source_parser": {"header": true, "locale":
40
+ "en_US", "missing_tokens": ["", "NaN", "NULL", "N/A", "null", "-", "#REF!",
41
+ "#VALUE!", "?", "#NULL!", "#NUM!", "#DIV/0", "n/a", "#NAME?", "NIL", "nil",
42
+ "na", "#N/A", "NA"], "quote": "\"", "separator": ","}, "status": {"code":
43
+ 5, "elapsed": 335, "message": "The source has been created"}, "subscription":
44
+ false, "tags": [], "term_analysis": {"enabled": true}, "type": 0, "updated":
45
+ "2014-06-25T15:03:22.622000"}]}'
46
+ http_version: '1.1'
47
+ recorded_at: Wed, 25 Jun 2014 15:03:23 GMT
48
+ - request:
49
+ method: delete
50
+ uri: https://bigml.io/dev/andromeda/source/53aae4adffa0440855001a71?username=<USERNAME>&api_key=<API_KEY>
51
+ body:
52
+ encoding: US-ASCII
53
+ string: ''
54
+ headers: {}
55
+ response:
56
+ status:
57
+ code: 204
58
+ message: NO CONTENT
59
+ headers:
60
+ access-control-allow-methods:
61
+ - POST,GET,PUT,DELETE
62
+ access-control-allow-origin:
63
+ - "*"
64
+ content-length:
65
+ - '0'
66
+ content-type:
67
+ - text/html; charset=utf-8
68
+ date:
69
+ - Wed, 25 Jun 2014 15:03:23 GMT
70
+ server:
71
+ - nginx/1.0.12
72
+ connection:
73
+ - Close
74
+ body:
75
+ encoding: US-ASCII
76
+ string: ''
77
+ http_version: '1.1'
78
+ recorded_at: Wed, 25 Jun 2014 15:03:23 GMT
79
+ - request:
80
+ method: get
81
+ uri: https://bigml.io/dev/andromeda/dataset?username=<USERNAME>&api_key=<API_KEY>
82
+ body:
83
+ encoding: US-ASCII
84
+ string: ''
85
+ headers: {}
86
+ response:
87
+ status:
88
+ code: 200
89
+ message: OK
90
+ headers:
91
+ access-control-allow-methods:
92
+ - POST,GET,PUT,DELETE
93
+ access-control-allow-origin:
94
+ - "*"
95
+ content-type:
96
+ - application/json
97
+ date:
98
+ - Wed, 25 Jun 2014 15:03:23 GMT
99
+ server:
100
+ - nginx/1.0.12
101
+ vary:
102
+ - Accept-Encoding
103
+ content-length:
104
+ - '1369'
105
+ connection:
106
+ - Close
107
+ body:
108
+ encoding: UTF-8
109
+ string: '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
110
+ "total_count": 1}, "objects": [{"all_fields": true, "category": 0, "cluster":
111
+ null, "cluster_status": true, "code": 200, "columns": 5, "created": "2014-06-25T15:03:11.624000",
112
+ "credits": 0.00439453125, "description": "", "dev": true, "field_types": {"categorical":
113
+ 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0, "total": 5}, "locale":
114
+ "en_US", "missing_numeric_rows": 0, "name": "iris'' dataset", "number_of_batchcentroids":
115
+ 0, "number_of_batchpredictions": 0, "number_of_clusters": 0, "number_of_ensembles":
116
+ 0, "number_of_evaluations": 0, "number_of_models": 0, "number_of_predictions":
117
+ 0, "objective_field": {"column_number": 4, "datatype": "string", "id": "000004",
118
+ "name": "species", "optype": "categorical", "order": 4, "term_analysis": {"enabled":
119
+ true}}, "price": 0.0, "private": true, "ranges": null, "replacements": null,
120
+ "resource": "dataset/53aae4afffa044085d000927", "rows": 150, "sample_rates":
121
+ null, "seeds": null, "shared": false, "size": 4608, "source": "source/53aae4adffa0440855001a71",
122
+ "source_status": false, "status": {"bytes": 4608, "code": 5, "elapsed": 361,
123
+ "field_errors": [], "message": "The dataset has been created", "row_format_errors":
124
+ [], "serialized_rows": 150}, "subscription": false, "tags": [], "term_limit":
125
+ 32, "updated": "2014-06-25T15:03:22.629000"}]}'
126
+ http_version: '1.1'
127
+ recorded_at: Wed, 25 Jun 2014 15:03:23 GMT
128
+ - request:
129
+ method: delete
130
+ uri: https://bigml.io/dev/andromeda/dataset/53aae4afffa044085d000927?username=<USERNAME>&api_key=<API_KEY>
131
+ body:
132
+ encoding: US-ASCII
133
+ string: ''
134
+ headers: {}
135
+ response:
136
+ status:
137
+ code: 204
138
+ message: NO CONTENT
139
+ headers:
140
+ access-control-allow-methods:
141
+ - POST,GET,PUT,DELETE
142
+ access-control-allow-origin:
143
+ - "*"
144
+ content-length:
145
+ - '0'
146
+ content-type:
147
+ - text/html; charset=utf-8
148
+ date:
149
+ - Wed, 25 Jun 2014 15:03:23 GMT
150
+ server:
151
+ - nginx/1.0.12
152
+ connection:
153
+ - Close
154
+ body:
155
+ encoding: US-ASCII
156
+ string: ''
157
+ http_version: '1.1'
158
+ recorded_at: Wed, 25 Jun 2014 15:03:23 GMT
159
+ - request:
160
+ method: get
161
+ uri: https://bigml.io/dev/andromeda/ensemble?username=<USERNAME>&api_key=<API_KEY>
162
+ body:
163
+ encoding: US-ASCII
164
+ string: ''
165
+ headers: {}
166
+ response:
167
+ status:
168
+ code: 200
169
+ message: OK
170
+ headers:
171
+ access-control-allow-methods:
172
+ - POST,GET,PUT,DELETE
173
+ access-control-allow-origin:
174
+ - "*"
175
+ content-type:
176
+ - application/json
177
+ date:
178
+ - Wed, 25 Jun 2014 15:03:23 GMT
179
+ server:
180
+ - nginx/1.0.12
181
+ transfer-encoding:
182
+ - chunked
183
+ connection:
184
+ - Close
185
+ body:
186
+ encoding: UTF-8
187
+ string: '{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null,
188
+ "total_count": 0}, "objects": []}'
189
+ http_version: '1.1'
190
+ recorded_at: Wed, 25 Jun 2014 15:03:24 GMT
191
+ - request:
192
+ method: post
193
+ uri: https://bigml.io/dev/andromeda/source
194
+ body:
195
+ encoding: US-ASCII
196
+ string: ''
197
+ headers:
198
+ content-type:
199
+ - multipart/form-data; boundary=-----------RubyMultipartPost
200
+ content-length:
201
+ - '5150'
202
+ response:
203
+ status:
204
+ code: 201
205
+ message: CREATED
206
+ headers:
207
+ access-control-allow-methods:
208
+ - POST,GET,PUT,DELETE
209
+ access-control-allow-origin:
210
+ - "*"
211
+ content-type:
212
+ - application/json
213
+ date:
214
+ - Wed, 25 Jun 2014 15:03:24 GMT
215
+ location:
216
+ - http://bigml.io/andromeda/source/53aae4bc0af5e8153700089c
217
+ server:
218
+ - nginx/1.0.12
219
+ transfer-encoding:
220
+ - chunked
221
+ connection:
222
+ - Close
223
+ body:
224
+ encoding: UTF-8
225
+ string: '{"category": 0, "code": 201, "content_type": "application/octet-stream",
226
+ "created": "2014-06-25T15:03:24.074955", "credits": 0.0, "description": "",
227
+ "dev": true, "fields_meta": {"count": 0, "limit": 1000, "offset": 0, "total":
228
+ 0}, "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae", "name":
229
+ "iris.csv", "number_of_datasets": 0, "number_of_ensembles": 0, "number_of_models":
230
+ 0, "number_of_predictions": 0, "private": true, "resource": "source/53aae4bc0af5e8153700089c",
231
+ "shared": false, "size": 4608, "source_parser": {}, "status": {"code": 1,
232
+ "message": "The request has been queued and will be processed soon"}, "subscription":
233
+ false, "tags": [], "term_analysis": {}, "type": 0, "updated": "2014-06-25T15:03:24.074990"}'
234
+ http_version: '1.1'
235
+ recorded_at: Wed, 25 Jun 2014 15:03:24 GMT
236
+ - request:
237
+ method: get
238
+ uri: https://bigml.io/dev/andromeda/source/53aae4bc0af5e8153700089c?username=<USERNAME>&api_key=<API_KEY>
239
+ body:
240
+ encoding: US-ASCII
241
+ string: ''
242
+ headers: {}
243
+ response:
244
+ status:
245
+ code: 200
246
+ message: OK
247
+ headers:
248
+ access-control-allow-methods:
249
+ - POST,GET,PUT,DELETE
250
+ access-control-allow-origin:
251
+ - "*"
252
+ content-type:
253
+ - application/json
254
+ date:
255
+ - Wed, 25 Jun 2014 15:03:24 GMT
256
+ server:
257
+ - nginx/1.0.12
258
+ vary:
259
+ - Accept-Encoding
260
+ content-length:
261
+ - '761'
262
+ connection:
263
+ - Close
264
+ body:
265
+ encoding: UTF-8
266
+ string: '{"category": 0, "code": 200, "content_type": "application/octet-stream",
267
+ "created": "2014-06-25T15:03:24.074000", "credits": 0.0, "description": "",
268
+ "dev": true, "fields_meta": {"count": 0, "limit": 1000, "offset": 0, "query_total":
269
+ 0, "total": 0}, "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae",
270
+ "name": "iris.csv", "number_of_datasets": 0, "number_of_ensembles": 0, "number_of_models":
271
+ 0, "number_of_predictions": 0, "private": true, "resource": "source/53aae4bc0af5e8153700089c",
272
+ "shared": false, "size": 4608, "source_parser": {"missing_tokens": []}, "status":
273
+ {"code": 3, "elapsed": 0, "message": "The source is being created"}, "subscription":
274
+ false, "tags": [], "term_analysis": {}, "type": 0, "updated": "2014-06-25T15:03:24.246000"}'
275
+ http_version: '1.1'
276
+ recorded_at: Wed, 25 Jun 2014 15:03:24 GMT
277
+ - request:
278
+ method: get
279
+ uri: https://bigml.io/dev/andromeda/source/53aae4bc0af5e8153700089c?username=<USERNAME>&api_key=<API_KEY>
280
+ body:
281
+ encoding: US-ASCII
282
+ string: ''
283
+ headers: {}
284
+ response:
285
+ status:
286
+ code: 200
287
+ message: OK
288
+ headers:
289
+ access-control-allow-methods:
290
+ - POST,GET,PUT,DELETE
291
+ access-control-allow-origin:
292
+ - "*"
293
+ content-type:
294
+ - application/json
295
+ date:
296
+ - Wed, 25 Jun 2014 15:03:25 GMT
297
+ server:
298
+ - nginx/1.0.12
299
+ vary:
300
+ - Accept-Encoding
301
+ content-length:
302
+ - '1478'
303
+ connection:
304
+ - Close
305
+ body:
306
+ encoding: UTF-8
307
+ string: '{"category": 0, "code": 200, "content_type": "application/octet-stream",
308
+ "created": "2014-06-25T15:03:24.074000", "credits": 0.0, "description": "",
309
+ "dev": true, "fields": {"000000": {"column_number": 0, "name": "sepal length",
310
+ "optype": "numeric", "order": 0}, "000001": {"column_number": 1, "name": "sepal
311
+ width", "optype": "numeric", "order": 1}, "000002": {"column_number": 2, "name":
312
+ "petal length", "optype": "numeric", "order": 2}, "000003": {"column_number":
313
+ 3, "name": "petal width", "optype": "numeric", "order": 3}, "000004": {"column_number":
314
+ 4, "name": "species", "optype": "categorical", "order": 4, "term_analysis":
315
+ {"enabled": true}}}, "fields_meta": {"count": 5, "limit": 1000, "offset":
316
+ 0, "query_total": 5, "total": 5}, "file_name": "iris.csv", "md5": "d1175c032e1042bec7f974c91e4a65ae",
317
+ "name": "iris.csv", "number_of_datasets": 0, "number_of_ensembles": 0, "number_of_models":
318
+ 0, "number_of_predictions": 0, "private": true, "resource": "source/53aae4bc0af5e8153700089c",
319
+ "shared": false, "size": 4608, "source_parser": {"header": true, "locale":
320
+ "en_US", "missing_tokens": ["", "NaN", "NULL", "N/A", "null", "-", "#REF!",
321
+ "#VALUE!", "?", "#NULL!", "#NUM!", "#DIV/0", "n/a", "#NAME?", "NIL", "nil",
322
+ "na", "#N/A", "NA"], "quote": "\"", "separator": ","}, "status": {"code":
323
+ 5, "elapsed": 375, "message": "The source has been created"}, "subscription":
324
+ false, "tags": [], "term_analysis": {"enabled": true}, "type": 0, "updated":
325
+ "2014-06-25T15:03:24.619000"}'
326
+ http_version: '1.1'
327
+ recorded_at: Wed, 25 Jun 2014 15:03:25 GMT
328
+ - request:
329
+ method: post
330
+ uri: https://bigml.io/dev/andromeda/dataset?username=<USERNAME>&api_key=<API_KEY>
331
+ body:
332
+ encoding: UTF-8
333
+ string: '{"source":"source/53aae4bc0af5e8153700089c"}'
334
+ headers:
335
+ content-type:
336
+ - application/json
337
+ response:
338
+ status:
339
+ code: 201
340
+ message: CREATED
341
+ headers:
342
+ access-control-allow-methods:
343
+ - POST,GET,PUT,DELETE
344
+ access-control-allow-origin:
345
+ - "*"
346
+ content-type:
347
+ - application/json
348
+ date:
349
+ - Wed, 25 Jun 2014 15:03:25 GMT
350
+ location:
351
+ - http://bigml.io/andromeda/dataset/53aae4bdffa0440855001a74
352
+ server:
353
+ - nginx/1.0.12
354
+ transfer-encoding:
355
+ - chunked
356
+ connection:
357
+ - Close
358
+ body:
359
+ encoding: UTF-8
360
+ string: '{"all_fields": true, "category": 0, "cluster": null, "cluster_status":
361
+ true, "code": 201, "columns": 0, "created": "2014-06-25T15:03:25.679884",
362
+ "credits": 0.00439453125, "description": "", "dev": true, "download": {"code":
363
+ 0, "excluded_input_fields": [], "header": true, "input_fields": [], "message":
364
+ "", "preview": [], "separator": ","}, "excluded_fields": [], "field_types":
365
+ {"categorical": 0, "datetime": 0, "numeric": 0, "preferred": 0, "text": 0,
366
+ "total": 0}, "fields_meta": {"count": 0, "limit": 1000, "offset": 0, "total":
367
+ 0}, "locale": "en-US", "missing_numeric_rows": 0, "missing_tokens": [], "name":
368
+ "iris'' dataset", "number_of_batchcentroids": 0, "number_of_batchpredictions":
369
+ 0, "number_of_clusters": 0, "number_of_ensembles": 0, "number_of_evaluations":
370
+ 0, "number_of_models": 0, "number_of_predictions": 0, "price": 0.0, "private":
371
+ true, "ranges": null, "replacements": null, "resource": "dataset/53aae4bdffa0440855001a74",
372
+ "rows": 0, "sample_rates": null, "seeds": null, "shared": false, "size": 4608,
373
+ "source": "source/53aae4bc0af5e8153700089c", "source_status": true, "status":
374
+ {"code": 1, "message": "The dataset is being processed and will be created
375
+ soon"}, "subscription": false, "tags": [], "term_limit": 32, "updated": "2014-06-25T15:03:25.679920",
376
+ "user_metadata": {}}'
377
+ http_version: '1.1'
378
+ recorded_at: Wed, 25 Jun 2014 15:03:25 GMT
379
+ - request:
380
+ method: get
381
+ uri: https://bigml.io/dev/andromeda/dataset/53aae4bdffa0440855001a74?username=<USERNAME>&api_key=<API_KEY>
382
+ body:
383
+ encoding: US-ASCII
384
+ string: ''
385
+ headers: {}
386
+ response:
387
+ status:
388
+ code: 200
389
+ message: OK
390
+ headers:
391
+ access-control-allow-methods:
392
+ - POST,GET,PUT,DELETE
393
+ access-control-allow-origin:
394
+ - "*"
395
+ content-type:
396
+ - application/json
397
+ date:
398
+ - Wed, 25 Jun 2014 15:03:25 GMT
399
+ server:
400
+ - nginx/1.0.12
401
+ vary:
402
+ - Accept-Encoding
403
+ transfer-encoding:
404
+ - chunked
405
+ connection:
406
+ - Close
407
+ body:
408
+ encoding: UTF-8
409
+ string: '{"all_fields": true, "category": 0, "cluster": null, "cluster_status":
410
+ true, "code": 200, "columns": 5, "created": "2014-06-25T15:03:25.679000",
411
+ "credits": 0.00439453125, "description": "", "dev": true, "download": {"code":
412
+ 0, "excluded_input_fields": [], "header": true, "input_fields": [], "message":
413
+ "", "preview": [], "separator": ","}, "excluded_fields": [], "field_types":
414
+ {"categorical": 0, "datetime": 0, "numeric": 0, "preferred": 0, "text": 0,
415
+ "total": 5}, "fields": {"000000": {"column_number": 0, "name": "sepal length",
416
+ "optype": "numeric", "order": 0}, "000001": {"column_number": 1, "name": "sepal
417
+ width", "optype": "numeric", "order": 1}, "000002": {"column_number": 2, "name":
418
+ "petal length", "optype": "numeric", "order": 2}, "000003": {"column_number":
419
+ 3, "name": "petal width", "optype": "numeric", "order": 3}, "000004": {"column_number":
420
+ 4, "name": "species", "optype": "categorical", "order": 4, "term_analysis":
421
+ {"enabled": true}}}, "fields_meta": {"count": 5, "limit": 1000, "offset":
422
+ 0, "query_total": 5, "total": 5}, "locale": "en_US", "missing_numeric_rows":
423
+ 0, "missing_tokens": ["", "NaN", "NULL", "N/A", "null", "-", "#REF!", "#VALUE!",
424
+ "?", "#NULL!", "#NUM!", "#DIV/0", "n/a", "#NAME?", "NIL", "nil", "na", "#N/A",
425
+ "NA"], "name": "iris'' dataset", "number_of_batchcentroids": 0, "number_of_batchpredictions":
426
+ 0, "number_of_clusters": 0, "number_of_ensembles": 0, "number_of_evaluations":
427
+ 0, "number_of_models": 0, "number_of_predictions": 0, "price": 0.0, "private":
428
+ true, "ranges": null, "replacements": null, "resource": "dataset/53aae4bdffa0440855001a74",
429
+ "rows": 0, "sample_rates": null, "seeds": null, "shared": false, "size": 4608,
430
+ "source": "source/53aae4bc0af5e8153700089c", "source_status": true, "status":
431
+ {"bytes": 0, "code": 2, "elapsed": 0, "field_errors": [], "message": "The
432
+ dataset creation has been started. No partial summary yet", "row_format_errors":
433
+ [], "serialized_rows": 0}, "subscription": false, "tags": [], "term_limit":
434
+ 32, "updated": "2014-06-25T15:03:25.883000", "user_metadata": {}}'
435
+ http_version: '1.1'
436
+ recorded_at: Wed, 25 Jun 2014 15:03:26 GMT
437
+ - request:
438
+ method: get
439
+ uri: https://bigml.io/dev/andromeda/dataset/53aae4bdffa0440855001a74?username=<USERNAME>&api_key=<API_KEY>
440
+ body:
441
+ encoding: US-ASCII
442
+ string: ''
443
+ headers: {}
444
+ response:
445
+ status:
446
+ code: 200
447
+ message: OK
448
+ headers:
449
+ access-control-allow-methods:
450
+ - POST,GET,PUT,DELETE
451
+ access-control-allow-origin:
452
+ - "*"
453
+ content-type:
454
+ - application/json
455
+ date:
456
+ - Wed, 25 Jun 2014 15:03:27 GMT
457
+ server:
458
+ - nginx/1.0.12
459
+ vary:
460
+ - Accept-Encoding
461
+ content-length:
462
+ - '5086'
463
+ connection:
464
+ - Close
465
+ body:
466
+ encoding: UTF-8
467
+ string: '{"all_fields": true, "category": 0, "cluster": null, "cluster_status":
468
+ true, "code": 200, "columns": 5, "created": "2014-06-25T15:03:25.679000",
469
+ "credits": 0.00439453125, "description": "", "dev": true, "download": {"code":
470
+ 0, "excluded_input_fields": [], "header": true, "input_fields": [], "message":
471
+ "", "preview": [], "separator": ","}, "excluded_fields": [], "field_types":
472
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
473
+ "total": 5}, "fields": {"000000": {"column_number": 0, "datatype": "double",
474
+ "name": "sepal length", "optype": "numeric", "order": 0, "preferred": true,
475
+ "summary": {"bins": [[4.3, 1], [4.425, 4], [4.6, 4], [4.77143, 7], [4.9625,
476
+ 16], [5.1, 9], [5.2, 4], [5.3, 1], [5.4, 6], [5.5, 7], [5.6, 6], [5.7, 8],
477
+ [5.8, 7], [5.9, 3], [6, 6], [6.1, 6], [6.2, 4], [6.3, 9], [6.4, 7], [6.5,
478
+ 5], [6.6, 2], [6.7, 8], [6.8, 3], [6.9, 4], [7, 1], [7.1, 1], [7.2, 3], [7.3,
479
+ 1], [7.4, 1], [7.6, 1], [7.7, 4], [7.9, 1]], "maximum": 7.9, "mean": 5.84333,
480
+ "median": 5.77889, "minimum": 4.3, "missing_count": 0, "population": 150,
481
+ "splits": [4.51526, 4.67252, 4.81113, 4.89582, 4.96139, 5.01131, 5.05992,
482
+ 5.11148, 5.18177, 5.35681, 5.44129, 5.5108, 5.58255, 5.65532, 5.71658, 5.77889,
483
+ 5.85381, 5.97078, 6.05104, 6.13074, 6.23023, 6.29578, 6.35078, 6.41459, 6.49383,
484
+ 6.63013, 6.70719, 6.79218, 6.92597, 7.20423, 7.64746], "standard_deviation":
485
+ 0.82807, "sum": 876.5, "sum_squares": 5223.85, "variance": 0.68569}}, "000001":
486
+ {"column_number": 1, "datatype": "double", "name": "sepal width", "optype":
487
+ "numeric", "order": 1, "preferred": true, "summary": {"counts": [[2, 1], [2.2,
488
+ 3], [2.3, 4], [2.4, 3], [2.5, 8], [2.6, 5], [2.7, 9], [2.8, 14], [2.9, 10],
489
+ [3, 26], [3.1, 11], [3.2, 13], [3.3, 6], [3.4, 12], [3.5, 6], [3.6, 4], [3.7,
490
+ 3], [3.8, 6], [3.9, 2], [4, 1], [4.1, 1], [4.2, 1], [4.4, 1]], "maximum":
491
+ 4.4, "mean": 3.05733, "median": 3.02044, "minimum": 2, "missing_count": 0,
492
+ "population": 150, "standard_deviation": 0.43587, "sum": 458.6, "sum_squares":
493
+ 1430.4, "variance": 0.18998}}, "000002": {"column_number": 2, "datatype":
494
+ "double", "name": "petal length", "optype": "numeric", "order": 2, "preferred":
495
+ true, "summary": {"bins": [[1, 1], [1.16667, 3], [1.3, 7], [1.4, 13], [1.5,
496
+ 13], [1.6, 7], [1.7, 4], [1.9, 2], [3, 1], [3.3, 2], [3.5, 2], [3.6, 1], [3.75,
497
+ 2], [3.9, 3], [4.0375, 8], [4.23333, 6], [4.46667, 12], [4.6, 3], [4.74444,
498
+ 9], [4.94444, 9], [5.1, 8], [5.25, 4], [5.46, 5], [5.6, 6], [5.75, 6], [5.95,
499
+ 4], [6.1, 3], [6.3, 1], [6.4, 1], [6.6, 1], [6.7, 2], [6.9, 1]], "maximum":
500
+ 6.9, "mean": 3.758, "median": 4.34142, "minimum": 1, "missing_count": 0, "population":
501
+ 150, "splits": [1.25138, 1.32426, 1.37171, 1.40962, 1.44567, 1.48173, 1.51859,
502
+ 1.56301, 1.6255, 1.74645, 3.23033, 3.675, 3.94203, 4.0469, 4.18243, 4.34142,
503
+ 4.45309, 4.51823, 4.61771, 4.72566, 4.83445, 4.93363, 5.03807, 5.1064, 5.20938,
504
+ 5.43979, 5.5744, 5.6646, 5.81496, 6.02913, 6.38125], "standard_deviation":
505
+ 1.7653, "sum": 563.7, "sum_squares": 2582.71, "variance": 3.11628}}, "000003":
506
+ {"column_number": 3, "datatype": "double", "name": "petal width", "optype":
507
+ "numeric", "order": 3, "preferred": true, "summary": {"counts": [[0.1, 5],
508
+ [0.2, 29], [0.3, 7], [0.4, 7], [0.5, 1], [0.6, 1], [1, 7], [1.1, 3], [1.2,
509
+ 5], [1.3, 13], [1.4, 8], [1.5, 12], [1.6, 4], [1.7, 2], [1.8, 12], [1.9, 5],
510
+ [2, 6], [2.1, 6], [2.2, 3], [2.3, 8], [2.4, 3], [2.5, 3]], "maximum": 2.5,
511
+ "mean": 1.19933, "median": 1.32848, "minimum": 0.1, "missing_count": 0, "population":
512
+ 150, "standard_deviation": 0.76224, "sum": 179.9, "sum_squares": 302.33, "variance":
513
+ 0.58101}}, "000004": {"column_number": 4, "datatype": "string", "name": "species",
514
+ "optype": "categorical", "order": 4, "preferred": true, "summary": {"categories":
515
+ [["Iris-setosa", 50], ["Iris-versicolor", 50], ["Iris-virginica", 50]], "missing_count":
516
+ 0}, "term_analysis": {"enabled": true}}}, "fields_meta": {"count": 5, "limit":
517
+ 1000, "offset": 0, "query_total": 5, "total": 5}, "locale": "en_US", "missing_numeric_rows":
518
+ 0, "missing_tokens": ["", "NaN", "NULL", "N/A", "null", "-", "#REF!", "#VALUE!",
519
+ "?", "#NULL!", "#NUM!", "#DIV/0", "n/a", "#NAME?", "NIL", "nil", "na", "#N/A",
520
+ "NA"], "name": "iris'' dataset", "number_of_batchcentroids": 0, "number_of_batchpredictions":
521
+ 0, "number_of_clusters": 0, "number_of_ensembles": 0, "number_of_evaluations":
522
+ 0, "number_of_models": 0, "number_of_predictions": 0, "objective_field": {"column_number":
523
+ 4, "datatype": "string", "id": "000004", "name": "species", "optype": "categorical",
524
+ "order": 4, "term_analysis": {"enabled": true}}, "price": 0.0, "private":
525
+ true, "ranges": null, "replacements": null, "resource": "dataset/53aae4bdffa0440855001a74",
526
+ "rows": 150, "sample_rates": null, "seeds": null, "shared": false, "size":
527
+ 4608, "source": "source/53aae4bc0af5e8153700089c", "source_status": true,
528
+ "status": {"bytes": 4608, "code": 5, "elapsed": 339, "field_errors": [], "message":
529
+ "The dataset has been created", "row_format_errors": [], "serialized_rows":
530
+ 150}, "subscription": false, "tags": [], "term_limit": 32, "updated": "2014-06-25T15:03:26.238000",
531
+ "user_metadata": {}}'
532
+ http_version: '1.1'
533
+ recorded_at: Wed, 25 Jun 2014 15:03:27 GMT
534
+ - request:
535
+ method: post
536
+ uri: https://bigml.io/dev/andromeda/ensemble?username=<USERNAME>&api_key=<API_KEY>
537
+ body:
538
+ encoding: UTF-8
539
+ string: '{"dataset":"dataset/53aae4bdffa0440855001a74","number_of_models":2}'
540
+ headers:
541
+ content-type:
542
+ - application/json
543
+ response:
544
+ status:
545
+ code: 201
546
+ message: CREATED
547
+ headers:
548
+ access-control-allow-methods:
549
+ - POST,GET,PUT,DELETE
550
+ access-control-allow-origin:
551
+ - "*"
552
+ content-type:
553
+ - application/json
554
+ date:
555
+ - Wed, 25 Jun 2014 15:03:27 GMT
556
+ location:
557
+ - http://bigml.io/andromeda/ensemble/53aae4bfffa044085a000e05
558
+ server:
559
+ - nginx/1.0.12
560
+ transfer-encoding:
561
+ - chunked
562
+ connection:
563
+ - Close
564
+ body:
565
+ encoding: UTF-8
566
+ string: '{"balance_objective": false, "category": 0, "code": 201, "columns":
567
+ 5, "created": "2014-06-25T15:03:27.406245", "credits": 0.03515625, "credits_per_prediction":
568
+ 0.0, "dataset": "dataset/53aae4bdffa0440855001a74", "dataset_field_types":
569
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
570
+ "total": 5}, "dataset_status": true, "datasets": [], "description": "", "dev":
571
+ true, "distributions": [{"importance": [], "predictions": {}, "training":
572
+ {}}, {"importance": [], "predictions": {}, "training": {}}], "error_models":
573
+ 0, "fields_maps": null, "finished_models": 0, "locale": "en-US", "max_columns":
574
+ 5, "max_rows": 150, "models": ["model/53aae4bfffa044085a000e08"], "name":
575
+ "iris'' dataset ensemble", "node_threshold": 512, "number_of_batchpredictions":
576
+ 0, "number_of_evaluations": 0, "number_of_models": 2, "number_of_predictions":
577
+ 0, "number_of_public_predictions": 0, "objective_field": "000004", "ordering":
578
+ 0, "out_of_bag": false, "price": 0.0, "private": true, "randomize": false,
579
+ "range": [1, 150], "replacement": true, "resource": "ensemble/53aae4bfffa044085a000e05",
580
+ "rows": 150, "sample_rate": 1.0, "shared": false, "size": 9216, "source":
581
+ "source/53aae4bc0af5e8153700089c", "source_status": true, "stat_pruning":
582
+ false, "status": {"code": 3, "elapsed": 0.036000000000000004, "message": "The
583
+ ensemble creation has been started", "progress": 0.0}, "subscription": false,
584
+ "tags": ["species"], "tlp": 1, "updated": "2014-06-25T15:03:27.406281"}'
585
+ http_version: '1.1'
586
+ recorded_at: Wed, 25 Jun 2014 15:03:27 GMT
587
+ - request:
588
+ method: get
589
+ uri: https://bigml.io/dev/andromeda/ensemble/53aae4bfffa044085a000e05?username=<USERNAME>&api_key=<API_KEY>
590
+ body:
591
+ encoding: US-ASCII
592
+ string: ''
593
+ headers: {}
594
+ response:
595
+ status:
596
+ code: 200
597
+ message: OK
598
+ headers:
599
+ access-control-allow-methods:
600
+ - POST,GET,PUT,DELETE
601
+ access-control-allow-origin:
602
+ - "*"
603
+ content-type:
604
+ - application/json
605
+ date:
606
+ - Wed, 25 Jun 2014 15:03:27 GMT
607
+ server:
608
+ - nginx/1.0.12
609
+ vary:
610
+ - Accept-Encoding
611
+ transfer-encoding:
612
+ - chunked
613
+ connection:
614
+ - Close
615
+ body:
616
+ encoding: UTF-8
617
+ string: '{"balance_objective": false, "category": 0, "code": 200, "columns":
618
+ 5, "created": "2014-06-25T15:03:27.406000", "credits": 0.03515625, "credits_per_prediction":
619
+ 0.0, "dataset": "dataset/53aae4bdffa0440855001a74", "dataset_field_types":
620
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
621
+ "total": 5}, "dataset_status": true, "datasets": [], "description": "", "dev":
622
+ true, "distributions": [{"importance": [], "predictions": {}, "training":
623
+ {}}, {"importance": [], "predictions": {}, "training": {}}], "error_models":
624
+ 0, "fields_maps": null, "finished_models": 0, "locale": "en-US", "max_columns":
625
+ 5, "max_rows": 150, "models": ["model/53aae4bfffa044085a000e08"], "name":
626
+ "iris'' dataset ensemble", "node_threshold": 512, "number_of_batchpredictions":
627
+ 0, "number_of_evaluations": 0, "number_of_models": 2, "number_of_predictions":
628
+ 0, "number_of_public_predictions": 0, "objective_field": "000004", "ordering":
629
+ 0, "out_of_bag": false, "price": 0.0, "private": true, "randomize": false,
630
+ "range": [1, 150], "replacement": true, "resource": "ensemble/53aae4bfffa044085a000e05",
631
+ "rows": 150, "sample_rate": 1.0, "shared": false, "size": 9216, "source":
632
+ "source/53aae4bc0af5e8153700089c", "source_status": true, "stat_pruning":
633
+ false, "status": {"code": 3, "elapsed": 34.0, "message": "The ensemble creation
634
+ has been started", "progress": 0.0}, "subscription": false, "tags": ["species"],
635
+ "tlp": 1, "updated": "2014-06-25T15:03:27.440000"}'
636
+ http_version: '1.1'
637
+ recorded_at: Wed, 25 Jun 2014 15:03:28 GMT
638
+ - request:
639
+ method: get
640
+ uri: https://bigml.io/dev/andromeda/ensemble/53aae4bfffa044085a000e05?username=<USERNAME>&api_key=<API_KEY>
641
+ body:
642
+ encoding: US-ASCII
643
+ string: ''
644
+ headers: {}
645
+ response:
646
+ status:
647
+ code: 200
648
+ message: OK
649
+ headers:
650
+ access-control-allow-methods:
651
+ - POST,GET,PUT,DELETE
652
+ access-control-allow-origin:
653
+ - "*"
654
+ content-type:
655
+ - application/json
656
+ date:
657
+ - Wed, 25 Jun 2014 15:03:29 GMT
658
+ server:
659
+ - nginx/1.0.12
660
+ vary:
661
+ - Accept-Encoding
662
+ transfer-encoding:
663
+ - chunked
664
+ connection:
665
+ - Close
666
+ body:
667
+ encoding: UTF-8
668
+ string: '{"balance_objective": false, "category": 0, "code": 200, "columns":
669
+ 5, "created": "2014-06-25T15:03:27.406000", "credits": 0.03515625, "credits_per_prediction":
670
+ 0.0, "dataset": "dataset/53aae4bdffa0440855001a74", "dataset_field_types":
671
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
672
+ "total": 5}, "dataset_status": true, "datasets": [], "description": "", "dev":
673
+ true, "distributions": [{"importance": [], "predictions": {}, "training":
674
+ {}}, {"importance": [], "predictions": {}, "training": {}}], "error_models":
675
+ 0, "fields_maps": null, "finished_models": 0, "locale": "en-US", "max_columns":
676
+ 5, "max_rows": 150, "models": ["model/53aae4bfffa044085a000e08"], "name":
677
+ "iris'' dataset ensemble", "node_threshold": 512, "number_of_batchpredictions":
678
+ 0, "number_of_evaluations": 0, "number_of_models": 2, "number_of_predictions":
679
+ 0, "number_of_public_predictions": 0, "objective_field": "000004", "ordering":
680
+ 0, "out_of_bag": false, "price": 0.0, "private": true, "randomize": false,
681
+ "range": [1, 150], "replacement": true, "resource": "ensemble/53aae4bfffa044085a000e05",
682
+ "rows": 150, "sample_rate": 1.0, "shared": false, "size": 9216, "source":
683
+ "source/53aae4bc0af5e8153700089c", "source_status": true, "stat_pruning":
684
+ false, "status": {"code": 3, "elapsed": 34.0, "message": "The ensemble creation
685
+ has been started", "progress": 0.0}, "subscription": false, "tags": ["species"],
686
+ "tlp": 1, "updated": "2014-06-25T15:03:27.440000"}'
687
+ http_version: '1.1'
688
+ recorded_at: Wed, 25 Jun 2014 15:03:29 GMT
689
+ - request:
690
+ method: get
691
+ uri: https://bigml.io/dev/andromeda/ensemble/53aae4bfffa044085a000e05?username=<USERNAME>&api_key=<API_KEY>
692
+ body:
693
+ encoding: US-ASCII
694
+ string: ''
695
+ headers: {}
696
+ response:
697
+ status:
698
+ code: 200
699
+ message: OK
700
+ headers:
701
+ access-control-allow-methods:
702
+ - POST,GET,PUT,DELETE
703
+ access-control-allow-origin:
704
+ - "*"
705
+ content-type:
706
+ - application/json
707
+ date:
708
+ - Wed, 25 Jun 2014 15:03:30 GMT
709
+ server:
710
+ - nginx/1.0.12
711
+ vary:
712
+ - Accept-Encoding
713
+ transfer-encoding:
714
+ - chunked
715
+ connection:
716
+ - Close
717
+ body:
718
+ encoding: UTF-8
719
+ string: '{"balance_objective": false, "category": 0, "code": 200, "columns":
720
+ 5, "created": "2014-06-25T15:03:27.406000", "credits": 0.03515625, "credits_per_prediction":
721
+ 0.0, "dataset": "dataset/53aae4bdffa0440855001a74", "dataset_field_types":
722
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
723
+ "total": 5}, "dataset_status": true, "datasets": [], "description": "", "dev":
724
+ true, "distributions": [{"importance": [], "predictions": {}, "training":
725
+ {}}, {"importance": [], "predictions": {}, "training": {}}], "error_models":
726
+ 0, "fields_maps": null, "finished_models": 0, "locale": "en-US", "max_columns":
727
+ 5, "max_rows": 150, "models": ["model/53aae4bfffa044085a000e08"], "name":
728
+ "iris'' dataset ensemble", "node_threshold": 512, "number_of_batchpredictions":
729
+ 0, "number_of_evaluations": 0, "number_of_models": 2, "number_of_predictions":
730
+ 0, "number_of_public_predictions": 0, "objective_field": "000004", "ordering":
731
+ 0, "out_of_bag": false, "price": 0.0, "private": true, "randomize": false,
732
+ "range": [1, 150], "replacement": true, "resource": "ensemble/53aae4bfffa044085a000e05",
733
+ "rows": 150, "sample_rate": 1.0, "shared": false, "size": 9216, "source":
734
+ "source/53aae4bc0af5e8153700089c", "source_status": true, "stat_pruning":
735
+ false, "status": {"code": 3, "elapsed": 34.0, "message": "The ensemble creation
736
+ has been started", "progress": 0.0}, "subscription": false, "tags": ["species"],
737
+ "tlp": 1, "updated": "2014-06-25T15:03:27.440000"}'
738
+ http_version: '1.1'
739
+ recorded_at: Wed, 25 Jun 2014 15:03:30 GMT
740
+ - request:
741
+ method: get
742
+ uri: https://bigml.io/dev/andromeda/ensemble/53aae4bfffa044085a000e05?username=<USERNAME>&api_key=<API_KEY>
743
+ body:
744
+ encoding: US-ASCII
745
+ string: ''
746
+ headers: {}
747
+ response:
748
+ status:
749
+ code: 200
750
+ message: OK
751
+ headers:
752
+ access-control-allow-methods:
753
+ - POST,GET,PUT,DELETE
754
+ access-control-allow-origin:
755
+ - "*"
756
+ content-type:
757
+ - application/json
758
+ date:
759
+ - Wed, 25 Jun 2014 15:03:31 GMT
760
+ server:
761
+ - nginx/1.0.12
762
+ vary:
763
+ - Accept-Encoding
764
+ transfer-encoding:
765
+ - chunked
766
+ connection:
767
+ - Close
768
+ body:
769
+ encoding: UTF-8
770
+ string: '{"balance_objective": false, "category": 0, "code": 200, "columns":
771
+ 5, "created": "2014-06-25T15:03:27.406000", "credits": 0.03515625, "credits_per_prediction":
772
+ 0.0, "dataset": "dataset/53aae4bdffa0440855001a74", "dataset_field_types":
773
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
774
+ "total": 5}, "dataset_status": true, "datasets": [], "description": "", "dev":
775
+ true, "distributions": [{"importance": [], "predictions": {}, "training":
776
+ {}}, {"importance": [], "predictions": {}, "training": {}}], "error_models":
777
+ 0, "fields_maps": null, "finished_models": 0, "locale": "en-US", "max_columns":
778
+ 5, "max_rows": 150, "models": ["model/53aae4bfffa044085a000e08"], "name":
779
+ "iris'' dataset ensemble", "node_threshold": 512, "number_of_batchpredictions":
780
+ 0, "number_of_evaluations": 0, "number_of_models": 2, "number_of_predictions":
781
+ 0, "number_of_public_predictions": 0, "objective_field": "000004", "ordering":
782
+ 0, "out_of_bag": false, "price": 0.0, "private": true, "randomize": false,
783
+ "range": [1, 150], "replacement": true, "resource": "ensemble/53aae4bfffa044085a000e05",
784
+ "rows": 150, "sample_rate": 1.0, "shared": false, "size": 9216, "source":
785
+ "source/53aae4bc0af5e8153700089c", "source_status": true, "stat_pruning":
786
+ false, "status": {"code": 3, "elapsed": 34.0, "message": "The ensemble creation
787
+ has been started", "progress": 0.0}, "subscription": false, "tags": ["species"],
788
+ "tlp": 1, "updated": "2014-06-25T15:03:27.440000"}'
789
+ http_version: '1.1'
790
+ recorded_at: Wed, 25 Jun 2014 15:03:31 GMT
791
+ - request:
792
+ method: get
793
+ uri: https://bigml.io/dev/andromeda/ensemble/53aae4bfffa044085a000e05?username=<USERNAME>&api_key=<API_KEY>
794
+ body:
795
+ encoding: US-ASCII
796
+ string: ''
797
+ headers: {}
798
+ response:
799
+ status:
800
+ code: 200
801
+ message: OK
802
+ headers:
803
+ access-control-allow-methods:
804
+ - POST,GET,PUT,DELETE
805
+ access-control-allow-origin:
806
+ - "*"
807
+ content-type:
808
+ - application/json
809
+ date:
810
+ - Wed, 25 Jun 2014 15:03:32 GMT
811
+ server:
812
+ - nginx/1.0.12
813
+ vary:
814
+ - Accept-Encoding
815
+ transfer-encoding:
816
+ - chunked
817
+ connection:
818
+ - Close
819
+ body:
820
+ encoding: UTF-8
821
+ string: '{"balance_objective": false, "category": 0, "code": 200, "columns":
822
+ 5, "created": "2014-06-25T15:03:27.406000", "credits": 0.03515625, "credits_per_prediction":
823
+ 0.0, "dataset": "dataset/53aae4bdffa0440855001a74", "dataset_field_types":
824
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
825
+ "total": 5}, "dataset_status": true, "datasets": [], "description": "", "dev":
826
+ true, "distributions": [{"importance": [["000002", 0.70824], ["000003", 0.29176]],
827
+ "predictions": {"categories": [["Iris-setosa", 47], ["Iris-versicolor", 54],
828
+ ["Iris-virginica", 49]]}, "training": {"categories": [["Iris-setosa", 47],
829
+ ["Iris-versicolor", 54], ["Iris-virginica", 49]]}}, {"importance": [], "predictions":
830
+ {}, "training": {}}], "error_models": 0, "fields_maps": null, "finished_models":
831
+ 1, "locale": "en-US", "max_columns": 5, "max_rows": 150, "models": ["model/53aae4bfffa044085a000e08",
832
+ "model/53aae4c348d9b65d040001d5"], "name": "iris'' dataset ensemble", "node_threshold":
833
+ 512, "number_of_batchpredictions": 0, "number_of_evaluations": 0, "number_of_models":
834
+ 2, "number_of_predictions": 0, "number_of_public_predictions": 0, "objective_field":
835
+ "000004", "objective_field_details": {"column_number": 4, "datatype": "string",
836
+ "name": "species", "optype": "categorical", "preferred": true, "term_analysis":
837
+ {"enabled": true}}, "ordering": 0, "out_of_bag": false, "price": 0.0, "private":
838
+ true, "randomize": false, "range": [1, 150], "replacement": true, "resource":
839
+ "ensemble/53aae4bfffa044085a000e05", "rows": 150, "sample_rate": 1.0, "shared":
840
+ false, "size": 9216, "source": "source/53aae4bc0af5e8153700089c", "source_status":
841
+ true, "stat_pruning": false, "status": {"code": 3, "elapsed": 4165.0, "message":
842
+ "The ensemble creation has been started", "progress": 0.5}, "subscription":
843
+ false, "tags": ["species"], "tlp": 1, "updated": "2014-06-25T15:03:31.571000"}'
844
+ http_version: '1.1'
845
+ recorded_at: Wed, 25 Jun 2014 15:03:32 GMT
846
+ - request:
847
+ method: get
848
+ uri: https://bigml.io/dev/andromeda/ensemble/53aae4bfffa044085a000e05?username=<USERNAME>&api_key=<API_KEY>
849
+ body:
850
+ encoding: US-ASCII
851
+ string: ''
852
+ headers: {}
853
+ response:
854
+ status:
855
+ code: 200
856
+ message: OK
857
+ headers:
858
+ access-control-allow-methods:
859
+ - POST,GET,PUT,DELETE
860
+ access-control-allow-origin:
861
+ - "*"
862
+ content-type:
863
+ - application/json
864
+ date:
865
+ - Wed, 25 Jun 2014 15:03:33 GMT
866
+ server:
867
+ - nginx/1.0.12
868
+ vary:
869
+ - Accept-Encoding
870
+ transfer-encoding:
871
+ - chunked
872
+ connection:
873
+ - Close
874
+ body:
875
+ encoding: UTF-8
876
+ string: '{"balance_objective": false, "category": 0, "code": 200, "columns":
877
+ 5, "created": "2014-06-25T15:03:27.406000", "credits": 0.03515625, "credits_per_prediction":
878
+ 0.0, "dataset": "dataset/53aae4bdffa0440855001a74", "dataset_field_types":
879
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
880
+ "total": 5}, "dataset_status": true, "datasets": [], "description": "", "dev":
881
+ true, "distributions": [{"importance": [["000002", 0.70824], ["000003", 0.29176]],
882
+ "predictions": {"categories": [["Iris-setosa", 47], ["Iris-versicolor", 54],
883
+ ["Iris-virginica", 49]]}, "training": {"categories": [["Iris-setosa", 47],
884
+ ["Iris-versicolor", 54], ["Iris-virginica", 49]]}}, {"importance": [], "predictions":
885
+ {}, "training": {}}], "error_models": 0, "fields_maps": null, "finished_models":
886
+ 1, "locale": "en-US", "max_columns": 5, "max_rows": 150, "models": ["model/53aae4bfffa044085a000e08",
887
+ "model/53aae4c348d9b65d040001d5"], "name": "iris'' dataset ensemble", "node_threshold":
888
+ 512, "number_of_batchpredictions": 0, "number_of_evaluations": 0, "number_of_models":
889
+ 2, "number_of_predictions": 0, "number_of_public_predictions": 0, "objective_field":
890
+ "000004", "objective_field_details": {"column_number": 4, "datatype": "string",
891
+ "name": "species", "optype": "categorical", "preferred": true, "term_analysis":
892
+ {"enabled": true}}, "ordering": 0, "out_of_bag": false, "price": 0.0, "private":
893
+ true, "randomize": false, "range": [1, 150], "replacement": true, "resource":
894
+ "ensemble/53aae4bfffa044085a000e05", "rows": 150, "sample_rate": 1.0, "shared":
895
+ false, "size": 9216, "source": "source/53aae4bc0af5e8153700089c", "source_status":
896
+ true, "stat_pruning": false, "status": {"code": 3, "elapsed": 4165.0, "message":
897
+ "The ensemble creation has been started", "progress": 0.5}, "subscription":
898
+ false, "tags": ["species"], "tlp": 1, "updated": "2014-06-25T15:03:31.571000"}'
899
+ http_version: '1.1'
900
+ recorded_at: Wed, 25 Jun 2014 15:03:33 GMT
901
+ - request:
902
+ method: get
903
+ uri: https://bigml.io/dev/andromeda/ensemble/53aae4bfffa044085a000e05?username=<USERNAME>&api_key=<API_KEY>
904
+ body:
905
+ encoding: US-ASCII
906
+ string: ''
907
+ headers: {}
908
+ response:
909
+ status:
910
+ code: 200
911
+ message: OK
912
+ headers:
913
+ access-control-allow-methods:
914
+ - POST,GET,PUT,DELETE
915
+ access-control-allow-origin:
916
+ - "*"
917
+ content-type:
918
+ - application/json
919
+ date:
920
+ - Wed, 25 Jun 2014 15:03:34 GMT
921
+ server:
922
+ - nginx/1.0.12
923
+ vary:
924
+ - Accept-Encoding
925
+ content-length:
926
+ - '1869'
927
+ connection:
928
+ - Close
929
+ body:
930
+ encoding: UTF-8
931
+ string: '{"balance_objective": false, "category": 0, "code": 200, "columns":
932
+ 5, "created": "2014-06-25T15:03:27.406000", "credits": 0.03515625, "credits_per_prediction":
933
+ 0.0, "dataset": "dataset/53aae4bdffa0440855001a74", "dataset_field_types":
934
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
935
+ "total": 5}, "dataset_status": true, "datasets": [], "description": "", "dev":
936
+ true, "distributions": [{"importance": [["000002", 0.70824], ["000003", 0.29176]],
937
+ "predictions": {"categories": [["Iris-setosa", 47], ["Iris-versicolor", 54],
938
+ ["Iris-virginica", 49]]}, "training": {"categories": [["Iris-setosa", 47],
939
+ ["Iris-versicolor", 54], ["Iris-virginica", 49]]}}, {"importance": [], "predictions":
940
+ {}, "training": {}}], "error_models": 0, "fields_maps": null, "finished_models":
941
+ 1, "locale": "en-US", "max_columns": 5, "max_rows": 150, "models": ["model/53aae4bfffa044085a000e08",
942
+ "model/53aae4c348d9b65d040001d5"], "name": "iris'' dataset ensemble", "node_threshold":
943
+ 512, "number_of_batchpredictions": 0, "number_of_evaluations": 0, "number_of_models":
944
+ 2, "number_of_predictions": 0, "number_of_public_predictions": 0, "objective_field":
945
+ "000004", "objective_field_details": {"column_number": 4, "datatype": "string",
946
+ "name": "species", "optype": "categorical", "preferred": true, "term_analysis":
947
+ {"enabled": true}}, "ordering": 0, "out_of_bag": false, "price": 0.0, "private":
948
+ true, "randomize": false, "range": [1, 150], "replacement": true, "resource":
949
+ "ensemble/53aae4bfffa044085a000e05", "rows": 150, "sample_rate": 1.0, "shared":
950
+ false, "size": 9216, "source": "source/53aae4bc0af5e8153700089c", "source_status":
951
+ true, "stat_pruning": false, "status": {"code": 3, "elapsed": 4165.0, "message":
952
+ "The ensemble creation has been started", "progress": 0.5}, "subscription":
953
+ false, "tags": ["species"], "tlp": 1, "updated": "2014-06-25T15:03:31.571000"}'
954
+ http_version: '1.1'
955
+ recorded_at: Wed, 25 Jun 2014 15:03:35 GMT
956
+ - request:
957
+ method: get
958
+ uri: https://bigml.io/dev/andromeda/ensemble/53aae4bfffa044085a000e05?username=<USERNAME>&api_key=<API_KEY>
959
+ body:
960
+ encoding: US-ASCII
961
+ string: ''
962
+ headers: {}
963
+ response:
964
+ status:
965
+ code: 200
966
+ message: OK
967
+ headers:
968
+ access-control-allow-methods:
969
+ - POST,GET,PUT,DELETE
970
+ access-control-allow-origin:
971
+ - "*"
972
+ content-type:
973
+ - application/json
974
+ date:
975
+ - Wed, 25 Jun 2014 15:03:36 GMT
976
+ server:
977
+ - nginx/1.0.12
978
+ vary:
979
+ - Accept-Encoding
980
+ transfer-encoding:
981
+ - chunked
982
+ connection:
983
+ - Close
984
+ body:
985
+ encoding: UTF-8
986
+ string: '{"balance_objective": false, "category": 0, "code": 200, "columns":
987
+ 5, "created": "2014-06-25T15:03:27.406000", "credits": 0.03515625, "credits_per_prediction":
988
+ 0.0, "dataset": "dataset/53aae4bdffa0440855001a74", "dataset_field_types":
989
+ {"categorical": 1, "datetime": 0, "numeric": 4, "preferred": 5, "text": 0,
990
+ "total": 5}, "dataset_status": true, "datasets": [], "description": "", "dev":
991
+ true, "distributions": [{"importance": [["000002", 0.70824], ["000003", 0.29176]],
992
+ "predictions": {"categories": [["Iris-setosa", 47], ["Iris-versicolor", 54],
993
+ ["Iris-virginica", 49]]}, "training": {"categories": [["Iris-setosa", 47],
994
+ ["Iris-versicolor", 54], ["Iris-virginica", 49]]}}, {"importance": [["000002",
995
+ 0.73528], ["000003", 0.26472]], "predictions": {"categories": [["Iris-setosa",
996
+ 57], ["Iris-versicolor", 58], ["Iris-virginica", 35]]}, "training": {"categories":
997
+ [["Iris-setosa", 57], ["Iris-versicolor", 58], ["Iris-virginica", 35]]}}],
998
+ "error_models": 0, "fields_maps": null, "finished_models": 2, "locale": "en-US",
999
+ "max_columns": 5, "max_rows": 150, "models": ["model/53aae4bfffa044085a000e08",
1000
+ "model/53aae4c348d9b65d040001d5"], "name": "iris'' dataset ensemble", "node_threshold":
1001
+ 512, "number_of_batchpredictions": 0, "number_of_evaluations": 0, "number_of_models":
1002
+ 2, "number_of_predictions": 0, "number_of_public_predictions": 0, "objective_field":
1003
+ "000004", "objective_field_details": {"column_number": 4, "datatype": "string",
1004
+ "name": "species", "optype": "categorical", "preferred": true, "term_analysis":
1005
+ {"enabled": true}}, "ordering": 0, "out_of_bag": false, "price": 0.0, "private":
1006
+ true, "randomize": false, "range": [1, 150], "replacement": true, "resource":
1007
+ "ensemble/53aae4bfffa044085a000e05", "rows": 150, "sample_rate": 1.0, "shared":
1008
+ false, "size": 9216, "source": "source/53aae4bc0af5e8153700089c", "source_status":
1009
+ true, "stat_pruning": false, "status": {"code": 5, "elapsed": 8113.0, "message":
1010
+ "The ensemble has been created", "progress": 1.0}, "subscription": false,
1011
+ "tags": ["species"], "tlp": 1, "updated": "2014-06-25T15:03:35.519000"}'
1012
+ http_version: '1.1'
1013
+ recorded_at: Wed, 25 Jun 2014 15:03:36 GMT
1014
+ - request:
1015
+ method: post
1016
+ uri: https://bigml.io/dev/andromeda/prediction?username=<USERNAME>&api_key=<API_KEY>
1017
+ body:
1018
+ encoding: UTF-8
1019
+ string: '{"ensemble":"ensemble/53aae4bfffa044085a000e05","input_data":{"000001":3}}'
1020
+ headers:
1021
+ content-type:
1022
+ - application/json
1023
+ response:
1024
+ status:
1025
+ code: 201
1026
+ message: CREATED
1027
+ headers:
1028
+ access-control-allow-methods:
1029
+ - POST,GET,PUT,DELETE
1030
+ access-control-allow-origin:
1031
+ - "*"
1032
+ content-type:
1033
+ - application/json
1034
+ date:
1035
+ - Wed, 25 Jun 2014 15:03:36 GMT
1036
+ location:
1037
+ - http://bigml.io/andromeda/prediction/53aae4c859f5c3063500001e
1038
+ server:
1039
+ - nginx/1.0.12
1040
+ transfer-encoding:
1041
+ - chunked
1042
+ connection:
1043
+ - Close
1044
+ body:
1045
+ encoding: UTF-8
1046
+ string: '{"category": 0, "code": 201, "combiner": 0, "confidence": 0.300025,
1047
+ "created": "2014-06-25T15:03:36.260000", "credits": 0.02, "dataset": "dataset/53aae4bdffa0440855001a74",
1048
+ "dataset_status": true, "description": "", "dev": true, "error_predictions":
1049
+ 0, "fields": {"000001": {"column_number": 1, "datatype": "double", "name":
1050
+ "sepal width", "optype": "numeric", "order": 1, "preferred": true}, "000002":
1051
+ {"column_number": 2, "datatype": "double", "name": "petal length", "optype":
1052
+ "numeric", "order": 2, "preferred": true}, "000004": {"column_number": 4,
1053
+ "datatype": "string", "name": "species", "optype": "categorical", "order":
1054
+ 4, "preferred": true, "term_analysis": {"enabled": true}}}, "finished_predictions":
1055
+ 1, "input_data": {"000001": 3}, "locale": "en_US", "missing_strategy": 0,
1056
+ "model_status": true, "model_type": 1, "models": ["model/53aae4bfffa044085a000e08",
1057
+ "model/53aae4c348d9b65d040001d5"], "name": "Prediction for species", "number_of_models":
1058
+ 2, "objective_field": "000004", "objective_field_name": "species", "objective_fields":
1059
+ ["000004"], "output": "Iris-versicolor", "prediction": {"000004": "Iris-versicolor"},
1060
+ "predictions": [{"confidence": 0.28756, "count": 150, "distribution": [["Iris-versicolor",
1061
+ 54], ["Iris-virginica", 49], ["Iris-setosa", 47]], "prediction": "Iris-versicolor",
1062
+ "total_count": 150}, {"confidence": 0.31249, "count": 150, "distribution":
1063
+ [["Iris-versicolor", 58], ["Iris-setosa", 57], ["Iris-virginica", 35]], "order":
1064
+ 1, "prediction": "Iris-versicolor", "total_count": 150}], "private": true,
1065
+ "query_string": "", "resource": "prediction/53aae4c859f5c3063500001e", "shared":
1066
+ false, "source": "source/53aae4bc0af5e8153700089c", "source_status": true,
1067
+ "status": {"code": 5, "elapsed": 99.0, "message": "The prediction has been
1068
+ created", "progress": 0.5}, "subscription": false, "tags": [], "tlp": 1, "updated":
1069
+ "2014-06-25T15:03:36.359000", "vote_confidences": [0.300025, 0.3005428775935338,
1070
+ 0.3205237556760528, 0.300025], "votes": ["Iris-versicolor", "Iris-versicolor",
1071
+ "Iris-versicolor", "Iris-versicolor"]}'
1072
+ http_version: '1.1'
1073
+ recorded_at: Wed, 25 Jun 2014 15:03:36 GMT
1074
+ recorded_with: VCR 2.9.2