Export of algorithms's scores

Hello!
I am wondering if there is a way to export algorithm's scores to csv from the cypher shell. I know there is a way to do it via neo4j Desktop but I am working with huge data and I need to run the algorithm on the cypher shell since it is faster.

I would appreciate any help and guidance!

Alicja

You can use gds.beta.graph.export.csv: Export operations - Neo4j Graph Data Science

Thank you for your answer!