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

[fix] disable imputation on future data #562

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

lschilders
Copy link
Collaborator

In the MissingValuesTransformer, data that had missing "future" values, i.e. features with trailing null values was imputed with the imputation_strategy. This is not desirable since it does not make sense to impute data when it is not in between two known values. Implemented a pre-processing step to remove rows with any trailing null values. Filtered the same rows in the labels accordingly.

@github-actions github-actions bot added the fix Something isn't working label Oct 2, 2024
Copy link

sonarcloud bot commented Oct 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants