Sklearn type#
- class flytekit.extras.sklearn.SklearnEstimatorTransformer#
- guess_python_type(literal_type)#
Converts the Flyte LiteralType to a python object type.
- Parameters:
literal_type (LiteralType)
- Return type:
Type[BaseEstimator]
Converts the Flyte LiteralType to a python object type.
literal_type (LiteralType)
Type[BaseEstimator]