Skip to content

Commit 0fa0857

Browse files
author
Nabil Fayak
committed
removed redundant quickstart info
1 parent 4d2249f commit 0fa0857

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ id_cols_check = IDColumnsDataCheck(id_threshold=0.95)
2828
print(id_cols_check.validate(X))
2929
```
3030

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-
3831
## Next Steps
3932

4033
Read more about CheckMates on our [documentation page](#):

0 commit comments

Comments
 (0)