AI4SCR / ATHENA

BSD 3-Clause "New" or "Revised" License
31 stars 6 forks source link

ENH: concept graph building functionality #4

Closed Sann5 closed 1 year ago

Sann5 commented 1 year ago
adrianomartinelli commented 1 year ago

Do you think I would make sense to include the graph concept training in the release? I think it would be nice to have the option to pip install athena or pip install "athena[gcl]" for which it installs dependencies for the deep learning with the graphs. In addition we can have a tutorial on how to train a basic model on the graphs. I think this is essential that people can use it.

Sann5 commented 1 year ago

This is a great question. I think it does make sense to include it. The package (the functions and classes that are used in the workflow) is almost meaningless without the workflow. The task of generating graphs, attributing them, training several models, and comparing them is so large that it is only practical to be used with the workflow. Not to mention that leaving out the workflow would mean to let a lot of work go to waste.