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.94k stars 2k forks source link

Importing MOJO as H2OGradientBoostingEstimator #16451

Open yidinghou opened 3 weeks ago

yidinghou commented 3 weeks ago

Is your feature request related to a problem? Please describe. I am trying to import a .zip MOJO file as a H2OGradientBoostingEstimator. I am trying to run the staged_predict_proba function

Describe the solution you'd like It would be nice to have some way of converting between the estimator types.

Describe alternatives you've considered I tried looking for any documentation and this functionality doesn't seem available.

Additional context Add any other context or screenshots about the feature request here. If there's a reference (paper, book, etc) for this feature, please add that here.

H2O.ai Devs only If there is a support ticket associated with this issue, please post the link here.