gpt4 book ai didi

python-3.x - 'Shuffle' 被认为是 model_selection.train_test_split 的无效参数

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

因此,当我尝试运行一些具有以下行的代码时:

X_train, X_test, Y_train, Y_test=train_test_split(X_features, Y_feature, test_size=0.2, random_state=42, stratify=None, shuffle=False)

我收到以下错误:

TypeError: Invalid parameters passed: {'shuffle': False}
Yet, the 'shuffle' parameter is listed on scikitlearn website (http://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html).

我尝试了不同的参数顺序,分别分割 X 和 Y,但没有产生任何结果。有没有其他方法可以阻止 train_test_split 随机化数据?

最佳答案

Shuffle 已在 0.19 中引入,您可能使用的是 0.18 或更早版本 was following different API .

关于python-3.x - 'Shuffle' 被认为是 model_selection.train_test_split 的无效参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45910823/

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