Write log_experiment(config, accuracy) that returns an experiment
receipt: a dict with keys config and accuracy in that order. This is
the record you'd append to your run history.
Write log_experiment(config, accuracy) that returns an experiment
receipt: a dict with keys config and accuracy in that order. This is
the record you'd append to your run history.