Skip to content

components validation_trigger_model_evaluation

github-actions[bot] edited this page Oct 22, 2023 · 21 revisions

Validation Trigger Model Evaluation

validation_trigger_model_evaluation

Overview

Description: Component for enabling validation of model evaluation pipeline.

Version: 0.0.16

Tags

type : evaluation sub_type : validation Preview Internal

View in Studio: https://ml.azure.com/registries/azureml/components/validation_trigger_model_evaluation/version/0.0.16

Inputs

Name Description Type Default Optional Enum
compute_name string serverless
compute_instance_type string STANDARD_NC24S_V3

model prediction

Name Description Type Default Optional Enum
task Task type string tabular-classification ['tabular-classification', 'tabular-classification-multilabel', 'tabular-regression', 'text-classification', 'text-classification-multilabel', 'text-named-entity-recognition', 'text-summarization', 'question-answering', 'text-translation', 'text-generation', 'fill-mask', 'image-classification', 'image-classification-multilabel', 'image-object-detection', 'image-instance-segmentation']
test_data Test Data uri_folder False
mlflow_model_path Mlflow Model (could be a registered model or part of another pipeline mlflow_model False
label_column_name Label column name in provided test dataset (Ex: label) string
input_column_names Input column names in provided test dataset (Ex : column1). Add comma delimited values in case of multiple input columns (Ex : column1,column2) string True
device string auto False ['auto', 'cpu', 'gpu']
batch_size integer True

compute metrics

Name Description Type Default Optional Enum
evaluation_config Additional parameters required for evaluation. See How to create a config here uri_file True
evaluation_config_params JSON Serialized string of evaluation_config string True

Outputs

Name Description Type
validation_info Validation status of the model evaluation pipeline inputs. uri_file

Environment

azureml://registries/azureml/environments/model-evaluation/versions/13

Clone this wiki locally