Skip to content

Commit

Permalink
FIX fix some typos (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre authored Jan 19, 2024
1 parent cdc4f41 commit 946b6a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@ def plot_decision_boundary(model, title=None):

# %% [markdown]
#
# The polynomial kernel approach would be interesting in cases were the
# The polynomial kernel approach would be interesting in cases where the
# original feature space is already of high dimension: in these cases,
# **computing the complete polynomial expansion** with `PolynomialFeatures`
# could be **intractable**, while Nyström method can control the output
# could be **intractable**, while the Nyström method can control the output
# dimensionality with the `n_components` parameter.
#
# Let's now explore the use of a radial basis function (RBF) kernel:
Expand Down

0 comments on commit 946b6a3

Please sign in to comment.