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 requests
import datetime import datetime
import jenkspy import jenkspy
import xlrd
from smote import smote from smote import smote
import config import config
""" """

Loading…
Cancel
Save