-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Added option to impute missing values during training #336
base: main
Are you sure you want to change the base?
Conversation
These are API changes, so we'll need to document how to use them in the 'preprocess' vignette and roxygen comments. |
Tip: You can run |
Would you like us to include information about how to use the option we added to the run_ml function in the 'preprocess' vignette, or should this be included elsewhere? |
I would discuss it in a new subheading the preprocess vignette, probably nested under the heading "Replace missing continuous data with the median value of that feature" (also maybe rephrase this heading to make it more succinct). Show how to call both preprocess_data and run_ml in one code chunk. |
Issues
Change(s) made
Checklist
(
Strikethroughany points that are not applicable.)NEWS.md
if this includes any user-facing changes.