rustyml 0.11.0

A high-performance machine learning & deep learning library in pure Rust, offering ML algorithms and neural network support
Documentation
1
2
3
4
5
6
7
8
9
pub use crate::metric::{
    mean_squared_error,
    root_mean_squared_error,
    mean_absolute_error,
    r2_score,
    ConfusionMatrix,
    accuracy,
    calculate_auc,
};