Classification

Decision Tree

Machine Learning

January 8, 2021

What do you understand by Greedy approach?

Greedy approach means prioritizing immediate gains over long term interests.  In context of Decision Trees, it means splitting the data on the basis of immediate value of cost function rather than its overall value.

by : Monis Khan

Quick Summary:

Greedy approach means prioritizing immediate gains over long term interests.  In context of Decision Trees, it means splitting the data on the basis of immediate value of cost function rather than its overall value.