SPSS18
定量数据和定类数据:
SPSSAU分析方法选择/对比
python:
1.打开文件时utf-8 invalid …则使用txt打开,另存时选择编码格式“utf-8”
2.plot_importance() 和feature_importances
plot_importance是会画图,可选importance_style=‘gain’,‘weight’…
feature_importances是’gain’,输出重要性数组
3.sklearn中GridSearchCV函数 调参
4.交叉验证
cross_validate 函数与 cross_val_score
kFold