Browse Source

Merge pull request 'feat: 移除不必要的 xlrd 导入' (#10) from cjl-dev into master

Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/10
master
chenjiale 2 months ago
parent
commit
0c51871d42
  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