Implement Temporal Pointwise Convolutional (TPC) Model in Length of Stay prediction task#1119
Open
kchendv wants to merge 4 commits intosunlabuiuc:masterfrom
Open
Implement Temporal Pointwise Convolutional (TPC) Model in Length of Stay prediction task#1119kchendv wants to merge 4 commits intosunlabuiuc:masterfrom
kchendv wants to merge 4 commits intosunlabuiuc:masterfrom
Conversation
Add a chartevents table mapping to pyhealth/datasets/configs/mimic4_ehr.yaml. Add test_notebook.ipynb to aid manual testing (dev/demo usage) for TPC-LoS changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributors
Type of Contribution
Link to Original Paper
Temporal Pointwise Convolutional Networks for Length of Stay Prediction in the Intensive Care Unit
High-level Description of Implementation
This pull request implements the paper "Temporal Pointwise Convolutional Networks for Length of Stay
Prediction in the Intensive Care Unit". Specifically, it implements
/labevents)Files to review
Examples
examples/mimic4_remaining_los_tpc.pyexamples/mimic4_remaining_los_tpc_ablation.pyCore Implementation
pyhealth/models/tpc.pypyhealth/processors/regression_sequence_processor.pypyhealth/processors/tpc_static_processor.pypyhealth/processors/tpc_timeseries_processor.pypyhealth/tasks/remaining_length_of_stay_tpc_mimic4.pyTests
tests/core/test_tpc.pyDocumentation
docs/api/models.rstdocs/api/models/pyhealth.models.TPC.rstdocs/api/processors.rstdocs/api/processors/pyhealth.processors.RegressionSequenceProcessor.rstdocs/api/processors/pyhealth.processors.TPCStaticProcessor.rstdocs/api/processors/pyhealth.processors.TPCTimeseriesProcessor.rstdocs/api/tasks.rstdocs/api/tasks/pyhealth.tasks.RemainingLengthOfStayTPC_MIMIC4.rstMisc / Config
pyhealth/datasets/configs/mimic4_ehr.yamlpyhealth/__init__.pypyhealth/models/__init__.pypyhealth/processors/__init__.pypyhealth/tasks/__init__.py