mlflow-snowflake
mlflow-snowflake copied to clipboard
Since Snowpark for Python now support Python 3.9 (in Public Preview) and soon also Python 3.10 it would be nice if this plugin could as well be installed with those...
Hi, I have a model which uses a custom transformer, it's used to featurize text input into various scalar values, like: ```python from sklearn.base import TransformerMixin class MyTransformer(TransformerMixin): def __init__(self,):...
Two use cases: * MLflow packaged models do not enforce the specification of column specs. Currently, we bail in this case. Would be good if customer could manually specify. *...