View on GitHub What do you understand by Greedy approach? Understand by Greedy approach On this page On this page What do ❮ Previous Next ❯ What do 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. ❮ Previous Next ❯