zhanghao 1 月之前
父節點
當前提交
1ba367bd70
共有 1 個文件被更改,包括 1 次插入1 次删除
  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