Skip to content

Commit

Permalink
True y list (#220)
Browse files Browse the repository at this point in the history
* version bump

* consume latest version

* to list of ys
  • Loading branch information
rihorn2 authored Apr 27, 2020
1 parent 7a86724 commit 081d70d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class and for the regression case a method of predict() returning the prediction
local_dim = None

if true_y is not None and len(true_y) == row_length:
self.dashboard_input[ExplanationDashboardInterface.TRUE_Y] = true_y
self.dashboard_input[ExplanationDashboardInterface.TRUE_Y] = self._convert_to_list(true_y)

if local_explanation is not None:
try:
Expand Down

0 comments on commit 081d70d

Please sign in to comment.