You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am suggesting something similar to tools used to synthesize electronic medical records, like Synthea
Having said that, I would be very happy with a LinkML data synthesizer even if it generates values that are independently valid, but not reasonable when combined, like
person_set
- id: person:1
biosex: male
ovary_count: 1
Assuming biosex's range is an enumeration with values like [male, female, intersex, indeterminate] and ovary_count's range is integers with minimum value 0.
The text was updated successfully, but these errors were encountered:
turbomam
changed the title
Add functionality for generating example data instances with AI, like ChatGPT
Add functionality for generating example data instances from a schema, using AI like ChatGPT
Dec 21, 2022
I am suggesting something similar to tools used to synthesize electronic medical records, like Synthea
Having said that, I would be very happy with a LinkML data synthesizer even if it generates values that are independently valid, but not reasonable when combined, like
Assuming
biosex
'srange
is an enumeration with values like[male, female, intersex, indeterminate]
andovary_count
'srange
is integers with minimum value 0.The text was updated successfully, but these errors were encountered: