miniboosts 0.2.1

MiniBoosts: A collection of boosting algorithms written in Rust 🦀
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod type_and_struct;
pub(crate) mod split_rule;


pub(crate) use type_and_struct::{
    group_by_x,
    WeightedFeature,
};