欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

@xgboost Error: Check failed: fin: Failed to open config file: “demo/binary_classification/mushroom.

程序员文章站 2022-05-31 20:15:24
...

@xgboost Error: Check failed: fin: Failed to open config file: “demo/binary_classification/mushroom.conf”

问题描述

在使用xgboost 的过程中,发现在使用配置文件进行xgboost训练的时候报这个错误:

Check failed: fin: Failed to open config file: "demo/binary_classification/mushroom.conf"

探索过程

通过阅读源码发现问题出现的原因

解决方案

在xgboost的代码中,这个配置文件的位置作了调整。