I'm new to H2O. When using R to make a random forest with max_depth=60, the fitting crashed halfway through:
Got exception 'class java.lang.AssertionError', with msg 'null'
java.lang.AssertionError
at hex.tree.DHistogram.scoreMSE(DHistogram.java:323)
at hex.tree.drf.DRF$DRFDecidedNode.bestCol(DRF.java:432)
at hex.tree.DTree$DecidedNode.<init>(DTree.java:357)
at hex.tree.drf.DRF$DRFDecidedNode.<init>(DRF.java:420)
at hex.tree.drf.DRF.makeDecided(DRF.java:412)
at hex.tree.SharedTree$ScoreBuildOneTree.onCompletion(SharedTree.java:367)
at jsr166y.CountedCompleter.tryComplete(CountedCompleter.java:386)
at water.MRTask.compute2(MRTask.java:683)
at water.H2O$H2OCountedCompleter.compute(H2O.java:1017)
at jsr166y.CountedCompleter.exec(CountedCompleter.java:429)
at jsr166y.ForkJoinTask.doExec(ForkJoinTask.java:263)
at jsr166y.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:974)
at jsr166y.ForkJoinPool.runWorker(ForkJoinPool.java:1477)
at jsr166y.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:104)
Error: 'null'
Any ideas how to avoid this?
I've never had a really reliable test case,
and I'd love one (needs dataset, script, etc).
In the meantime, you probably can ignore it, and everything will turn out fine.
Cliff
On Friday, October 23, 2015 at 7:30:59 AM UTC-7, James Hirschorn wrote:
--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+unsubscribe@googlegroups.com.