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
10
/// This module provides access to the raw data of boston housing dataset
pub mod boston_housing_raw;
/// This module provides access to the raw data of diabetes dataset
pub mod diabetes_raw;
/// This module provides access to the raw data of iris dataset
pub mod iris_raw;
/// This module provides access to the raw data of titanic dataset
pub mod titanic_raw;
/// This module provides access to the raw data of wine quality dataset (Red and White)
pub mod wine_quality_raw;