Ilya Matiach

Results 261 comments of Ilya Matiach

can we close this other, older PR then: https://github.com/microsoft/responsible-ai-toolbox/pull/1521 ?

closing this PR as this one has now been merged: https://github.com/microsoft/responsible-ai-toolbox/pull/1653

this seems to be a problem in fluent ui itself, I've linked to the related issue: https://github.com/microsoft/fluentui/issues/19379

that notebook uses "model-scoring-service", not "model-scoring", so I don't think that's the issue?

note: link above is broken, this is the correct link now https://github.com/interpretml/interpret-community/blob/main/tests/common_tabular_tests.py#L678

@gaugup I think the issue is happening because they are using the XGBoost API that uses DMatrix, instead of the scikit-learn XGBoost API that is pandas compatible, so I'm guessing...

"the shape of x_test is around 24000*325" @yzheng27 yes that may be too large for the UI to handle, please limit it by downsampling to ~5k rows instead of 24K....

@yzheng27 one other thing, are you importing the dashboard from raiwidgets package, on this repository: ``` from raiwidgets import ExplanationDashboard ``` https://github.com/microsoft/responsible-ai-toolbox Make sure you don't import it from interpret-community...

@yzheng27 if it took several hours but eventually worked then it must be that the UI just loaded too much data, and downsampling should speed it up significantly. All of...

@lucazav great question! If you want to share the dashboard with others I'm not sure if there is any easy way to do that right now, even in workspace 2.0...