zhanghao há 1 mês atrás
pai
commit
1ba367bd70
1 ficheiros alterados com 1 adições e 1 exclusões
  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