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β)