From 200b28c89f37a6e6eb13ac47b72ce01f77756430 Mon Sep 17 00:00:00 2001
From: Gabriel 2.3.1. Overview of clustering methodsinit='kmeans++' parameter). This initializes the centroids to be
-(generally) distant from each other, leading to provably better results than
+(generally) distant from each other, leading to probably better results than
random initialization, as shown in the reference.
A parameter can be given to allow K-means to be run in parallel, called n_jobs. Giving this parameter a positive value uses that many processors @@ -1485,4 +1485,4 @@