# NOT RUN {
library(recipes)
library(MASS)
rec1 <- recipe(medv ~ crim + zn + indus + chas + nox + rm, data = Boston)
rec2 <- recipe(medv ~ chas + nox + rm + age + dis + rad + tax, data = Boston)
fit(SelectedRecipe(rec1, rec2), model = GLMModel)
# }
Run the code above in your browser using DataLab