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

XGBoost: Expose remaining missing parameters #11674

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

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

We may still be missing a few XGBoost parameters and also add them to the User Guide. The list is currently:

Here are some [general parameters|https://xgboost.readthedocs.io/en/latest//parameter.html#general-parameters] that are missing, but we could ignore all of these since they are not relevant (or perhaps just implement "silent")":

[Tree Booster parameters|https://xgboost.readthedocs.io/en/latest//parameter.html#parameters-for-tree-booster] that are missing

[Parameters for Linear Booster|https://xgboost.readthedocs.io/en/latest//parameter.html#parameters-for-linear-booster]:

[Learning Task Parameters|https://xgboost.readthedocs.io/en/latest//parameter.html#learning-task-parameters]

Full list here: https://xgboost.readthedocs.io/en/latest//parameter.html

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

Angela Bartz commented: FYI, the lambda_bias parameter is in the updated XGBoost topic in the User Guide.

hasithjp commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-4795 Assignee: Erin LeDell Reporter: Erin LeDell State: Closed Fix Version: 3.16.0.1 Attachments: N/A Development PRs: Available

Linked PRs from JIRA

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