forked from microsoft/responsible-ai-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added info about required packages * Update responsibleaidashboard-question-answering-model-debugging.ipynb * show example prediction * Update responsibleaidashboard-question-answering-model-debugging.ipynb * add genai metrics Signed-off-by: Kartik Choudhary <[email protected]> * Add genai task type Signed-off-by: Kartik Choudhary <[email protected]> * add genai task type (microsoft#2494) * Added info about required packages * Update responsibleaidashboard-question-answering-model-debugging.ipynb * show example prediction * Update responsibleaidashboard-question-answering-model-debugging.ipynb * add genai metrics Signed-off-by: Kartik Choudhary <[email protected]> * Add genai task type Signed-off-by: Kartik Choudhary <[email protected]> --------- Signed-off-by: Kartik Choudhary <[email protected]> * remove target_column requirement for genai tasks Signed-off-by: Kartik Choudhary <[email protected]> * genai dev demo notebook Signed-off-by: Kartik Choudhary <[email protected]> * Added info about required packages * Update responsibleaidashboard-question-answering-model-debugging.ipynb * add genai metrics Signed-off-by: Kartik Choudhary <[email protected]> * Add genai task type Signed-off-by: Kartik Choudhary <[email protected]> * remove target_column requirement for genai tasks (microsoft#2501) Signed-off-by: Kartik Choudhary <[email protected]> * add demo notebook (microsoft#2502) * remove target_column requirement for genai tasks Signed-off-by: Kartik Choudhary <[email protected]> * genai dev demo notebook Signed-off-by: Kartik Choudhary <[email protected]> --------- Signed-off-by: Kartik Choudhary <[email protected]> * added generative text explainer for OpenAI models Signed-off-by: Mohsin Shah <[email protected]> * update UI to support genai task for RAI text dashboard (microsoft#2504) * generative ai explanations for all rows of dataset Signed-off-by: Mohsin Shah <[email protected]> * move metrics to utils submodule Signed-off-by: Kartik Choudhary <[email protected]> * error analysis support for genai text Signed-off-by: Kartik Choudhary <[email protected]> * error analysis support (microsoft#2510) * move metrics to utils submodule Signed-off-by: Kartik Choudhary <[email protected]> * error analysis support for genai text Signed-off-by: Kartik Choudhary <[email protected]> --------- Signed-off-by: Kartik Choudhary <[email protected]> * fix some linting issues Signed-off-by: Kartik Choudhary <[email protected]> * more linting fixes Signed-off-by: Kartik Choudhary <[email protected]> * Kartikch/add genai metrics (microsoft#2513) * update UI to support genai task for RAI text dashboard (microsoft#2504) (microsoft#2508) * move metrics to utils submodule Signed-off-by: Kartik Choudhary <[email protected]> * error analysis support for genai text Signed-off-by: Kartik Choudhary <[email protected]> * fix some linting issues Signed-off-by: Kartik Choudhary <[email protected]> * more linting fixes Signed-off-by: Kartik Choudhary <[email protected]> --------- Signed-off-by: Kartik Choudhary <[email protected]> Co-authored-by: Ilya Matiach <[email protected]> * add genai metrics endpoint in UI for model overview metrics (microsoft#2517) * Add socketio event handler for generative text metrics Signed-off-by: Kartik Choudhary <[email protected]> * add converter from genai task to model type, fix endpoint results (microsoft#2518) * Add support for evaluation model in RAITextInsights Signed-off-by: Kartik Choudhary <[email protected]> * fix linting issues Signed-off-by: Kartik Choudhary <[email protected]> * Remove commented out code for generative text tasks Signed-off-by: Kartik Choudhary <[email protected]> * update genai metric compute function for new ml wrapper interface Signed-off-by: Kartik Choudhary <[email protected]> * add output examples in genai metric prompts Signed-off-by: Kartik Choudhary <[email protected]> * fix merge errors Signed-off-by: Kartik Choudhary <[email protected]> * add methods and constants for genai task type Signed-off-by: Kartik Choudhary <[email protected]> * add missing files for genai metrics Signed-off-by: Kartik Choudhary <[email protected]> * update copyright information Signed-off-by: Kartik Choudhary <[email protected]> * Fix target_column assignment in ErrorAnalysisManager Signed-off-by: Kartik Choudhary <[email protected]> * Remove duplicate import and refactor if condition in RAITextInsights class Signed-off-by: Kartik Choudhary <[email protected]> * Refactor rating examples in genai_metrics scripts Signed-off-by: Kartik Choudhary <[email protected]> * Refactor debug_ml method to handle missing text_cols attribute Signed-off-by: Kartik Choudhary <[email protected]> * Remove unnecessary code for generative text models Signed-off-by: Kartik Choudhary <[email protected]> * Rearranged import statements in _compute.py Signed-off-by: Kartik Choudhary <[email protected]> --------- Signed-off-by: Kartik Choudhary <[email protected]> Signed-off-by: Mohsin Shah <[email protected]> Co-authored-by: Mohsin Shah <[email protected]> Co-authored-by: Ilya Matiach <[email protected]> Co-authored-by: Mohsin Shah <[email protected]>
- Loading branch information
1 parent
ff00051
commit 5eed28f
Showing
12 changed files
with
68 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters