Skip to main content

Describe How Decision Trees are Created

Premium

Full prompt: Describe how decision trees are created.

First you need to define the features and the target of interest to decide what kind of model to run.

Then you want to think about the relevant evaluation metrics for this type of model based on real-life outcomes to the business.

Finally, based on those real-life outcomes, weigh in the trade-offs in trying to maximize or minimize certain metrics.

How does the model work? Is it providing a continuous or categorical output?

Do your evaluation metrics tie into real-life business outcomes?

What trade-offs are being evaluated based on the evaluation metrics?