Closed Sann5 closed 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.
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.
athena.graph.build_graph()
function has changed. The notebooks/tutorials were adjusted accordingly.