A gradient boosting algorithm implemented in R.
Milestone 1: Correct algorithm in R.
- Add cross-validation for gamma values.
Use forestry package instead of rpart.- Add hyperparameters.
Milestone 2: Implement algorithm in C (with speed, performance, etc.)
Milestone 3: R package compatibility.