monte 0.1.4

Fundamental operations for scientific computing directly with Polars
Documentation
1
2
3
4
5
6
7
8
pub mod ce_loss;
pub mod log_loss;
pub mod mape;
pub mod max_err;
pub mod mean_abs_err;
pub mod mean_sq_err;
pub mod mean_sq_log_err;
pub mod r2_score;