Taeef Najib
10/17/2022, 12:56 AMfrom flytekit.types.file import PythonPickledFile
and in the example:
https://docs.flyte.org/projects/cookbook/en/latest/auto/case_studies/ml_training/house_price_prediction/house_price_predictor.html I see
from flytekit.types.file import JoblibSerializedFile
These are used to output the model state. Couldn’t we use regular Python type hints for these? May I know why PythonPickedFile
and JoblibSerializedFile
were used in the examples?Ketan (kumare3)
10/17/2022, 3:27 AMTaeef Najib
10/17/2022, 5:02 PMSamhita Alla
10/18/2022, 4:29 AMTaeef Najib
10/18/2022, 9:53 PM