removed xgbtree
This commit is contained in:
@@ -601,15 +601,6 @@ typedef DecisionTree<InformationGain,
|
||||
AllCategoricalSplit,
|
||||
AllDimensionSelect,
|
||||
true> ID3DecisionStump;
|
||||
|
||||
/**
|
||||
* Convenience typedef for XGBoost trees.
|
||||
*/
|
||||
typedef DecisionTree<MSEGain,
|
||||
BestBinaryNumericSplit,
|
||||
AllCategoricalSplit,
|
||||
AllDimensionSelect,
|
||||
true> XGBTree;
|
||||
} // namespace mlpack
|
||||
|
||||
// Include implementation.
|
||||
|
||||
Reference in New Issue
Block a user