-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
feature requestRequest for a new featureRequest for a new featureinternalThe issue doesn't change the API or functionalityThe issue doesn't change the API or functionality
Description
Description:
Currently, the Univariate
distributions return a dictionary that includes the type
of the distribution, represented as the fully qualified Python name (e.g., copulas.univariate.BetaUnivariate
).
To improve clarity and usability, it would be helpful to include the native distribution name from SciPy
. For example, instead of returning copulas.univariate.BetaUnivariate
under the type
key, the dictionary should also contain a distribution_name
key with the corresponding SciPy
distribution name (e.g., beta
for the BetaUnivariate
distribution). This attribute can be obtained from the instance.MODEL_CLASS.name
.
Metadata
Metadata
Assignees
Labels
feature requestRequest for a new featureRequest for a new featureinternalThe issue doesn't change the API or functionalityThe issue doesn't change the API or functionality