Pergunta de entrevista da empresa MiQ

What are Decision Trees? How did you use the Data Science Life Cycle in your project? Define Random Forest Algorithm

Resposta da entrevista

Sigiloso

29 de jun. de 2022

A decision tree is a flowchart-like structure in which each internal node represents a "test" on an attribute Explained based on my project with examples random decision forests is an ensemble learning method for classification, regression and other tasks that operates by constructing a multitude of decision trees at training time.

1