update raiwidgets to rai-core-flask v0.7.0 (#2401)
This commit is contained in:
Родитель
efc371f1f6
Коммит
c0e56edded
|
@ -158,7 +158,7 @@ export const textExplanationData = {
|
||||||
],
|
],
|
||||||
expectedFeaturesValues: {
|
expectedFeaturesValues: {
|
||||||
allFeaturesExpectedValues: 13,
|
allFeaturesExpectedValues: 13,
|
||||||
negativeFeaturesExpectedValues: 4,
|
negativeFeaturesExpectedValues: 5,
|
||||||
positiveFeaturesExpectedValues: 13
|
positiveFeaturesExpectedValues: 13
|
||||||
},
|
},
|
||||||
explanationIndex: 0,
|
explanationIndex: 0,
|
||||||
|
|
|
@ -239,7 +239,7 @@ export const textExplanationData = {
|
||||||
expectedFeaturesValues: {
|
expectedFeaturesValues: {
|
||||||
allFeaturesExpectedValues: 13,
|
allFeaturesExpectedValues: 13,
|
||||||
negativeFeaturesExpectedValues: 13,
|
negativeFeaturesExpectedValues: 13,
|
||||||
positiveFeaturesExpectedValues: 6
|
positiveFeaturesExpectedValues: 10
|
||||||
},
|
},
|
||||||
explanationIndex: 13,
|
explanationIndex: 13,
|
||||||
localExplanations: localExplanationData,
|
localExplanations: localExplanationData,
|
||||||
|
|
|
@ -12,8 +12,6 @@ fairlearn==0.7.0
|
||||||
ml-wrappers>=0.4.0
|
ml-wrappers>=0.4.0
|
||||||
sktime
|
sktime
|
||||||
pmdarima
|
pmdarima
|
||||||
# temporary fix for gevent error until rai-core-flask updated
|
|
||||||
shap<0.41.0
|
|
||||||
|
|
||||||
# Jupyter dependency that fails with python 3.6
|
# Jupyter dependency that fails with python 3.6
|
||||||
pywinpty==2.0.2; python_version <= '3.6' and sys_platform == 'win32'
|
pywinpty==2.0.2; python_version <= '3.6' and sys_platform == 'win32'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
numpy>=1.17.2,<1.24.0
|
numpy>=1.17.2,<1.24.0
|
||||||
pandas>=0.25.1,<2.0.0
|
pandas>=0.25.1,<2.0.0
|
||||||
scipy>=1.4.1
|
scipy>=1.4.1
|
||||||
rai-core-flask==0.6.0
|
rai-core-flask==0.7.0
|
||||||
itsdangerous<=2.1.2
|
itsdangerous<=2.1.2
|
||||||
scikit-learn>=0.22.1
|
scikit-learn>=0.22.1
|
||||||
lightgbm>=2.0.11
|
lightgbm>=2.0.11
|
||||||
|
|
Загрузка…
Ссылка в новой задаче