Skip to content

Commit abc2bf0

Browse files
committed
refactor: consolidate FastText classifier from 8 to 4 files
1 parent 2044f69 commit abc2bf0

23 files changed

+5073
-2421
lines changed

examples/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,28 @@ uv run python advanced_training.py
8181
- Training parameter tuning
8282
- Model performance comparison
8383

84+
### 5. [MLflow Integration](mlflow_integration.py)
85+
Demonstrates MLflow integration for experiment tracking and model management:
86+
- Training and logging models to MLflow
87+
- Experiment tracking with metrics and parameters
88+
- Model versioning and registry
89+
- Loading models from MLflow for inference
90+
- Model artifact management
91+
92+
**Run the example:**
93+
```bash
94+
cd examples
95+
pip install mlflow # Install MLflow first
96+
uv run python mlflow_integration.py
97+
```
98+
99+
**What you'll learn:**
100+
- MLflow experiment tracking setup
101+
- Model logging and versioning
102+
- Loading models for inference
103+
- Model registry management
104+
- Reproducible ML workflows
105+
84106
## 🚀 Quick Start
85107

86108
To run any example:

0 commit comments

Comments
 (0)