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 example to Fuse.dl section in the Fuse-med ML paper #230

Closed anupamajha1 closed 1 year ago

anupamajha1 commented 1 year ago

Examples in fuse.data and fuse.ml sections are extremely useful. Please expand fuse.dl section to include a similar example to explain its functionality.

alex-golts commented 1 year ago

@anupamajha1 did you mean the examples in the readme? the fuse.dl readme pointed to some end to end examples, but I now added explicit code blocks to the readme to make it more clear. you can see it in this PR which is now merged to master. Please let me know if you were thinking of something different.

alex-golts commented 1 year ago

It later occurred to me that you most likely meant adding an example to the fuse.dl section in the paper itself and not in the code readme. So I also added one there. please see updated file here.

anupamajha1 commented 1 year ago

Thanks for adding the figure.