From Ensemble Methods for Machine Learning by Gautam Kunapuli
Our first case study explores a medical decision-making task: breast cancer diagnosis. We will see how to use scikit-learn’s homogeneous parallel ensemble modules in practice. Specifically, we will train and evaluate the performance of three homogeneous parallel algorithms, each characterized by increasing randomness: bagging with decision trees, random forests and ExtraTrees.
From Akka in Action by Raymond Roestenburg, Rob Bakker, and Rob Williams
This article discusses the use of clustering in Akka.