Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 531 Bytes

File metadata and controls

9 lines (6 loc) · 531 Bytes

Demo: Generating Synthetic Genotype Data Using Pretrained Models and Computing Evaluation Metrics

This repository provides simple and easy-to-follow Jupyter notebooks that demonstrates how users can:

  • Load a trained model from the models repository.
  • Generate synthetic genotype data using the loaded model.
  • Evaluate the synthetic data by computing evaluation metrics from the metric repository.

This demo is designed to help others partially reproduce the results of our experiments.