0
我正在學習XGBoost。我想用XGBoost python api完成一個演示。 當我使用函數「xgboost.DMatrix」將數據設置爲文件時,沉默設置爲True。但是,函數「xgboost.DMatrix」總是輸出一些消息「[23:28:44] 1441x10 matrix with 11528 entries from file_name」。當我設置錯誤參數? referencexgboost.DMatrix可以通過設置沉默「silent = True」
我注意到https://github.com/dmlc/xgboost/issues/1742已經創建(可能由你)。在https://github.com/dmlc/xgboost/pull/1794添加了一個pull請求來修復它 – AbdealiJK