{base}
{stats}
{tidymodels}
{dials}
workflow_set
stacks
See if we can predict the home sale price in our ames dataset
ames_recipe <- recipe(Sale_Price ~ Neighborhood + Gr_Liv_Area + Year_Remod_Add + Bldg_Type, data = ames_train)