Before cleaning

This commit is contained in:
valentin 2020-04-06 18:23:12 +02:00
parent e126fb2600
commit ae3eaab3cd
3 changed files with 1 additions and 1 deletions

View File

@ -215,6 +215,6 @@ if __name__ == "__main__":
#print("Features extracted from the file {}".format(args.filepath))
#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)
print(prediction)