Using Decision Trees to Solve Low Feature Adoption

Gannon Hall
Blackstar
Published in
3 min readJul 3, 2020

Decision trees provide a systematic way of looking at a problem you need to solve. It provides a step-by-step method for breaking down big problems into smaller, more manageable ones while allowing you to prioritize the problems and providing clear “decision gates” at each step.

There are two basic kinds of decision trees:

  1. Problem trees — created by…