I'm trying to understand why some algorithms fit the "statistical query model" and some don't. Aka. why some can be parallelized and scaled using tools like Hadoop while others are limited because they are inherently sequential. What are some examples of sequentials algos?
[link][6 comments]