Commit 77ca90d
authored
[python] Invalid argument named verbose given to ValueError (#411)
While raising a ValueError, verbose attribute was passed, which it does not take in
The following error occurs when trying to instantiate Explainer object by passing a model which does not have predict method1 parent 2441c55 commit 77ca90d
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
0 commit comments