Skip to content
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

columns that are not present during prediction that are not targets #1009

Open
mb706 opened this issue Mar 12, 2024 · 0 comments
Open

columns that are not present during prediction that are not targets #1009

mb706 opened this issue Mar 12, 2024 · 0 comments

Comments

@mb706
Copy link
Collaborator

mb706 commented Mar 12, 2024

How do we / should we handle columns that could give additional information during training that are not present for prediction? Example would be to use biological quantities that are hard / expensive to measure in addition to normal patient information to predict disease outcome. One could then build a pipeline that uses a LearnerCV to predict the expensive biological quantities first, and integrates that into the prediction of outcomes. In resampling, the expensive quantities would then need to be handled like target columns to some degree, insofar as they should be absent during prediction. Does something like this exist already?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant