flip.nvflare.components.evaluation_json_generator
Classes
Handles EVALUATION_RESULT_RECEIVED event and generates a results.json containing accuracy of each |
Module Contents
- class flip.nvflare.components.evaluation_json_generator.EvaluationJsonGenerator(results_dir=PTConstants.EvalDir, json_file_name=PTConstants.EvalResultsFilename)[source]
Bases:
nvflare.apis.fl_component.FLComponentHandles EVALUATION_RESULT_RECEIVED event and generates a results.json containing accuracy of each validated model.
- Parameters: