Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading demo data in either FHIR or MIMIC format #79

Closed
sarahmish opened this issue Feb 15, 2021 · 1 comment · Fixed by #81
Closed

Loading demo data in either FHIR or MIMIC format #79

sarahmish opened this issue Feb 15, 2021 · 1 comment · Fixed by #81
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sarahmish
Copy link
Collaborator

To get started with Cardea, it would be beneficial to explore multiple prediction tasks.

However, depending on the datasets, the possible prediction tasks may vary. Right now we demonstrate the missed appointment usecase using kaggle dataset. We can also use the MIMIC demo dataset to show some other usecases.

def load_demo(data="kaggle"):
""" Return a collection of .csv to load into an entityset.

Args:
    data (str):
        string determining which demo dataset to load
"""
@sarahmish sarahmish self-assigned this Feb 19, 2021
@sarahmish sarahmish added the enhancement New feature or request label Feb 19, 2021
@sarahmish sarahmish added this to the 0.1.2 milestone Feb 19, 2021
@sujen
Copy link

sujen commented Aug 26, 2021

@sarahmish is it possible to enrich the demo dataset with additional entities so as to be able to run "DiagnosticPrediction" problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants