loads#

zfit.hs3.loads(string)[source]#

Load a zfit object from a string representation in the HS3 format.

Warning

This is an experimental feature and the API might change in the future. DO NOT RELY ON THE OUTPUT FOR ANYTHING ELSE THAN TESTING.

THIS FUNCTION DOESN’T YET ADHERE TO HS3 (but just as a proxy).

​HS3 is the HEP Statistics Serialization Standard.

It is a JSON/YAML-based serialization that is a coordinated effort of the HEP community to standardize the serialization of statistical models. The standard is still in development and is not yet finalized. This function is experimental and may change in the future.​

Parameters:

string (str) – The string representation of the object.

Returns:

The object.

Return type:

ZfitSerializable