Expand description
Experiment Tracking Frameworks Tree Visualization
Displays comparison tree of Python experiment tracking frameworks (MLflow, Weights & Biases, Neptune, etc.) and their PAIML Rust replacements.
Core principle: Python experiment tracking is replaced by sovereign Rust alternatives. No Python runtime dependencies permitted in production.
Structs§
- Experiment
Tree - Experiment tracking tree structure
- Framework
Category - A category of components
- Framework
Component - A component within a framework
- Integration
Mapping - Integration mapping between Python and Rust
Enums§
- Experiment
Framework - Experiment tracking framework being compared
- Integration
Type - Integration type - all are replacements (Python eliminated)
Functions§
- build_
dvc_ tree - Build DVC tree
- build_
integration_ mappings - Build all integration mappings
- build_
mlflow_ tree - Build MLflow tree
- build_
neptune_ tree - Build Neptune tree
- build_
wandb_ tree - Build Weights & Biases tree
- format_
all_ frameworks - Format all frameworks
- format_
framework_ tree - Format a single framework tree as ASCII
- format_
integration_ mappings - Format integration mappings
- format_
json - Format as JSON