Credo AI Lens is a comprehensive assessment framework for AI systems. Lens standardizes model and data assessment, and acts as a central gateway to assessments created in the open source community.
Change default value for y_prob in fairness.py to None from tuple.
Change variance checking in tabular data with sensitive features to simply check to see that there is more than 1 value for each sensitive group for the outcome. Addresses issue with string-type outcomes (which have no std function)
Describe your changes
Change default value for
y_prob
in fairness.py toNone
from tuple.Change variance checking in tabular data with sensitive features to simply check to see that there is more than 1 value for each sensitive group for the outcome. Addresses issue with string-type outcomes (which have no std function)
Issue ticket number and link
https://credo-ai.atlassian.net/browse/DSP-464 https://credo-ai.atlassian.net/browse/DSP-465
Known outstanding issues that are not fully accounted for
N/A
Checklist before requesting a review
Extra-mile Checklist