Frank Shen
02/04/2023, 12:53 AMdef estimate(test_data: Optional[pd.DataFrame] = None, ...
Samhita Alla
02/06/2023, 5:13 AMencoder
is of type that isn't understood by Flyte, whereas pd.DataFrame
is a Flyte native type. But this should be supported. @Eduardo Apolinario (eapolinario), is this a bug?Niels Bantilan
02/06/2023, 3:12 PMFlytePickle
in cases where the type is not understood, unless this is a known limitation of the Union type, in which case the error message should be more informative. @Frank Shen can you share a minimally reproducible example?Eduardo Apolinario (eapolinario)
02/06/2023, 3:17 PMFrank Shen
02/06/2023, 8:02 PMdef estimate(test_data: Optional[pd.DataFrame] = None, ...
def estimate(test_data: pd.DataFrame = None, ...
Niels Bantilan
02/06/2023, 8:10 PMSlackbot
02/06/2023, 8:10 PMNiels Bantilan
02/06/2023, 8:11 PMFrank Shen
02/06/2023, 9:47 PM