- Fixes bug in local ensembles with more than 200 fields.
0.10.2
~~~~~~~~~~~~~~~~~~~
- Fixes bug in summarize method of local models: field importance report crashed. - Fixes bug in status method of the BigML connection object: status for async uploads of source files crashed while uploading.
0.10.1
~~~~~~~~~~~~~~~~~~~
- Adding threshold combiner to MultiModel objects.
0.10.0
~~~~~~~~~~~~~~~~~~~
- Adding a function printing field importance to ensembles. - Changing Model to add a lightweight BaseModel class with no Tree information. - Adding function to get resource type from resource id or structure. - Adding resource type checks to REST functions. - Adding threshold as new combination method for local ensembles.
0.9.1
~~~~~~~~~~~~~~~~~~
- Fixes duplication changing field names in local model if they are not unique.
0.9.0
~~~~~~~~~~~~~~~~~~
- Adds the environment variables and adapts the create_prediction method to create predictions using a different prediction server. - Support for shared models.