Description:
Currently using a simple train/test split. K-fold cross-validation would provide more reliable performance estimates given the small dataset.
Implementation:
- Add k-fold cross-validation to
src/federated/maml_trainer.py
- Report mean ± std across folds
Description:
Currently using a simple train/test split. K-fold cross-validation would provide more reliable performance estimates given the small dataset.
Implementation:
src/federated/maml_trainer.py