Skip to content

Commit

Permalink
update raiwidgets to rai-core-flask v0.7.0 (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Oct 30, 2023
1 parent efc371f commit c0e56ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const textExplanationData = {
],
expectedFeaturesValues: {
allFeaturesExpectedValues: 13,
negativeFeaturesExpectedValues: 4,
negativeFeaturesExpectedValues: 5,
positiveFeaturesExpectedValues: 13
},
explanationIndex: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export const textExplanationData = {
expectedFeaturesValues: {
allFeaturesExpectedValues: 13,
negativeFeaturesExpectedValues: 13,
positiveFeaturesExpectedValues: 6
positiveFeaturesExpectedValues: 10
},
explanationIndex: 13,
localExplanations: localExplanationData,
Expand Down
2 changes: 0 additions & 2 deletions raiwidgets/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ fairlearn==0.7.0
ml-wrappers>=0.4.0
sktime
pmdarima
# temporary fix for gevent error until rai-core-flask updated
shap<0.41.0

# Jupyter dependency that fails with python 3.6
pywinpty==2.0.2; python_version <= '3.6' and sys_platform == 'win32'
Expand Down
2 changes: 1 addition & 1 deletion raiwidgets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy>=1.17.2,<1.24.0
pandas>=0.25.1,<2.0.0
scipy>=1.4.1
rai-core-flask==0.6.0
rai-core-flask==0.7.0
itsdangerous<=2.1.2
scikit-learn>=0.22.1
lightgbm>=2.0.11
Expand Down

0 comments on commit c0e56ed

Please sign in to comment.