You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the to_dict and form_dict methods exposes the internal attribute constant_value and returns different values depending on its value.
We should change the implementation to make that all fitted distributions of the same class have the exact same serialization independently of the value of the constant_value attribute, and also have the attribute constant_value implicitly codified in the serialization.
The text was updated successfully, but these errors were encountered:
The current implementation of the
to_dict
andform_dict
methods exposes the internal attributeconstant_value
and returns different values depending on its value.We should change the implementation to make that all fitted distributions of the same class have the exact same serialization independently of the value of the
constant_value
attribute, and also have the attributeconstant_value
implicitly codified in the serialization.The text was updated successfully, but these errors were encountered: