Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Mehrnoosh Sameki 83607eb1b1
readme-enhancements (#1704)
* readme-enhancements

* minor alt change

* updating images

* update the table

* update the table

* change image size

* fixing the relative paths of images
2022-09-26 16:58:29 -04:00
Mehrnoosh Sameki 94abfcb88b
readme changes + filename changes (#1062)
* readme changes + filename changes

* adding apartments sample notebooks
2021-12-06 10:43:04 -05:00
Mehrnoosh Sameki 9ae6bc47de
fixing the issues with sample notebooks markdown images (#960)
Co-authored-by: Ilya Matiach <ilmat@microsoft.com>
2021-10-18 18:15:31 -04:00
Mehrnoosh Sameki 577781b381
README and sample notebooks update, introducing RAIToolbox (#953) 2021-10-15 11:06:44 -04:00
Mehrnoosh Sameki eeff0eeba5
sample notebook changes and readme (#282)
* sample notebook changes and readme first draft

* addressing PR comments and adding EA screenshots

* bump requirement version of rai_core_flask in raiwidgets (#283)

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* Fix annotations on False Positive/False Negative Performance Plot (#284)

The individual model view has a chart showing false positive and false negative rates (defined in `PerformancePlot.tsx`). The axis of this plot was in percent, but the annotations on the bars themselves were decimal. This problem was due to the incorrect key to `PerformanceMetrics.ts` being passed into `FormatMetrics.ts` by `PerformancePlot.tsx` - in the `PerformanceMetric` map, the names `fallout_rate` and `miss_rate` are used. This fixes that mismatch.

Had to force in because for some reason the successful builds were not registered.

Signed-off-by: Richard Edgar <riedgar@microsoft.com>

* update notice file (#286)

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* remove ipywidgets requirement and also duplicate (unused) gevent (#287)

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* move footer up in axis config dialog, add legend text, fix indexing for (#288)

what if and inspection view, add big data support, add map shift dialog

* Add localisation files to prettierignore (#290)

The language specific files `en.*.json` are produced by the localisation builds, and not by us. Remove them from prettier.

Signed-off-by: Richard Edgar <riedgar@microsoft.com>

* fix label alignment, fix what if for categoricals, change index to come (#292)

from explanation dataset

* Minor style fix (#289)

* style fix

* fabric build-in

* notebook adjustments to make them work with latest changes

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* remove debugging statement

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* yarn lintfix ignore README

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

Co-authored-by: Roman Lutz <rolutz@microsoft.com>
Co-authored-by: Richard Edgar <riedgar@microsoft.com>
Co-authored-by: Ilya Matiach <ilmat@microsoft.com>
Co-authored-by: Bo <71688188+zhb000@users.noreply.github.com>
2021-01-28 23:37:57 -08:00