Hi, I want to run k-means with different k in parallel. So each worker should calculate its own k-means. Is that possible?
If I do a map on a list of integers to then apply k-means I get the following error: Task not serializable I am looking forward to your answers! Lydia