gpt4 book ai didi

python - 属性错误: 'module' object has no attribute 'DMatrix

转载 作者:行者123 更新时间:2023-11-30 09:19:09 24 4
gpt4 key购买 nike

我尝试了所有可能的解决方案,但仍然收到此错误,已经安装了所有依赖库。

import numpy as np
import pandas as pd

from sklearn.model_selection import train_test_split
from sklearn.preprocessing import LabelEncoder

from tqdm import tqdm
import xgboost as xgb

d_train = xgb.DMatrix(X_train, label=y_train)
AttributeError: 'module' object has no attribute 'DMatrix'

最佳答案

您可以通过以下方式强制升级 XGBoost:

python -m pip install xgboost --user --upgrade pip

这为我解决了这个问题。

关于python - 属性错误: 'module' object has no attribute 'DMatrix,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46567207/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com