tongy-msft
tongy-msft
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the...
This PR updates tree operators from symbols to strings. ## Description This is a follow up PR for https://github.com/microsoft/responsible-ai-toolbox/pull/1525 `Use of "==" and "!=" confusing to non-programmers, update operators to...
This PR orders the samples in individual feature importance by abs(true_y - predicted_y) for regression. It will show the predictions which are better first than the prediction which are way...
This PR adds outliers in aggregate feature importance box chart. We manually calculated the offset for outliers from different cohorts. ## Description if cohort count is 6 (even case): ...
Localization strings in core-ui wasn't moved properly when it was moved to core. For example, in [CohortEditorFilter.tsx](https://github.com/microsoft/responsible-ai-toolbox/pull/1339/files/cc96e44b542cc492a022037cb9aaf0634ee522a5#diff-56a6658edf36879265e450407e800cdaeea090263756200c0908d114c83715ad), we shouldn't use `Localization.Interpret.CohortEditor` should be: `Localization.Core.CohortEditor`. We need to update all core...
For 'Create new cohort' panel, when selecting Predicted Y included value is 0, the filter displayed is 'Predicted Y includes '. Expect: 'Predicted Y includes 0'  
Signed-off-by: tongy Issue to be fixed: https://github.com/interpretml/interpret-community/issues/379
TypeError: Cannot read properties of undefined (reading 'cohort') at https://ml.azure.com/assets/model-assessment.esm-d727532a.js:92:115404 at Array.filter () at n.render (https://ml.azure.com/assets/model-assessment.esm-d727532a.js:92:115333) at nj (https://ml.azure.com/assets/index-1defe067.js:44:65927) at tfe (https://ml.azure.com/assets/index-1defe067.js:44:65722) at Nke (https://ml.azure.com/assets/index-1defe067.js:48:9770) at Rke (https://ml.azure.com/assets/index-1defe067.js:48:965) at bYe...
This PR is to pin datasets>=2.9.0 https://pypi.org/project/datasets/#history ## Description We are seeing dependency vulnerability on responsible text image due to protobuf version pin in nlp-feature-extractors 0.0.3. And we want to...
## Description ## Checklist - [ ] I have added screenshots above for all UI changes. - [ ] I have added e2e tests for all UI changes. - [...