BiomedSciAI / fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Apache License 2.0
134 stars 34 forks source link

add props to dataset and pipelines + small fix to cacher #266

Closed michalozeryflato closed 1 year ago

michalozeryflato commented 1 year ago
  1. I added these properties to allow easy access to operation objects in UKBB dataset's pipelines. In my case, I used it to retrieve the number of features from a "dataframe loading operation". After the dataset was created this operation stored the number of features in one of its internal field members.

  2. small fix for cacher - moved the writing of the pipeline description after the creation of the directory