Skip to content

Commit

Permalink
Merge pull request #84 from FerPicado/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in 'end-to-end-heart-disease-classification.ipynb'
  • Loading branch information
mrdbourke authored Sep 4, 2024
2 parents cf817a6 + d660b66 commit 644b22c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3519,7 +3519,7 @@
"\n",
"Reading the documentation on the [`RocCurveDisplay`](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html) function we can see it has a class method called [`from_estimator(estimator, X, y)`](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html#sklearn.metrics.RocCurveDisplay.from_estimator) as inputs. \n",
"\n",
"Where `estiamator` is a fitted machine learning model and `X` and `y` are the data you'd like to test it on.\n",
"Where `estimator` is a fitted machine learning model and `X` and `y` are the data you'd like to test it on.\n",
"\n",
"In our case, we'll use the GridSearchCV version of our `LogisticRegression` estimator, `gs_log_reg` as well as the test data, `X_test` and `y_test`."
]
Expand Down

0 comments on commit 644b22c

Please sign in to comment.