Skip to content

components Model Evaluation documentation

github-actions[bot] edited this page Aug 31, 2023 · 6 revisions

Model Evaluation

Components in this category


  • compute_metrics

    Calculate model performance metrics, given ground truth and prediction data.

  • evaluate_model

    Evaluate MLFlow models for supported task types.

  • model_evaluation_pipeline

    Pipeline component for model evaluation for supported tasks. \ Generates predictions on a given model, followed by computing model performance metrics to score the model quality for supported tasks.

  • model_prediction

    Generate predictions on a given mlflow model for supported tasks.

  • validation_trigger_model_evaluation

    Component for enabling validation of model evaluation pipeline.

Clone this wiki locally