Oufattole / meds-torch

MIT License
15 stars 1 forks source link

Refactor multiwindow_dataset to support single time window data loading and improve documentation #117

Open Oufattole opened 3 weeks ago

Oufattole commented 3 weeks ago

The pytorch dataset class allows loading data up to the boolean_classification prediction_time, but we should support a start + end window functionality where we can load a subset of data in a window. This is supported by the multiwindow_dataset class, but that class is meant for and created for cases where you have multiple windows. We should