Before cleaning
This commit is contained in:
parent
e126fb2600
commit
ae3eaab3cd
@ -215,6 +215,6 @@ if __name__ == "__main__":
|
|||||||
#print("Features extracted from the file {}".format(args.filepath))
|
#print("Features extracted from the file {}".format(args.filepath))
|
||||||
#print(pe_features)
|
#print(pe_features)
|
||||||
|
|
||||||
saved_model = joblib.load("models/malware_classifier_4.pkl")
|
saved_model = joblib.load("/home/ubuntu/bigData/projet_big_data/models/malware_classifier_4.pkl")
|
||||||
prediction = predict_from_features(pe_features, saved_model)
|
prediction = predict_from_features(pe_features, saved_model)
|
||||||
print(prediction)
|
print(prediction)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user