millions-librarian-94423
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?freezing-airport-6809
millions-librarian-94423
10/17/2022, 5:02 PMtall-lock-23197
millions-librarian-94423
10/18/2022, 9:53 PM