floatcsep.experiment.Experiment.to_yml

Experiment.to_yml(filename, **kwargs)[source]

Serializes the Experiment instance into a .yml file.

Note

This instance can then be reinstantiated using from_yml()

Parameters:
  • filename – Name of the file onto which dump the instance

  • **kwargs – Pass to as_dict()

Returns: