Machine-Learning-approach-for-Malware-Detection icon indicating copy to clipboard operation
Machine-Learning-approach-for-Malware-Detection copied to clipboard

malware_test.py not running properly

Open vigneshvickie opened this issue 7 years ago • 2 comments

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

vigneshvickie avatar Feb 20 '18 08:02 vigneshvickie

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

prakhardg avatar Dec 13 '18 05:12 prakhardg

how to know the location of the pickle @prakhardg

sumit8974 avatar Apr 15 '21 04:04 sumit8974