Skip to content

Commit

Permalink
update docstring for explanation dashboard in regards to min number o…
Browse files Browse the repository at this point in the history
…f rows (#1271)
  • Loading branch information
imatiach-msft authored and gaugup committed Apr 21, 2022
1 parent 4c0ca77 commit 35a80e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion raiwidgets/raiwidgets/explanation_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion raiwidgets/raiwidgets/explanation_dashboard_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a80e8

Please sign in to comment.