I'm trying to run algorithms on Neo4j's Aura DS databases.
It seems like I've by and large understood how to connect to an Aura DS database, project a particular graph, then apply one of the algorithms from the graphdatascience (GDS) library in order to do node classification or solve some other machine learning problem.
However, can I somehow connect to an Aura DS database and retrieve the data in a format like pandas dataframe/tensor/numpy array/etc. and use other libraries besides GDS to train?
Apologies if this is trivial. I've tried searching for this, but got no satisfactory answer.