Skip to content

Instantly share code, notes, and snippets.

View alexcombessie's full-sized avatar
🤓
Building @Giskard-AI - Open-Source CI/CD for ML products

Alex Combessie alexcombessie

🤓
Building @Giskard-AI - Open-Source CI/CD for ML products
View GitHub Profile
"""
Summary: Tests if the model prediction is invariant when the feature values are perturbed
Description: Test if the predicted classification label remains the same after
feature values perturbation.The test is passed when the percentage of unchanged
rows is higher than the threshold
Args:
df(GiskardDataset):