-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: adding advanced example dataset #267
base: main
Are you sure you want to change the base?
Conversation
96bacd4
to
0a3f443
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Will be very useful for testing and trying out new methods in the future!
crates/medmodels-core/src/medrecord/advanced_example_dataset/synthetic_data/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/advanced_example_dataset/synthetic_data/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/advanced_example_dataset/synthetic_data/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/advanced_example_dataset/synthetic_data/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/advanced_example_dataset/synthetic_data/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/advanced_example_dataset/synthetic_data/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't speak for the Rust part, but the rest looks good to me now! 🦭
e4bb073
to
630cfcd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, good job!
One structural request:
I don't think the advanced_example_dataset
should be an extra module. Instead, combine it with the existing example_dataset
module. The structure should look something like this:
example_dataset/
├─ synthetic_data/
│ ├─ simple_dataset/
│ │ └─ csv files and README
│ └─ advanced_dataset/
│ └─ csv files and README
└─ mod.rs
Imo we can also rename the current from_example_dataset
to from_simple_example_dataset
to make it consistent with the from_example_dataset
crates/medmodels-core/src/medrecord/advanced_example_dataset/synthetic_data/event.csv
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/advanced_example_dataset/mod.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost there! Some minor requests, mainly related to testing
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/advanced_dataset/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a few tiny improvements for the grammar of the description, otherwise very happy with the added dataset and code!
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/advanced_dataset/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/advanced_dataset/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/advanced_dataset/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/advanced_dataset/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/advanced_dataset/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/advanced_dataset/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/advanced_dataset/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/simple_dataset/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/simple_dataset/README.md
Outdated
Show resolved
Hide resolved
crates/medmodels-core/src/medrecord/example_dataset/synthetic_data/simple_dataset/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my side (hopefully) last approval! :) 🦭
53c38bd
to
2a5bb1a
Compare
2a5bb1a
to
e6f552d
Compare
Adding an advanced example dataset with 600 patients with call: