pub fn train_gradient_boosting(
features: &[Vec<f64>],
targets: &[f64],
config: &GradientBoostingConfig,
) -> GradientBoostingExpand description
Train a Gradient Boosting regressor (L2 loss / least squares).
pub fn train_gradient_boosting(
features: &[Vec<f64>],
targets: &[f64],
config: &GradientBoostingConfig,
) -> GradientBoostingTrain a Gradient Boosting regressor (L2 loss / least squares).