Neha Patki

Results 134 issues of Neha Patki

### Environment Details * SDV version: 1.14.0 (latest) ### Error Description For sequential data, it should not be possible for the primary key column (or alternate key column) to be...

bug
data:sequential

### Environment Details * SDV version: 1.14.0 (latest) ### Error Description For sequential data, it should not be possible for the sequence key to be the same as a context...

bug
data:sequential

### Problem Description Currently SDGym exposes a [single table IndependentSynthesizer](https://docs.sdv.dev/sdgym/customization/synthesizers/basic-synthesizers) that is meant to synthesize **columns** independently (i.e. it does not learn any correlations). This is meant to be used...

feature request

### Environment Details * SDMetrics version: 0.14.1 ### Error Description In the Quality Report, the Column Pair Trends and Intertable Trends properties both use the [ContingencySimilarity](https://docs.sdv.dev/sdmetrics/metrics/metrics-glossary/contingencysimilarity) metric to compute a...

bug
feature:reports
feature:metrics

### Problem Description As indicated [in this issue](https://github.com/sdv-dev/SDV/issues/2010#issuecomment-2277915912), some users have found that applying a min/max scaling significantly improved the synthetic data quality. However, the RDT library currently does not...

feature request
feature:transformer

### Environment Details * SDV version: 1.17.10 (latest) * Python version: 3.10 * Operating System: Linux (Colab Notebook) ### Error Description I am explicitly trying to turn off rounding for...

bug

### Problem Description In an upcoming version of SDV, we will be consolidating the Multi and Single table metadata objects into a streamlined Metadata object. Effectively, this object is the...

feature request

### Problem Description Initially described in issue #2208: the `RegexGenerator` does not currently support all types of regexes. In particular, it does not support regexes with sub-patterns ("or" logic). This...

feature request

### Problem Description I'm filing this as a feature request for tracking purposes. The problem was first described in #2136. The summary is that in some schemas, there may be...

feature request
data:multi-table

### Problem Description SDGym is meant to compare single-table synthesizers from various sources. As part of this effort, we should integrate with popular, 3rd party synthesizers. This issue is to...

feature:synthesizer
feature request