Project structure - googleinterns/data-dependency-graph-analysis GitHub Wiki

The project structure can be seen below. To get the graph, you can either generate it from config, or convert proto graph to networkx.

Later, the save graphml graph can be analysed with A->B analysis, or graph structure analysis.

Using the saved graphml file, graph node embeddings will be extracted for anomaly detection.

ProjectStructure