release raiwidgets and responsibleai 0.10.0 (#841)

This commit is contained in:
Ilya Matiach 2021-09-02 15:11:37 -04:00 коммит произвёл GitHub
Родитель c6dee57103
Коммит 8f9006297d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 48 добавлений и 2 удалений

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

@ -24,6 +24,52 @@ this file to understand what changed.
- bug fixes
- other
## v0.10.0
- educational materials
- update current model analysis classification notebook by adding treatment features for causal analysis
- ## new features
- breaking changes
- bug fixes
- ## Model Analysis:
- change icon for ViewList in main menu
- fix model statistics component not showing all cohorts
- put causal component last, remove navigation
- hide removal dialog on click
- move cohort info and button to sticky menu, replace error stats with filters
- ## Error Analysis:
- refactor heatmap code and fix display issues for categoricals
- fix incorrect values in heatmap when there are empty error cells
- added quantile binning and number of bins functionality to erroranalysis package
- added quantile binning and number of bins to UX and hooked up calls to backend
- added tooltip to list of features for tree view
- fix backend to support equals filter for integer categorical columns
- fix backend to support include and exclude filters for integer categorical columns
- update default value for matrix feature
- fix cohort when switching tree view
- ## Causal:
- remove unnecessary z-index on what-if and causal components
- update causal policy to support categorical features
- format policy tree categorical features
- fix description on how confounding features are handled
- use lighter lines for causal plotly point graphs
- ## Fairness:
- incorporate uncertainty quantification in fairness widget v2
- ## Counterfactuals:
- upgrade dice-ml to 0.7
- update counterfactual list to allow string values
- extend unseen categorical check to counterfactuals
- add dropdown to dataset explorer by default
- fix removing what if point will keep a faded start on the chart
- suppress distracting logging from flask when running widgets
- fix large x and y axis going out of bounds
- refactor multiple instances of convert to list method in several dashboards
- add missing interpretability information and guidelines
- other
- fix message and check for environment in release pipeline
## v0.9.4
- bug fixes

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

@ -1,7 +1,7 @@
numpy>=1.17.2
pandas>=0.25.1
scipy>=1.4.1
rai-core-flask==0.2.3
rai-core-flask==0.2.4
jinja2==2.11.3
ipython==7.16.1
scikit-learn>=0.22.1

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

@ -1 +1 @@
0.9.4
0.10.0