miniboosts 0.3.6

MiniBoosts: A collection of boosting algorithms written in Rust 🦀
Documentation
1
2
3
4
//! SmoothBoost module.
pub mod smoothboost_algorithm;

pub use smoothboost_algorithm::SmoothBoost;