From 0c68be3fca50865ebc0ee594e65bc43dd387aba3 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Tue, 6 May 2025 13:45:18 +0900 Subject: [PATCH] Fix typo from ploints to points in plot_separator.py --- packages/scikit-learn/examples/plot_separator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scikit-learn/examples/plot_separator.py b/packages/scikit-learn/examples/plot_separator.py index c44d6bcba..5ff93c4c4 100644 --- a/packages/scikit-learn/examples/plot_separator.py +++ b/packages/scikit-learn/examples/plot_separator.py @@ -2,7 +2,7 @@ Simple picture of the formal problem of machine learning ========================================================= -This example generates simple synthetic data ploints and shows a +This example generates simple synthetic data points and shows a separating hyperplane on them. """