irithyll 10.0.1

Streaming ML in Rust -- gradient boosted trees, neural architectures (TTT/KAN/MoE/Mamba/SNN), AutoML, kernel methods, and composable pipelines
Documentation
1
2
3
4
5
//! Shared configuration types used across multiple streaming models.

pub mod plasticity;

pub use plasticity::{PlasticityConfig, PlasticityConfigBuilder};