Skip to main content
ModelTaskParams defines task-specific parameters that control how models are evaluated and monitored within Fiddler. Different model types (classification, regression, ranking) require different parameters to properly compute metrics and perform analysis. These parameters are essential for accurate metric computation, proper baseline establishment, and meaningful performance monitoring across different model types and use cases.

Examples

Configuration for binary classification:
Configuration for multi-class classification with class weights:
Configuration for ranking models:
Configuration for imbalanced datasets:

Attributes

Threshold for labels
Order of target classes
Query/session id column for ranking models
Top k results to consider when computing ranking metrics
Weight of each classes
Whether baseline histograms must be weighted or not while drift metrics