aprender-viz 0.29.0

SIMD/GPU/WASM-accelerated visualization library for data science and ML
1
2
3
4
5
6
7
8
9
10
11
//! Experiment dashboard widgets for ML training visualization.
//!
//! Provides compact, embeddable widgets for experiment tracking dashboards.

mod resource_bar;
mod run_table;
mod sparkline;

pub use resource_bar::ResourceBar;
pub use run_table::{RunRow, RunStatus, RunTable};
pub use sparkline::{Sparkline, TrendDirection};