brian-j-smith / MachineShop

MachineShop: R package of models and tools for machine learning
https://brian-j-smith.github.io/MachineShop/
62 stars 10 forks source link

breaking changes in recipes #1

Closed topepo closed 5 years ago

topepo commented 5 years ago

We'll be releasing a new version of recipes in the next week and there are a few breaking changes. See the news file for details. We are trying to get the breaking changes out in one release; some are for upcoming features that aren't implemented yet and we didn't want to stagger them.

The biggest changes are the differences in argument names in the new version, the most significant is new_data in stead of newdata in prep.

The plan is to send recipes to CRAN next week (I hope) and send caret in once that is accepted. I will alert CRAN that other packages are affected and the maintainers have been notified. I'll update this thread once that process starts.

brian-j-smith commented 5 years ago

Thanks @topepo for the pull request and for your work on the recipes package. I was similarly aiming to release an update to MachineShop next week, so this is good timing. Once I hear or see that recipes is accepted to CRAN, I will merge this in and submit my package. Regards.