This commit is contained in:
Ilya Matiach 2021-04-20 16:11:06 -04:00 коммит произвёл GitHub
Родитель d6d084bb4c
Коммит e33a1d9581
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 29 добавлений и 2 удалений

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

@ -23,8 +23,35 @@ this file to understand what changed.
- breaking changes
- bug fixes
- other
## v0.4.0
- educational materials
- cleanup commented out explainers from interpretability notebook
- new features
- fix databricks environment with raiwidgets dashboards
- updates to `ErrorAnalysisDashboard`:
- improve the features list to use DetailsList
- added tooltips to legend
- initial static view for error analysis, specifically matrix filter and tree view
- fixed tooltip node hover
- fix indexing issue on cohort shift
- add new simple dashboard implementation, which only takes in predictions and does not need model or dataset
- updates to `ModelAssessmentDashboard`:
- set up tabs on the left side
- add model statistics tab
- add pivot for error analysis
- remove fullscreen button
- refactor error analysis python code into separate common package
- breaking changes
- bug fixes
- reduce the lower-bound on the lightgbm dependency
- update greenlet and gevent dependencies to fix releases
- other
- use global context in interpret, error-analysis, and model-assessment
- moved dataset explorer into a new project `dataset-explorer`
- created new projects `causality` and `counterfactuals`
- remove fairness v1 dashboard
## v0.3.1

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

@ -1,7 +1,7 @@
numpy>=1.17.2
pandas>=0.25.1
scipy>=1.4.1
rai-core-flask==0.2.1
rai-core-flask==0.2.2
jinja2==2.11.1
ipython==7.16.1
scikit-learn>=0.22.1

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

@ -1 +1 @@
0.3.1
0.4.0