Solution: Train a Random Forest Model Using the Entropy Criteria
View the solution to the “Train a Random Forest Model Using the Entropy Criteria” exercise.
Task
In the “Machine Learning” lesson of the “Decision Tree Learning” chapter, we trained a random forest model using the default criteria (criterion='gini'
). The task here is to retrain the model using the entropy criteria and observe the difference in model evaluations.
Solution
The provided workspace contains the code solution for the task mentioned above.
Access this course and 1400+ top-rated courses and projects.