RexYing / gnn-model-explainer

gnn explainer
Apache License 2.0
879 stars 174 forks source link

Removing io_utils. prefix #20

Closed hnaik closed 4 years ago

hnaik commented 4 years ago

The function is in the same module and hence the appropriate way to call it would be to either drop io_utils. prefix or set PYTHONPATH to root directory and call utils.io_utils.gen_prefix(). Addresses #17

dtsbourg commented 4 years ago

LGTM -- thanks you @hnaik !