- Improving api.ok method to allow retries to avoid transient HTTP failures. - Deprecating the `retries` argument in api.ok. - Fixing local predictions confidence for weighted models.
4.28.1
~~~~~~~~~~~~~~~~~~~
- Changing api.ok method to avoid raising exceptions when retrieving a faulty resource. - Adding call stack info to local Execution class. - Fixing docs builder.
4.28.0
~~~~~~~~~~~~~~~~~~~
- Adding Execution local utility to extract the outputs and results from an execution.
4.27.3
~~~~~~~~~~~~~~~~~~~
- Fixing local Fusion class to allow using linear regressions.
4.27.2
~~~~~~~~~~~~~~~~~~~
- Fixing warning message and template files in generated code for hadoop actionable models. - Fixing local ensembles that asked for credentials before needing them.
4.27.1
~~~~~~~~~~~~~~~~~~~
- Avoiding asking for credential in classes that predict locally when the complete information is provided so no connection is needed.