Using built-in model types¶
The Snowflake Model Registry supports the following built-in model types:
- Snowpark ML Modeling
- scikit-learn
- XGBoost
- LightGBM
- Prophet
- CatBoost
- PyTorch
- TensorFlow
- Keras
- MLFlow PyFunc
- Sentence Transformer
- Hugging Face pipeline
Other types of models are supported via the snowflake.ml.model.CustomModel class (see Bring your own model types via serialized files)