miniboosts 0.2.1

MiniBoosts: A collection of boosting algorithms written in Rust 🦀
Documentation
1
2
3
4
5
6
7
//! MLPBoost module.

pub mod mlpboost;
mod lp_model;


pub use mlpboost::MLPBoost;