How convert cuGraph directed graph to undirected to run MST?
I’m trying to build MST from a directed graph by converting it to an undirected one. I followed cuGraph example here but getting NotImplementedError: Not supported for distributed graph
.