removed xgbtree

This commit is contained in:
Abhimanyu Dayal
2024-07-17 20:04:27 +05:30
parent c2742c13f1
commit 08f6b3fdff
@@ -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.