Re: Random Forest driver memory

2015-06-18 Thread Joseph Bradley
Hi Isca, Could you please give more details? Data size, model parameters, stack traces / logs, etc. to help get a better picture? Thanks, Joseph On Wed, Jun 17, 2015 at 9:56 AM, Isca Harmatz wrote: > hello, > > does anyone has any help on the issue? > > > Isca > > On Tue, Jun 16, 2015 at 7:45

Re: Random Forest driver memory

2015-06-17 Thread Isca Harmatz
hello, does anyone has any help on the issue? Isca On Tue, Jun 16, 2015 at 7:45 AM, Isca Harmatz wrote: > hello, > > i have noticed that the random forest implementation crashes when > to many trees/ to big maxDepth is used. > > im guessing that this is something to do with the amount of node

Random Forest driver memory

2015-06-15 Thread Isca Harmatz
hello, i have noticed that the random forest implementation crashes when to many trees/ to big maxDepth is used. im guessing that this is something to do with the amount of nodes that need to be kept in driver's memory during the run. but when i examined the nodes structure is seems rather small