Neha Patki

Results 94 issues of Neha Patki

### Problem Description If I use the `auto_assign_transformers` functionality with invalid data*, then I receive an error that doesn't really make sense. *Invalid data is any data that does not...

feature request

### Problem Description This is a general issue for performance improvements to CTGAN, with a variety of possible solutions. **Are you having this issue?** Please upvote this issue and comment...

feature request
data:single-table
feature:performance

### Problem Description Currently, all libraries in the SDV ecosystem have narrow and fixed dependency ranges (with a min and max). Sometimes as external libraries change, users may have problems...

maintenance

### Problem Description The SDV only supports multi table schemas that connect a foreign key (of a child table) to a primary key (of a parent table). The schemas _do...

feature request

### Environment Details * SDV version: 1.0.0b0 (beta version) * Python version: 3.8 * Operating System: Linux (Google Colab) ### Error Description If I create a synthesizer with a `Unique`...

bug
feature:constraints

### Environment Details * SDV version: 1.0.0b0 (Beta version) * Python version: 3.8 * Operating System: Linux (Colab Notebook) ### Description If I apply the `Unique` constraint, then by definition,...

feature request
feature:constraints

### Problem Description Python 3.12 was released on Oct 2, 2023. ### Expected behavior In order to upgrade the Copulas, we'll need to ensure that our external dependencies are compatible...

maintenance

### Problem Description The [copulas univariate package](https://sdv.dev/Copulas/api/copulas.univariate.html) contains 8 different distribution types to choose from. However, the underlying data science library [scipy](https://docs.scipy.org/doc/scipy/reference/stats.html) contains a larger variety of univariate distributions. Is...

feature request

### Problem Description The SDGym library currently allows you to [list the available datasets](https://docs.sdv.dev/sdgym/customization/datasets/public-sdv-datasets) for benchmarking purposes. However, it does not offer any abilities to inspect these datasets -- users...

feature request

### Environment Details * SDGym version: 0.6.0 (latest) ### What is expected The `IndependentSynthesizer` is expected to independently model each column. - For `numerical` or `datetime` sdtypes, it should learn...

bug