-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Further analysis #11
Comments
Hi @AidenRheem, thank you for opening this issue. It has been a while since I've worked on this project, and unfortunately I do not have access to the server that I used to run the experiments and scripts. If I recall correctly, I generated some of the figures in the repository mostly using the visualization code in I know this isn't too helpful, but let me know if you have any other questions. Thanks! |
@jaketae Thank you for the reply, |
Hi @AidenRheem, apologies for the late reply. To plot the ROC curve, you would have to import the The function signature is def plot_roc_curve(models, test_loader, save_title, device): so you would have to supply the right arguments to the function. The main ones are the trained model ( |
@jaketae Hi. i would like to know is the code is working right now. and instead of run locally do u suggest any platform to execute this else where?? |
Hi @Code-with-u-know-who, I've only tested my code early last year, and there is a chance some of it may not work. Specifically, the scrapers are likely broken, as websites tend to change every now and then. However, the PyTorch modeling and training code should work, as long as you have the right dataset. Another user reported in #12 that the code is working as of last month and were able to train a model successfully. I was developing and training the models on an Ubuntu machine, so I'd recommend that (or something like Colab if you don't have a server). |
Hello,
I have gone through the steps of training the model with the benign and malware datasets. What would be the further steps I could take to analyze this data into a graph or a chart? I saw some images and files of code that presumably can do this, but the ReadMe file does not have any information on how to do so.
The text was updated successfully, but these errors were encountered: