Re: [scikit-learn] random forest regression with multiple output variables

2016-05-30 Thread Arnaud Joly
Hi, > On 29 May 2016, at 16:03, Roberto Pagliari wrote: > > When using random forest regressor, the default scoring function is mse. > > In the case of multiple output, is the mse the sum over all output variables? > Yes, it is summed over all outputs. > If so, are the output variables sc

[scikit-learn] random forest regression with multiple output variables

2016-05-29 Thread Roberto Pagliari
When using random forest regressor, the default scoring function is mse. In the case of multiple output, is the mse the sum over all output variables? If so, are the output variables scaled, to make the mse comparable across different variables? Thank you, _