Plamen Valentinov Kolev

Results 36 issues of 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,...

internal
feature request

### 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,...

internal
maintenance

### 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...

internal
maintenance

### 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...

bug

### 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:...

internal