- Adapting local logistic regression object to new coefficients format and adding field_codings attribute.
4.6.0
~~~~~~~~~~~~~~~~~~
- Adding REST methods to manage new types of whizzml resources: scripts, executions and libraries. - Fixing bug in logistic regression predictions for datases with text fields. When input data has only one term and `all` token mode is used, local and remote predictions didn't match.
4.5.3
~~~~~~~~~~~~~~~~~~
- Improving the cluster report information. - Fixing bug in logistic regression predictions. Results differred from the backend predictions when date-time fields were present.
4.5.2
~~~~~~~~~~~~~~~~~~
- Fixing bug in model's local predictions. When the model uses text fields and the field contents are missing in the input data, the prediction does not return the last prediction and stop. It now follows the "does not contain" branch.
4.5.1
~~~~~~~~~~~~~~~~~~
- Adding method to Fields object to produce CSV summary files. - Adding method to Fields object to import changes in updatable attributes from CSV files or strings.
4.5.0
~~~~~~~~~~~~~~~~~~
- Adapting association object to the new syntax of missing values. - Improving docs and comments for the proportional strategy in predictions. - Fixing bug: centroid input data datetime fields are optional.