Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbake and juice shuffle columns around #365
Comments
|
An update to xgboost package makes this even more annoying. While using a recipe in caret and xgboost as a model, xgboost fails to do any prediction due to having the order of the columns in data and newdata different. |
|
This appears to have been solved by #397 so I'm gonna close this issue |
Minor quality of life issue. The response variable is moved to the end of the data.frame when
juice()is called, but stays in its place whenbake()is called.Created on 2019-07-18 by the reprex package (v0.3.0)