mmcdermott / MEDS_transforms

A simple set of MEDS polars-based ETL and transformation functions
MIT License
20 stars 5 forks source link

Should pull the generic hydra resolvers (e.g., `get_script_docstring`) into a separate package #180

Open mmcdermott opened 3 months ago

mmcdermott commented 3 months ago

This will allow them to be used in other settings (e.g., MEDS-Tab, MEDS-torch, etc.), simplify this codebase, and make it easier to properly test them. Target repo: https://github.com/mmcdermott/useful_hydra_resolvers

Relevant hydra proper issue that may make such resolvers irrelevant: https://github.com/facebookresearch/hydra/issues/633