Hi
Whenever I try and prep a recipe I get the following:
Error: ...
is not empty.
We detected these problematic arguments:
relax
These dots only exist to allow future extensions and should be empty.
Did you misspecify an argument?
Run rlang::last_error()
to see where the error occurred.
Any ideas? I can't decipher the error message
baseline_rec <- recipe(result ~ ., data = train) %>%
prep()
Edit to say it seems to be an issue with vectors
vctrs::vec_proxy_compare(column, relax = TRUE)