SDMetrics icon indicating copy to clipboard operation
SDMetrics copied to clipboard

Metrics to evaluate quality and efficacy of synthetic datasets.

Results 104 SDMetrics issues
Sort by recently updated
recently updated
newest added

**Suggested tests** - **Conditional probability distribution** in simulated vs. - conditional probability of Event A|B is calculated as the probability of seeing Event B within X days of Event A’s...

feature request
under discussion
data:sequential

- Where sequence length is defined as the number of rows in the entity column per ID for single-table data. For multi-table this is defined as the sum of number...

feature request
under discussion
data:sequential

### Problem Description The current Metrics implemented in SDV do not specifically measure the quality of sequences generated with CPAR. ### Expected behavior MSAS is a metric for sequential data...

feature request
data:sequential

### Problem Description Create the multi table QualityReport class. Implement the `generate` method and functionality. The `generate` method should take in the real and synthetic dataframes for computing the following:...

feature request

### Problem Description Add `plot_column` visualization utility method that takes in the real and synthetic data for one column and plots it. Plot a stacked line graph or histogram depending...

feature request

### Problem Description Add multi table QualityReport visualization methods. These methods are available in the report object, even if it's saved and loaded at a later time. Add the following...

feature request

### Problem Description Add get score methods for multi table Quality Report, so that the user can programmatically drill deeper and get the score info. Add the following methods: -...

feature request

### Problem Description Add save and load behavior to single table QualityReport, without saving the actual user data. ### Expected behavior ``` >>> report.save(filepath='my_quality_report.pkl') Warning: The quality report contains statistics...

feature request