|
|
@@ -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
|