Skip to content

Commit

Permalink
Update start docs description to correctly say using the fraud dataset (
Browse files Browse the repository at this point in the history
#2370)

* init

* release notes
  • Loading branch information
angela97lin committed Jun 15, 2021
1 parent ca576c1 commit ad921c4
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 @@ -7,6 +7,7 @@ Release Notes
* Added ``thresholding_objective`` argument to ``AutoMLSearch`` for binary classification problems :pr:`2320`
* Changes
* 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 ad921c4

Please sign in to comment.