zhanghao hace 1 mes
padre
commit
1ba367bd70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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