Skip to content
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

malware_test.py not running properly #2

Open
vigneshvickie opened this issue Feb 20, 2018 · 2 comments
Open

malware_test.py not running properly #2

vigneshvickie opened this issue Feb 20, 2018 · 2 comments

Comments

@vigneshvickie
Copy link

it says:

FileNotFoundError Traceback (most recent call last)
in ()
185 clf = joblib.load('classifier/classifier.pkl')
186 features = pickle.loads(open(os.path.join('classifier/features.pkl'),'rb').read())
--> 187 data = extract_infos(sys.argv[1])
188 pe_features = map(lambda x:data[x], features)
189

@prakhardg
Copy link

@vigneshvickie : You have to change the path according to your location of pickle

@sumit8974
Copy link

how to know the location of the pickle @prakhardg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants