-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Introduce Responsible AI section on website (Interpretability + DataBalanceAnalysis) #1241
Conversation
feat: ONNX model inference on Spark (microsoft#1152)
Can we also do these two things:
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1241 +/- ##
=======================================
Coverage 83.12% 83.12%
=======================================
Files 300 300
Lines 13699 13699
Branches 660 660
=======================================
Hits 11387 11387
Misses 2312 2312 Continue to review full report at Codecov.
|
Hi Jason, could we keep the Snow Leopard Detection in Features still? There should be one outstanding notebook examples inside each sub folders under features. Or do you prefer putting another one? |
|
Hi @serena-ruan, the snow leopard detection notebook uses the deprecated API. If there should be one outstanding notebook example, can we replace it with "Interpretability - Image Explainers.ipynb" instead? |
Sure! Thanks for the comment. @ms-kashyap Kashyap could you pls change it? |
…ad of inline, use Interpretability-Image Explainers as outstanding notebook in features/responsible_ai/
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…ity-Image Explainers as outstanding Responsible AI notebook
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thank you @ms-kashyap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes! Looks perfect!
I am making these changes for the "Next" section of the website. Did the following:
The "DataBalanceAnalysis - Adult Census Income" notebook in
notebooks/
contains cell outputs (matplotlib figures), so I had to make some changes tonotebookconvert.py
to:Also note: In
website/src/pages/index.js
, I had to point todocs/next/features
instead ofdocs/features
because the folder structure changes are reflected in Next, not 0.9.1. I wonder if there is a better way for me to do this.The Responsible AI section under Features and Examples will look like this: