edaflow.ml.track_experimentο
- edaflow.ml.track_experiment(experiment_name: str, model_results: Dict[str, Any], experiment_config: Dict[str, Any], notes: str | None = None, log_file: str = 'experiment_log.csv') None[source]ο
Track experiment results in a CSV log file.
Parameters:ο
- experiment_namestr
Name of the experiment
- model_resultsDict[str, Any]
Results dictionary from model comparison
- experiment_configDict[str, Any]
Configuration dictionary from setup_ml_experiment
- notesstr, optional
Additional notes about the experiment
- log_filestr, default=βexperiment_log.csvβ
Path to the log file