From 35a80e810ca257c0e5ccd516f78a9a43f992db76 Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Mon, 21 Mar 2022 09:35:01 -0400 Subject: [PATCH] update docstring for explanation dashboard in regards to min number of rows (#1271) --- raiwidgets/raiwidgets/explanation_dashboard.py | 3 ++- raiwidgets/raiwidgets/explanation_dashboard_input.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/raiwidgets/raiwidgets/explanation_dashboard.py b/raiwidgets/raiwidgets/explanation_dashboard.py index ca4cf075eb..f7ecc7bcd3 100644 --- a/raiwidgets/raiwidgets/explanation_dashboard.py +++ b/raiwidgets/raiwidgets/explanation_dashboard.py @@ -25,7 +25,8 @@ class and for the regression case a method of predict() (# examples x # features), the same samples used to build the explanation. Overwrites any existing dataset on the explanation object. - Must have fewer than 10000 rows and fewer than 1000 columns. + Must have fewer than 100000 rows and fewer than 1000 columns. + Note dashboard may become slow or crash for more than 10000 rows. :type dataset: numpy.ndarray or list[][] :param true_y: The true labels for the provided dataset. Overwrites any existing dataset on the explanation object. diff --git a/raiwidgets/raiwidgets/explanation_dashboard_input.py b/raiwidgets/raiwidgets/explanation_dashboard_input.py index 5c50f4b435..4db0628476 100644 --- a/raiwidgets/raiwidgets/explanation_dashboard_input.py +++ b/raiwidgets/raiwidgets/explanation_dashboard_input.py @@ -43,7 +43,8 @@ class and for the regression case a method of predict() used to build the explanation. Will overwrite any set on explanation object already. Must have fewer than - 10000 rows and fewer than 1000 columns. + 100000 rows and fewer than 1000 columns. + Note dashboard may become slow or crash for more than 10000 rows. :type dataset: numpy.ndarray or list[][] :param true_y: The true labels for the provided dataset. Will overwrite any set on