implemented xgdboost_regression (#314)

* implemented xgd_regression
This commit is contained in:
Daniel Lacina
2025-07-09 09:25:45 -05:00
committed by GitHub
parent d459c48372
commit 5cc5528367
3 changed files with 779 additions and 0 deletions
+1
View File
@@ -130,5 +130,6 @@ pub mod readers;
pub mod svm;
/// Supervised tree-based learning methods
pub mod tree;
pub mod xgboost;
pub(crate) mod rand_custom;