Giskard ML Scanner

This node provides an open-source framework for evaluating ML models provided as a workflow.

Options

Model type

The type of model that is being evaluated.

Available options:

  • Classification: Whether to test the results of a classification model.
  • Regression: Whether to test the results of a regression model.
Dataset name

The name of the dataset. Used in the generated report.

Model name

The model name. Used in the generated report

Target column

The ground truth column from the validation table.

Classification labels

Comma separated list of classification labels without spaces. The order must match the probability columns selected in the prediction columns.

Prediction columns

The columns in the output table of the workflow that represent the model prediction.

  • For classification models these contain the class probabilities.
  • For regression models it's a single column containing the values predicted by the model.
Feature columns

The columns of your dataset that are used as features by the model.

Input Ports

Icon

The prediction workflow to analyze with Giskard.

Icon

Data used to analyze the given workflow with Giskard.

Output Ports

Icon

The Giskard scan report as table.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

Giskard report
The Giskard scan report as HTML.

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.