Package | Description |
---|---|
org.tribuo.classification.xgboost |
Provides an interface to XGBoost for classification problems.
|
org.tribuo.common.xgboost |
Provides abstract classes for interfacing with XGBoost abstracting away all the
Output
dependent parts. |
org.tribuo.regression.xgboost |
Provides an interface to XGBoost for regression problems.
|
Modifier and Type | Class and Description |
---|---|
class |
XGBoostClassificationTrainer
A
Trainer which wraps the XGBoost training procedure. |
Constructor and Description |
---|
XGBoostTrainerProvenance(XGBoostTrainer<T> host)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
XGBoostRegressionTrainer
A
Trainer which wraps the XGBoost training procedure. |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.