How to generate multiple metrics at once.
Generate data
ValueDrift
) to all columns in the dataset.
ValueDrift
) to the listed columns in the dataset. Use metric_kwargs
to pass any applicable metric parameters.
ValueDrift
) only to the categorical (cat
) columns in the dataset.
num
- numericalcat
- categoricalall
- allmetric_kwargs
to pass test conditions.
Example. Generate the same Test for all the columns in the dataset. It will use defaults if you do not specify the test condition.