Question d’entretien chez MiQ

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

Réponse à la question d'entretien

Utilisateur anonyme

29 juin 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