a2i2 / mining-data-science-repositories

A large-scale comparative analysis of Coding Standard conformance in Open-Source Data Science projects
https://arxiv.org/abs/2007.08978
7 stars 5 forks source link

FIX: Import graph #23

Closed anjsimmo closed 4 years ago

anjsimmo commented 4 years ago

The previous import_graph.py code was too unreliable to use for the paper, as it was dropping files from the analysis. We thus decided to replace this with a simpler approach based on the direct imports made by each module, rather than trying to contruct a full graph of module imports.