SPSS18

定量数据和定类数据:
python &SPSS tips
SPSSAU分析方法选择/对比
python &SPSS tips
python &SPSS tips
python &SPSS tips
python &SPSS tips

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

相关文章:

  • 2022-01-15
  • 2021-12-05
  • 2021-08-17
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-06-22
猜你喜欢
  • 2021-11-08
  • 2021-11-26
  • 2021-05-28
  • 2021-06-26
  • 2021-09-06
  • 2022-01-31
  • 2021-11-23
相关资源
相似解决方案