//! Prelude that re-exports the crate's machine learning, metrics, neural network, and utility items
/// Prelude module for machine learning functionality
/// Prelude module for metric functions
/// Prelude module for neural network framework
/// Prelude module for utility functions
// Flatten every category into the prelude root
pub use *;
pub use *;
pub use *;
pub use *;