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