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

MissingValueReplacingEstimator fill with preceiding values #6711

Open
maxschwendeler opened this issue May 25, 2023 · 1 comment
Open

MissingValueReplacingEstimator fill with preceiding values #6711

maxschwendeler opened this issue May 25, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@maxschwendeler
Copy link

Is there a option to fill missing values with the preceding value similar to pandas.fillna(method = ffill) method for the MissingValueReplacingEstimator? How would that be achieved?

@maxschwendeler maxschwendeler added the enhancement New feature or request label May 25, 2023
@ghost ghost added the untriaged New issue has not been triaged label May 25, 2023
@michaelgsharp
Copy link
Member

There is not a way to do that currently, but its not a bad idea to add that.

@michaelgsharp michaelgsharp added this to the ML.NET Future milestone Jan 24, 2024
@ghost ghost removed the untriaged New issue has not been triaged label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants