vinayakakv / android-malware-detection

Android Malware Detection with Graph Convolutional Networks using Function Call Graph and its Derivatives.
GNU General Public License v3.0
32 stars 10 forks source link

Where is "models" folder? #4

Open kimnhuvu opened 1 year ago

kimnhuvu commented 1 year ago

I see you call "models" folder but i can't found that folder? image

vinayakakv commented 1 year ago

The folder is used in Jupyter notebooks, which was used to do a PoC of what can be achieved.

For all practical purposes, you should not rely on them as they use hardcoded values that you have shown. You can use other scripts such as train_model instead.

If the notebook is writing to that file, feel free to create models/ directory in the root of the project.