//! Tree learners used across the project.
//!//! `classifier` and `regressor` are the first-order learners used directly by
//! decision trees and random forests. `second_order` is the gradient/hessian-
//! driven learner used by gradient boosting.
pubmodclassifier;pubmodregressor;pubmodsecond_order;pub(crate)modshared;