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.

We'll cover the following

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.

Get hands-on with 1200+ tech skills courses.