登录 注册
当前位置:主页 > 资源下载 > 9 > Kaggle Ensemble Guide on MLWave: Spearman\'s MATLAB code from the article

Kaggle Ensemble Guide on MLWave: Spearman\'s MATLAB code from the article

  • 更新:2024-07-30 10:55:26
  • 大小:9KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Matlab - 大数据
  • 格式:ZIP

资源介绍

spearman的matlab代码Kaggle-Ensemble-指南 模型集成方法的组合,对于提高 Kaggle 提交的准确性非常有用。 想要查询更多的信息: 安装: $ pip install -r requirements.txt 例子: $ python ./src/correlations.py ./samples/method1.csv ./samples/method2.csv Finding correlation between: ./samples/method1.csv and ./samples/method2.csv Column to be measured: Label Pearson's correlation score: 0.67898 Kendall's correlation score: 0.66667 Spearman's correlation score: 0.71053 $ python ./src/kaggle_vote.py "./samples/method*.csv" "./samples/kaggle_vote.csv" pa