gpt4 book ai didi

python-3.x - AttributeError: 模块 'sklearn.datasets' 没有属性 'load_titanic'

转载 作者:行者123 更新时间:2023-12-02 09:15:49 31 4
gpt4 key购买 nike

我正在尝试加载文件 titanic,但遇到以下问题。我的代码是:

from sklearn import datasets
titanic = datasets.load_titanic()

我得到以下信息:

AttributeError: module 'sklearn.datasets' has no attribute 'load_titanic'

虽然我可以加载另一个文件。谁能帮忙?

最佳答案

According to the documentation ,当前稳定版本 (scikit-learn v0.19.1) 没有玩具数据集 load_titanic() - 您使用的是哪个版本?您可以通过 sklearn.__version__ 获取版本。

在文档中,有以下玩具数据集可用:

load_boston()
load_iris()
load_diabetes(
load_digits()
load_linnerud()
load_wine()
load_breast_cancer()

也许您的教程已经过时了?

关于python-3.x - AttributeError: 模块 'sklearn.datasets' 没有属性 'load_titanic',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47242694/

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