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

A Machine Learning approach for classifying a file as Malicious or Legitimate

Results 7 Machine-Learning-approach-for-Malware-Detection issues
Sort by recently updated
recently updated
newest added

Hi Dear, is there any paper for this project .. thanks in advance.

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

When I run your code it shows wrong result. I have tested with skype.exe it shows as malicious but actually skype is not malicious. Kindly upload the correct code.

If the test ratio is changed to 0.3, it shows all the files as benign, if changed to 0.2, it shows all to be malicious. Can you please suggest to...

ERROR:root:File `'malware_test.py'` not found.