Skip to content

Commit

Permalink
Merge branch 'main' into cg_cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed Jun 15, 2021
2 parents 0fdc896 + ad921c4 commit 0a69cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Expand Up @@ -8,6 +8,7 @@ Release Notes
* Changes
* Removed private method ``_compute_features_during_fit`` from ``PipelineBase`` :pr:`2359`
* Documentation Changes
* Fixed start page code and description dataset naming discrepancy :pr:`2370`
* Testing Changes
* Add ``pytest-timeout``. All tests that run longer than 6 minutes will fail. :pr:`2374`
* Separated the dask tests out into separate github action jobs to isolate dask failures. :pr:`2376`
Expand Down
2 changes: 1 addition & 1 deletion docs/source/start.ipynb
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this guide, we'll show how you can use EvalML to automatically find the best pipeline for predicting whether a patient has breast cancer. Along the way, we'll highlight EvalML's built-in tools and features for understanding and interacting with the search process."
"In this guide, we'll show how you can use EvalML to automatically find the best pipeline for predicting whether or not a credit card transaction is fradulent. Along the way, we'll highlight EvalML's built-in tools and features for understanding and interacting with the search process."
]
},
{
Expand Down

0 comments on commit 0a69cd6

Please sign in to comment.