Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update raiwidgets to rai-core-flask v0.7.0 #2401

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading