stacks 1.0.1
-
Tightened integration with the workflowsets package (#161, #165).
- Refined logic with adding candidates via workflowsets to allow for partially trained workflow sets. In the case that a workflow set contains some failed tuning results, stacks will inform the user that they will be excluded from the data stack and only add the results that trained successfully.
- Extended documentation related to the packages' interactions, including a new article on the package website.
-
Revamped errors, warnings, and messages. Prompts now provide more thorough context about where they arose, include more extensive references to documentation, and are correctly pluralized (#150, #167).
-
blend_predictions()doesn't error anymore if thecontrolargument isn't acontrol_gridobject. As long as the list passed tocontrolinclude the same elements ascontrol_grid()output,parsnip::condense_control()will handle input (#149). -
Removes an unneeded data import attribute from the
tree_frogsexample data and its associated objects (#148). -
Various bug fixes and improvements to documentation.