zhanghao 1 kuukausi sitten
vanhempi
commit
1ba367bd70
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      models/anomaly_detection/detection.py

+ 1 - 1
models/anomaly_detection/detection.py

@@ -4,7 +4,7 @@ import numpy as np
 import joblib
 from sklearn.preprocessing import MinMaxScaler
 from sklearn.ensemble import IsolationForest
-from sklearn.svm import OneClassSVM
+from sklearn.svm import OneClassSVM  
 
 # 设置中文字体显示(用于本地可视化时中文不乱码)
 import matplotlib.pyplot as plt