Plamen Valentinov Kolev
Plamen Valentinov Kolev
### 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,...
### Problem Description To improve code reuse, and exception handling, we would like to refactor the fit method of the `GaussianMultivariate` class. The goal is to split it into smaller,...
### Description To improve code reuse and maintainability in the SDV library, the `_fit` method of the `GaussianCopulaSynthesizer` class should be modularized by splitting it into multiple, well-defined functions. This...
### Description When applying the `ScalarInequality` or `ScalarRange` constraint on a `datetime64` column in a `pd.DataFrame`, it raises an `InvalidConstraintsError`. The error message indicates that the 'value' must be a...
### Environment Details Please indicate the following details about the environment in which you found the bug: * SDV version: 1.21 * Python version: 3.8 / 3.12 * Operating System:...
Resolves #2757 CU-86b7rjwyq