Closed Oufattole closed 1 week ago
The changes in the README.md
file for the MIMIC-IV Example include updates to installation instructions, environment variable settings, and script execution commands. The installation command for the MEDS_transforms
package has been revised to dynamically fetch the latest version from PyPI. Specific directory paths for raw data have replaced placeholders, and the default behavior for the do_unzip
parameter has been changed. Additionally, the number of workers has been increased from 5 to 8, along with a shift from a distributed to a local processing approach.
File | Change Summary |
---|---|
MIMIC-IV_Example/README.md | - Updated installation instructions and environment variable settings. |
- Modified installation command for MEDS_transforms to fetch the latest version dynamically. |
|
- Replaced placeholder paths with actual directory paths for MIMIC-IV data. | |
- Changed do_unzip parameter from true to false . |
|
- Increased number of workers from 5 to 8. | |
- Changed stage runner file from slurm_runner.yaml to local_parallelism_runner.yaml . |
pre_MEDS.py
regarding file retrieval methods and function call adjustments may relate to the overall data handling improvements in the MIMIC-IV Example, which is also reflected in the updates to the README.md
for clearer instructions and configurations.π In the garden where data blooms,
The README now clears all the glooms.
With paths set right and workers galore,
The MEDS transform opens the door!
So hop along, letβs code and play,
For MIMIC-IV shines brighter today! πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.17%. Comparing base (
553250e
) to head (e3046f7
). Report is 8 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think there were a few accidental modifications I pushed, I just removed them, so I think this shoud be ready to go @mmcdermott
LGTM! Merge at your leisure.
Actually, @Oufattole, if you don't mind waiting, this change would also likely be helpful on #207 and #203 as well
I think #207 and #203 were merged, do you want to merge this now @mmcdermott ?
@Oufattole can we finish and merge or close this? Not sure which would be more appropriate, but I'd like to get it closed out rather than remaining indefinitely open. Thanks!
I resolved the merge conflict, should be good to go assuming tests pass.
Now the tutorial will always use the latest version of meds-transform by default (by checking pypi for the latest version), and I included downloads all necessary config files as some were missing which broke the tutorial.
Summary by CodeRabbit
New Features
MEDS_transforms
package.Bug Fixes
Documentation