h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.91k stars 2k forks source link

Rulefit tests testDiabetesWithWeights, testBestPracticeExampleWithLinearVariables failing #7892

Closed exalate-issue-sync[bot] closed 1 year ago

exalate-issue-sync[bot] commented 1 year ago

testDiabetesWithWeights, testBestPracticeExampleWithLinearVariables are failing on master miultinode with this exception:

{code:java} 09-03 17:52:47.828 192.168.0.129:54329 20448 FJ-1-27 INFO water.default: Completing model RuleFit_model_1599148293256_12 09-03 17:52:47.829 192.168.0.129:54329 20448 FJ-1-27 ERROR water.default: java.lang.NullPointerException at water.fvec.Frame.(Frame.java:170) at hex.ModelBuilder.init(ModelBuilder.java:1196) at hex.tree.SharedTree.init(SharedTree.java:117) at hex.tree.drf.DRF.init(DRF.java:53) at hex.tree.drf.DRF.(DRF.java:36) at hex.rulefit.RuleFit$RuleFitDriver.trainTreeModel(RuleFit.java:272) at hex.rulefit.RuleFit$RuleFitDriver.computeImpl(RuleFit.java:188) at hex.ModelBuilder$Driver.compute2(ModelBuilder.java:238) at water.H2O$H2OCountedCompleter.compute(H2O.java:1563) at jsr166y.CountedCompleter.exec(CountedCompleter.java:468) 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) {code}

exalate-issue-sync[bot] commented 1 year ago

Zuzana Olajcová commented: fixed in [#4894|https://github.com/h2oai/h2o-3/pull/4894]

h2o-ops commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-7747 Assignee: Zuzana Olajcová Reporter: Zuzana Olajcová State: Resolved Fix Version: N/A Attachments: N/A Development PRs: Available

Linked PRs from JIRA

https://github.com/h2oai/h2o-3/pull/4894