File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ def elkan_iter_chunked_dense(
262
262
# An empty array was passed, do nothing and return early (before
263
263
# attempting to compute n_chunks). This can typically happen when
264
264
# calling the prediction function of a bisecting k-means model with a
265
- # large fraction of outiers .
265
+ # large fraction of outliers .
266
266
return
267
267
268
268
cdef:
@@ -505,7 +505,7 @@ def elkan_iter_chunked_sparse(
505
505
# An empty array was passed, do nothing and return early (before
506
506
# attempting to compute n_chunks). This can typically happen when
507
507
# calling the prediction function of a bisecting k-means model with a
508
- # large fraction of outiers .
508
+ # large fraction of outliers .
509
509
return
510
510
511
511
cdef:
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def lloyd_iter_chunked_dense(
82
82
# An empty array was passed, do nothing and return early (before
83
83
# attempting to compute n_chunks). This can typically happen when
84
84
# calling the prediction function of a bisecting k-means model with a
85
- # large fraction of outiers .
85
+ # large fraction of outliers .
86
86
return
87
87
88
88
cdef:
@@ -280,7 +280,7 @@ def lloyd_iter_chunked_sparse(
280
280
# An empty array was passed, do nothing and return early (before
281
281
# attempting to compute n_chunks). This can typically happen when
282
282
# calling the prediction function of a bisecting k-means model with a
283
- # large fraction of outiers .
283
+ # large fraction of outliers .
284
284
return
285
285
286
286
cdef:
You can’t perform that action at this time.
0 commit comments