We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2249f commit 0fa0857Copy full SHA for 0fa0857
README.md
@@ -28,13 +28,6 @@ id_cols_check = IDColumnsDataCheck(id_threshold=0.95)
28
print(id_cols_check.validate(X))
29
```
30
31
-#### Run AutoML
32
-```python
33
-from evalml.automl import AutoMLSearch
34
-automl = AutoMLSearch(X_train=X_train, y_train=y_train, problem_type='binary')
35
-automl.search()
36
-```
37
-
38
## Next Steps
39
40
Read more about CheckMates on our [documentation page](#):
0 commit comments