- Adding Tableau-ready ouput to local model code generators.
1.0.6
~~~~~~~~~~~~~~~~~~
- Fixing getters: getter for batch predictions was missing.
1.0.5
~~~~~~~~~~~~~~~~~~
- Improving BaseModel and Model. If they receive a partial model structure with a correct model id, the needed model resource is downloaded and stored (if storage is enabled in the given api connection). - Improving local ensemble. Adding a new `fields` attribute that contains all the fields used in its models.
1.0.4
~~~~~~~~~~~~~~~~~~
- Adding a summarize method to local ensembles with data distribution and field importance information.
1.0.3
~~~~~~~~~~~~~~~~~~
- Fixes bug in regressions predictions with ensembles and plurality without confidence information. Predictions values were not normalized. - Updating copyright information.
1.0.2
~~~~~~~~~~~~~~~~~~
- Fixes bug in create calls: the user provided args dictionaries were updated inside the calls.