Pergunta de entrevista da empresa ZIGRAM

what is decision tree, what is entropy and information gain ?

Resposta da entrevista

Sigiloso

1 de jan. de 2023

A Decision tree is a flowchart-like tree structure, where each internal node denotes a test on an attribute, each branch represents an outcome of the test, and each leaf node (terminal node) holds a class label.

2