Skip to content

Commit 522c972

Browse files
committed
Remove highdim for gaussian nb
1 parent 3cdd6d9 commit 522c972

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebooks/04A_supervised_classification.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@
201201
"One good method to keep in mind is Gaussian Naive Bayes. It is a *generative*\n",
202202
"classifier which fits an axis-aligned multi-dimensional Gaussian distribution to\n",
203203
"each training label, and uses this to quickly give a rough classification. It\n",
204-
"is generally not sufficiently accurate for real-world data, but (especially in\n",
205-
"high dimensions) can perform surprisingly well."
204+
"is generally not sufficiently accurate for real-world data, but can perform surprisingly well."
206205
]
207206
},
208207
{

0 commit comments

Comments
 (0)