Skip to content

Commit 6f872bf

Browse files
authored
Update README.md
1 parent 60a7b18 commit 6f872bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ In this latest release, we have also given the option to use explainability tech
121121

122122
```python
123123

124-
explainx_modules.ai(X_test, Y_test, model)
124+
explainx_modules.ai(model, X_test, Y_test)
125125

126126
```
127127
As an upgrade, we have eliminated the need to pass in the model name as explainX is smart enough to identify the model type and problem type i.e. classification or regression, by itself.

0 commit comments

Comments
 (0)