mlflow-snowflake icon indicating copy to clipboard operation
mlflow-snowflake copied to clipboard

Results 3 mlflow-snowflake issues
Sort by recently updated
recently updated
newest added

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,):...

enhancement

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. *...

enhancement