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 |
---|---|
List<XGBoostFeatureImportance.XGBoostFeatureImportanceInstance> |
XGBoostFeatureImportance.getImportances()
Gets all the feature importances for all the features.
|
List<XGBoostFeatureImportance.XGBoostFeatureImportanceInstance> |
XGBoostFeatureImportance.getImportances(int numFeatures)
Gets the feature importances for the top n features sorted by gain.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.