Package | Description |
---|---|
org.tribuo.common.xgboost |
Provides abstract classes for interfacing with XGBoost abstracting away all the
Output
dependent parts. |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Output<T>> |
XGBoostTrainer.convertDataset(Dataset<T> examples) |
protected static <T extends Output<T>> |
XGBoostTrainer.convertDataset(Dataset<T> examples,
Function<T,Float> responseExtractor) |
protected static <T extends Output<T>> |
XGBoostTrainer.convertExample(Example<T> example,
ImmutableFeatureMap featureMap) |
protected static <T extends Output<T>> |
XGBoostTrainer.convertExample(Example<T> example,
ImmutableFeatureMap featureMap,
Function<T,Float> responseExtractor)
Converts an examples into a DMatrix.
|
protected static <T extends Output<T>> |
XGBoostTrainer.convertExamples(Iterable<Example<T>> examples,
ImmutableFeatureMap featureMap) |
protected static <T extends Output<T>> |
XGBoostTrainer.convertExamples(Iterable<Example<T>> examples,
ImmutableFeatureMap featureMap,
Function<T,Float> responseExtractor)
Converts an iterable of examples into a DMatrix.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.