machinelearning
machinelearning copied to clipboard
MissingValueReplacingEstimator fill with preceiding values
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?
There is not a way to do that currently, but its not a bad idea to add that.