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

Announce changes in API to H2O Community #11335

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

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

Hello H2O community!

There are many new changes in the H2O ecosystem, and we are working furiously to publish and share these with the community.

In this context, we are preparing a new H2O release 3.12 with amazing features (e.g., AutoML, XGBoost support). We are also planning some changes that can affect existing code bases. This email is meant to inform you and start discussions about them.

The changes include:

h2. Migration from Java 6 to Java 7 h3. Motivation

h3. Actions

h3. Impact of change If your stack is running on top of Java 6 JVM (e.g., old Hadoop distribution, proprietary tools), then H2O will stop working. Please let us know!

h3. Preview of changes

h2. Modularization of code base

h3. Motivation

Note: the same concept is already used in H2O to register parsers and Rapids extensions.

h3. Impact of change

h3. Preview of changes

h2. Improvement of Stacked Ensemble API

h3. Motivation

h3. Actions

Overview of the current arguments and what should be done about each one:

Proposed API (R example):

{code} h2o.stackedEnsemble(base_models, response_frame, validation_frame = NULL, model_id = NULL, ...) {code}

h3. Impact of change

h3. Preview of changes

h2. New feature: Automatic Machine Learning (AutoML)

h3. Motivation

h3. Actions

h3. Impact of change

h3. Preview of changes

h2o-ops commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-4450 Assignee: Michal Malohlava Reporter: Michal Malohlava State: Resolved Fix Version: N/A Attachments: N/A Development PRs: N/A