Re: [Scikit-learn-general] Trees in Mahout

2012-10-31 Thread Andreas Mueller
On 10/31/2012 11:45 AM, Joseph Turian wrote: >> As far as I understand, we are not really sure what is the best way to >> build >> the trees (masks / no masks, pre-sorting / lazy sorting..). > Are you talking about efficiency in training time, or generalization accuracy? > Training time. -

Re: [Scikit-learn-general] Trees in Mahout

2012-10-31 Thread Joseph Turian
> As far as I understand, we are not really sure what is the best way to > build > the trees (masks / no masks, pre-sorting / lazy sorting..). Are you talking about efficiency in training time, or generalization accuracy? Best, Joseph --

Re: [Scikit-learn-general] Trees in Mahout

2012-10-31 Thread Peter Prettenhofer
2012/10/31 Andreas Mueller : > Hey everybody. > I noticed mahout also has random forest algorithms. Has any-one tried those? > Has any-one done any timing comparisons? > As far as I understand, we are not really sure what is the best way to build > the trees (masks / no masks, pre-sorting / lazy so

[Scikit-learn-general] Trees in Mahout

2012-10-31 Thread Andreas Mueller
Hey everybody. I noticed mahout also has random forest algorithms. Has any-one tried those? Has any-one done any timing comparisons? As far as I understand, we are not really sure what is the best way to build the trees (masks / no masks, pre-sorting / lazy sorting..). I thought it might be a