- 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.
1.9.4
~~~~~~~~~~~~~~~~~~
- Changing MultiModel class to return in-memory list of predictions.
1.9.3
~~~~~~~~~~~~~~~~~~
- Improving Fields and including the new Cluster and Anomalies fields structures as fields resources. - Improving ModelFields to filter missing values from input data. - Forcing garbage collection in local ensemble to lower memory usage.
1.9.2
~~~~~~~~~~~~~~~~~~
- Changing some Fields exceptions handling. - Refactoring api code to handle create, update and delete methods dynamically. - Adding connection info string for printing. - Improving tests information.