Browse Source

feat: 移除不必要的 xlrd 导入

pull/10/head
chenjiale 2 months ago
parent
commit
8c37320ab1
  1. 1
      PCA_Train.py

1
PCA_Train.py

@ -18,7 +18,6 @@ import sys
import requests
import datetime
import jenkspy
import xlrd
from smote import smote
import config
"""

Loading…
Cancel
Save