utils.types.ModelTypes
Last updated
Last updated
Copyright © 2023 Arize AI, Inc
Arize enum to specify your model type represented in the platform and validate applicable performance metrics.
Specify a model_type
when logging a prediction for the first time for a new model.
list_types()
View Source
Returns a list of all model types.
Use Case | SDK ModelType | Description |
---|---|---|
| Regression models predict continuous values | |
| Binary classification models predict only two categorical values, typically represented as 0 or 1 | |
| Ranking models predict the relative ordering of a set of items based on their features | |
| Multiclass models predict multiple categorical values | |
| NLP models are categorical models specifically designed to work with text data and perform various tasks (i.e. sentiment analysis and language translation) | |
| CV models are categorical models specifically designed to work with visual data and perform various tasks (i.e. object detection and image classification) | |
Large Language Models (LLMs) |
| Models that use vast amounts of data to generate human-like language and perform a wide range of natural language processing tasks |
| Object detection models identify and locate objects within images or videos by assigning them specific bounding boxes |