moonalloy 0.3.1

The oxidized scientific computing library for the 21st century
Documentation
1
2
3
4
5
//! Implementations of Machine Learning models

pub mod model;
pub mod linear_regression;
pub mod evaluation;