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