Skip to content

tidyAML 0.0.1

Compare
Choose a tag to compare
@spsanderson spsanderson released this 16 Feb 13:09

Breaking Changes

None

New Features

  1. Fix #73 - Add function make_regression_base_tbl()
  2. Fix #74 - Add function make_classification_base_tbl()
  3. Fix #77 - Add function internal_make_spec_tbl()
  4. Fix #78 - Add function internal_set_args_to_tune()
  5. Fix #16 - Add function create_workflow_set()
  6. Fix #101 - Add function get_model()
  7. Fix #102 - Add function extract_model_spec()
  8. Fix #103 - Add function extract_wflw()
  9. Fix #104 - Add function extract_wflw_fit()
  10. Fix #105 - Add function extract_wflw_pred()
  11. Fix #71 - Add function match_args()

Minor Fixes and Improvements

  1. Fix #72 - Update fast_classification_parsnip_spec_tbl() and
    fast_regression_parsnip_spec_tbl() to use the make_regression and
    make_classification functions.
  2. Fix #79 #80 - Update fast_classification_parsnip_spec_tbl() and
    fast_regression_parsnip_spec_tbl() to use the internal_make_spec_tbl()
    function.
  3. Fix #85 - This also addresses sub tasks #86 #87 and #88 to make the base table
    functions to have a class and to then use that class in internal_make_spec_tbl()
  4. Fix #99 - Update DESCRIPTION for R >= 3.4.0