We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes we have NAs at test time. These need to be filled somehow. This should be added as an option to get_test_data().
get_test_data()
This addresses the issue in the sliding vignette.
Note that one could potentially do imputation at train time using something like recipes::step_impute_roll().
The text was updated successfully, but these errors were encountered:
Closed by #134.
Sorry, something went wrong.
rachlobay
No branches or pull requests
Sometimes we have NAs at test time. These need to be filled somehow. This should be added as an option to
get_test_data()
.This addresses the issue in the sliding vignette.
Note that one could potentially do imputation at train time using something like recipes::step_impute_roll().
The text was updated successfully, but these errors were encountered: