ML Augmentation
ML Augmentation metrics capture the value of using synthetic data for the purposes of training an ML model. They assume that you are augmenting the real data with synthetic data to create a more enhanced training set for solving an ML problem.
We hope that the augmented data (real + synthetic) will yield a better ML model than just using the real data by itself. This comparison captures the value of adding synthetic data into your ML workflow. This type of ROI measurement allows you to capture the return-on-investment of using synthetic data for a downstream project.
Browse
Apply these metrics to evaluate the ROI of synthetic data for ML augmentation:
BinaryClassifierPrecisionEfficacy: Use augmented data to train a binary classifier, optimized for precision
BinaryClassifierRecallEfficacy: Use augmented data to train a binary classifier, optimized for recall
Last updated