79767611

Date: 2025-09-17 17:08:24
Score: 2
Natty:
Report link

In RandomForestRegressor() the criterion options are 'MSE' and 'MAE'. But what is this error that is being measured and optimised before splitting?

As you probably kown, random forests are a collection of decision trees. And you can find the answer of your question for decision trees in the user guide of scikit-learn: https://scikit-learn.org/stable/modules/tree.html#mathematical-formulation

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Arthur