Decision Trees and Human Collaboration
My coursework sometimes piques my curiosity in ways likely unintended. When I learn a new concept in class, for example, it sometimes interests me not academically but translationally. I become intrigued by how the concept offers wisdom to domains totally outside that from which it came, and I find it satisfying to think through these incidental connections, even if they are contrived, elementary, and imprecise.
This experience was surprisingly frequent this semester. While taking courses on machine learning, organic chemistry, ecology, and evolutionary biology, I came upon several translational lessons I believe are worth sharing here. I proceed here by describing from a machine learning course the first of these lessons and the concepts that underlie it. I describe what we can learn about human collaboration by studying decision tree ensembles.
The decision tree architecture learns to predict a target feature value by determining hierachically which compositions of descriptive feature values correspond to which target feature values in a training dataset. A single decision tree by itself can model complex relationships, but several such decision trees can be ensembled into an aggregate model with a greater representational capacity.
In Fundamentals of Machine Learning for Predictive Data Analytics, authors Kelleher et al. state a heuristic condition on the effectiveness of ensembling: for an ensemble to be more performant than one of its members, each member of the ensemble should be distinct. The intuition behind this condition is fairly straightforward: if each member of the ensemble is not sufficiently distinct, then the ensemble’s inferences could be generated by just one of its members (i.e., an ensemble would possess no significant advantage over any one of its members). In this sense, an ensemble with significant redundancy across its members engages in “group think,” amplifying the homogeneous biases of its membership.
Kelleher et al. briefly mention that this principle applies equally to ensembles of humans - a suggestion that has captivated me since I first read it. As I interpret it, this comment lends itself to a theory of collaboration which implies that, in general, strong and productive human organizations will consist of individuals that (1) approach problems differently, (2) are independently competent, and (3) are tuned to the same objective. As I have realized, it is the synergy between these qualities - not the isolated merit of each individual quality - that is powerful. Why each of these qualities alone is insufficient and why each pair of these qualities is weaker without the third can be understood through the following analysis. The effectiveness of an organization is improbable (or the collaboration it houses is unjustifiable) when:
- Its members approach problems differently but each approach leads to poor results (i.e., members are not independently competent) or each approach achieves conflicting ends (i.e., members are not tuned to the same objecive).
- Its members are independently competent but are redundant in their methodology (i.e., members do not approach problems differently) or possess radically different ambitions (i.e., members are not tuned to the same objective).
- Its members are tuned to the same objective but pursue that objective in identical ways (i.e., members do not approach problems differently) or pursue that objective ineffectively (i.e., members are not independently competent).
Note: The independent competence argument can be overturned if the absence of independent competence is accompanied by collaborative competence, though it is arguable that independent competence is necessary for the latter. Regardless, this is an edge case I will ignore here.
I find this connection satisfying and translational because the basic criteria for an effective ensemble of decision trees can be extended into a set of criteria that retroactively help to explain why the “good” teams I’ve been on were “good” and why the “bad” teams I’ve been on were “bad.” The way I now understand and approach organized collaboration has tranformed due to these insights.
Enjoy Reading This Article?
Here are some more articles you might like to read next: