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.85k stars 1.99k forks source link

impute: when an impute from R and run- 'get jobs' in flow, it throws error - Failed to find ModelBuilder class in registry: class hex.quantile.Quantile #14937

Open exalate-issue-sync[bot] opened 1 year ago

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

Happens when run impute from R create a dummy frame - createFrame {"dest":"dummy","rows":10000,"cols":100,"seed":7595850248774472000,"randomize":true,"value":0,"real_range":"100236","categorical_fraction":".1","factors":"43","integer_fraction":0.5,"binary_fraction":"0","binary_ones_fraction":"0","integer_range":"333","missing_fraction":"0.1","response_factors":"1","has_response":false}

run impute on it from R or = h2o.getFrame("dummy") for (i in 1:ncol(or)){

if(is.factor(or[,i])=="FALSE"){

h2o.impute(data = or,column = i,method = "median")

}

print(i) }

go to flow and do - get jobs get Error calling GET /3/Jobs Failed to find ModelBuilder class in registry: class hex.quantile.Quantile

DinukaH2O commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-1973 Assignee: UNASSIGNED Reporter: Nidhi Mehta State: Open Fix Version: N/A Attachments: Available (Count: 1) Development PRs: N/A

Attachments From Jira

Attachment Name: get_jobs_error.png Attached By: Nidhi Mehta File Link:https://h2o-3-jira-github-migration.s3.amazonaws.com/PUBDEV-1973/get_jobs_error.png