[Package] Fair AI (Ethical Data) #4368
kyleaton
started this conversation in
Expectations
Replies: 2 comments
-
I am actually working on table level expectation for this topic and was wondering if there was more documentation on Table level Expectations. For example, I am trying to make sure a Y_true, and Y_pred column are passed into the expectation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What Is Ethical Data / Ethical AI and Why Is It Important?
The buzz around ethical AI has been growing louder and louder. Companies are collecting and using more data than ever before. And the influence of that data is growing just as fast—with
data powering decisions and actions across every industry.
It's critical that the algorithms fueling these decisions and actions are ethical ones. That's where ethical AI comes in. Ethical AI is artificial intelligence that adheres to strict guidelines (or codes of conduct) regarding fundamental values to ensure automated systems respond to situations in an ethical way. For example, an algorithm that determines credit limits shouldn't discriminate against women by granting them lower limits.
How Can Great Expectations Contribute to Ethical AI
Great Expectations facilitates ethical AI by making it faster and easier to turn codes of conduct into actual code that can be quickly applied to data. For example, one common source of bad model performance is degradation in accuracy over time. For example, an Expectation like
expect_column_label_and_predicted_pair_accuracy_to_be_between
could be used to guard against model degradation.Beta Was this translation helpful? Give feedback.
All reactions