This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:ai:responsible-ai-test [2025/06/05 15:08] – ddehamer | wiki:ai:responsible-ai-test [2025/06/16 20:09] (current) – [✅ Step 7: Add Responsible AI Analysis Tools] ddehamer | ||
|---|---|---|---|
| Line 139: | Line 139: | ||
| rai_insights.explainer.add() | rai_insights.explainer.add() | ||
| rai_insights.error_analysis.add() | rai_insights.error_analysis.add() | ||
| - | rai_insights.counterfactual.add(total_CFs=5, desired_class=' | + | rai_insights.counterfactual.add(total_CFs=10, desired_class=' |
| rai_insights.causal.add(treatment_features=categorical_cols) | rai_insights.causal.add(treatment_features=categorical_cols) | ||
| </ | </ | ||
| Line 183: | Line 183: | ||
| </ | </ | ||
| - | - Launch | + | - Launch |
| + | <code -> | ||
| jupyter notebook | jupyter notebook | ||
| </ | </ | ||
| - This will launch a notebook session in your default browser. | - This will launch a notebook session in your default browser. | ||
| + | - Open downloaded ipynb file. | ||
| - Rerun all steps in local notebook. | - Rerun all steps in local notebook. | ||