From 6e449e5392a93cbddb2fdefa8c8915b672ae3d1d Mon Sep 17 00:00:00 2001 From: hwy893747147 Date: Wed, 14 Apr 2021 00:40:06 -0500 Subject: [PATCH] Update DeepLog_test.py --- examples/sk_examples/DeepLog_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/sk_examples/DeepLog_test.py b/examples/sk_examples/DeepLog_test.py index 2a24bab..d521d52 100644 --- a/examples/sk_examples/DeepLog_test.py +++ b/examples/sk_examples/DeepLog_test.py @@ -1,5 +1,6 @@ import numpy as np -from tods.tods_skinterface.primitiveSKI.detection_algorithm.DeepLog_skinterface import DeepLogSKI +from tods.sk_interface.detection_algorithm.DeepLog_skinterface import DeepLogSKI +#from tods.tods_skinterface.primitiveSKI.detection_algorithm.DeepLog_skinterface import DeepLogSKI from sklearn.metrics import precision_recall_curve from sklearn.metrics import accuracy_score from sklearn.metrics import confusion_matrix