You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The supported MOJOs listed are documented in two places and can be confusing.
1 - [https://docs.h2o.ai/h2o/latest-stable/h2o-docs/mojo-quickstart.html#what-is-a-mojo|https://docs.h2o.ai/h2o/latest-stable/h2o-docs/mojo-quickstart.html#what-is-a-mojo]
2 - [https://docs.h2o.ai/h2o/latest-stable/h2o-docs/save-and-load-model.html#supported-mojos|https://docs.h2o.ai/h2o/latest-stable/h2o-docs/save-and-load-model.html#supported-mojos]
I would suggest, we keep the supported list in one location. And we create a table that specifies which algorithms can be exported and imported as MOJOs.
The supported MOJOs listed are documented in two places and can be confusing.
1 - [https://docs.h2o.ai/h2o/latest-stable/h2o-docs/mojo-quickstart.html#what-is-a-mojo|https://docs.h2o.ai/h2o/latest-stable/h2o-docs/mojo-quickstart.html#what-is-a-mojo]
2 - [https://docs.h2o.ai/h2o/latest-stable/h2o-docs/save-and-load-model.html#supported-mojos|https://docs.h2o.ai/h2o/latest-stable/h2o-docs/save-and-load-model.html#supported-mojos]
I would suggest, we keep the supported list in one location. And we create a table that specifies which algorithms can be exported and imported as MOJOs.
||Algorithm||Exportable||Importable||
|AutoML|Y (individual models)|Y (yes, for all current models)|
|GAM|Y|N|
|GBM|Y|Y|
|GLM|Y|Y|
|Maximum R Square Improvements (MAXR)|N|N|
|ANOVAGLM|N|N|
|XGBoost|Y|Y|
|Distributed Random Forest (DRF)|Y|Y|
|Deep Learning|Y|Y|
|Stacked Ensemble|Y|Y|
|CoxPH|Y|Y|
|RuleFit|Y|Y|
|Naive Bayes Classifier|N|N|
|Support Vector Machines (SVM)|N|N|
|K-Means|Y|N|
|Isolation Forest|Y|Y|
|Extended Isolation Forest|N|N|
|Aggregator|N|N|
|Generalized Low Rank Models (GLRM)|Y|N|
|Principal Component Analysis (PCA)|Y|N|
The text was updated successfully, but these errors were encountered: