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

This commit is contained in:
Ilya Matiach 2023-10-30 14:47:21 -04:00 коммит произвёл GitHub
Родитель efc371f1f6
Коммит c0e56edded
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -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