- Changing boosted local ensembles predictions to match the improvements in API. - Fixing bug in association rules export to CSV and lisp for rules with numeric attributes.
4.10.2
~~~~~~~~~~~~~~~~~~~
- Fixing bug: local Model object failed when retrieving old JSON models from local storage.
4.10.1
~~~~~~~~~~~~~~~~~~~
- Internal refactoring preparing for extensions in BigMLer.
4.10.0
~~~~~~~~~~~~~~~~~~~
- Adding predic_probability and predict_confidence methods to local model and ensemble. - Internal refactoring of local model classes preparing for extensions in BigMLer.
4.9.2
~~~~~~~~~~~~~~~~~~
- Fixing bug: local model slugifying fails when fields have empty names.
4.9.1
~~~~~~~~~~~~~~~~~~
- Adding methods to local cluster: closest data points from a reference point and centroids ordered from a reference point. - Modifying internal codes in MultiVote class.