feature_engine
feature_engine copied to clipboard
add parameter to handle NA as per pandas functionality in forecasting classes
pandas shift and pandas rolling have a parameter to handle NaN introduced during the operations, we should allow users to tap into that parameter in our transformers.
@KishManani one for you? :p
Should be an easy fix.