- windows 10
- anaconda 4.5.4
- python 3.6.5
- zipfile 读取zip文件
- pandas 数据转换,操作
- StratifiedKFold 交叉验证数据拆分
- f1_score 计算F1-Score
- lightgbm 机器学习库
- roc_auc_score 计算AUC数值
- numpy 计算库
如果没有对应的工具包,请先安装对应的安装包。
python -m pip install zipfile
python -m pip install lightgbm
python -m pip install pandas