edaflow.ml.export_model_comparison
- edaflow.ml.export_model_comparison(comparison_df: DataFrame, filepath: str, include_config: bool = True, format: str = 'csv') None[source]
Export model comparison results to file.
Parameters:
- comparison_dfpd.DataFrame
Comparison results to export
- filepathstr
Path where to save the file
- include_configbool, default=True
Whether to include experiment configuration
- formatstr, default=’csv’
Export format (‘csv’, ‘excel’, ‘json’)