evalml
evalml copied to clipboard
TimeSeriesImputer: Remove nullable type handling when pandas adds nullable type support for interpolate
Once https://github.com/pandas-dev/pandas/issues/41565 has been implemented and released, we should upgrade pandas to that version, which will allow us to remove the nullable type handling put in place by https://github.com/alteryx/evalml/issues/4001.