responsible-ai-widgets/.prettierignore

11 строки
211 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

Xuke/add mono repo (#7) * add monorepo Signed-off-by: Ke Xu <xuke@microsoft.com> * add react Signed-off-by: Ke Xu <xuke@microsoft.com> * add lib Signed-off-by: Ke Xu <xuke@microsoft.com> * move ml chart lib Signed-off-by: Ke Xu <xuke@microsoft.com> * change to use style over js Signed-off-by: Ke Xu <xuke@microsoft.com> * add type Signed-off-by: Ke Xu <xuke@microsoft.com> * add external Signed-off-by: Ke Xu <xuke@microsoft.com> * fix build Signed-off-by: Ke Xu <xuke@microsoft.com> * remove old folder Signed-off-by: Ke Xu <xuke@microsoft.com> * move interpret Signed-off-by: Ke Xu <xuke@microsoft.com> * fix build Signed-off-by: Ke Xu <xuke@microsoft.com> * fix build Signed-off-by: Ke Xu <xuke@microsoft.com> * fix build Signed-off-by: Ke Xu <xuke@microsoft.com> * move fairlearn Signed-off-by: Ke Xu <xuke@microsoft.com> * fix build Signed-off-by: Ke Xu <xuke@microsoft.com> * fix lint Signed-off-by: Ke Xu <xuke@microsoft.com> * move dashboard Signed-off-by: Ke Xu <xuke@microsoft.com> * fix eqeqeq Signed-off-by: Ke Xu <xuke@microsoft.com> * merger settings and plugin Signed-off-by: Ke Xu <xuke@microsoft.com> * merge rules and add array return Signed-off-by: Ke Xu <xuke@microsoft.com> * turn on more lint rule and fix Signed-off-by: Ke Xu <xuke@microsoft.com> * more rules Signed-off-by: Ke Xu <xuke@microsoft.com> * fix lint Signed-off-by: Ke Xu <xuke@microsoft.com> * fix lint Signed-off-by: Ke Xu <xuke@microsoft.com> * add router Signed-off-by: Ke Xu <xuke@microsoft.com> * fix build Signed-off-by: Ke Xu <xuke@microsoft.com> * fix build Signed-off-by: Ke Xu <xuke@microsoft.com> * fix css Signed-off-by: Ke Xu <xuke@microsoft.com> * fix lint Signed-off-by: Ke Xu <xuke@microsoft.com> * fix yarn start Signed-off-by: Ke Xu <xuke@microsoft.com> * fix lint Signed-off-by: Ke Xu <xuke@microsoft.com> * fix import lint Signed-off-by: Ke Xu <xuke@microsoft.com> * fix office fabric import Signed-off-by: Ke Xu <xuke@microsoft.com> * fix office fabric Signed-off-by: Ke Xu <xuke@microsoft.com> * fix quote Signed-off-by: Ke Xu <xuke@microsoft.com> * array type Signed-off-by: Ke Xu <xuke@microsoft.com> * fix constructor Signed-off-by: Ke Xu <xuke@microsoft.com> * fix build Signed-off-by: Ke Xu <xuke@microsoft.com> * fix lint Signed-off-by: Ke Xu <xuke@microsoft.com> * fir member order Signed-off-by: Ke Xu <xuke@microsoft.com> * add no-unbound linter Signed-off-by: Ke Xu <xuke@microsoft.com> * move files Signed-off-by: Ke Xu <xuke@microsoft.com> * fix lint Signed-off-by: Ke Xu <xuke@microsoft.com> * fix bind lint Signed-off-by: Ke Xu <xuke@microsoft.com> * comment out unused function Signed-off-by: Ke Xu <xuke@microsoft.com> * fix build Signed-off-by: Ke Xu <xuke@microsoft.com>
2020-08-04 03:38:17 +03:00
# Add files here to ignore them from prettier formatting
/dist
/coverage
_NOTICE.md
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-29 10:37:57 +03:00
README.md
raiwidgets/raiwidgets/widget
# Language specific files are not generated by us
libs/localization/src/lib/en.*.json