- Fixing bug: source upload failed in old Python versions.
1.10.0
~~~~~~~~~~~~~~~~~~~
- Refactoring the BigML class before adding the new project resource. - Changing the ok and check_resource methods to download lighter resources. - Fixing bug: cluster summarize for 1-centroid clusters. - Fixing bug: adapting to new SSL verification in Python 2.7.9.
1.9.8
~~~~~~~~~~~~~~~~~~
- Adding impurity to Model leaves, and a new method to select impure leaves. - Fixing bug: the Model, Cluster and Anomaly objects had no resource_id attribute when built from a local resource JSON structure.
1.9.7
~~~~~~~~~~~~~~~~~~
- Adding method in Anomaly object to build the filter to exclude anomalies from the original dataset. - Basic code refactorization for initial resources structure.
1.9.6
~~~~~~~~~~~~~~~~~~
- Adding BIGML_PROTOCOL, BIGML_SSL_VERIFY and BIGML_PREDICTION_SSL_VERIFY environment variables to change the default corresponding values in customized private environments.
1.9.5
~~~~~~~~~~~~~~~~~~
- Fixing bug: summarize method breaks for clusters with text fields.