gpt4 book ai didi

python - 在 anaconda 中找不到 sklearn 模块

转载 作者:行者123 更新时间:2023-12-02 08:50:32 30 4
gpt4 key购买 nike

我一直在尝试导入 sklearn,但它说找不到该模块。

我的python、numpy、scipy和scikit版本如下,如conda列表所示:

numpy                     1.14.3           py36h9fa60d3_1

python 3.6.5 h0c2934d_0

scipy 1.1.0 py36h672f292_0

scikit-learn 0.19.1 py36h53aea1b_0

尝试导入 sklearn 时出现的错误是:

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-2-f2461ba6e1e9> in <module>()
----> 1 from sklearn.family import model

ModuleNotFoundError: No module named 'sklearn.family'

我尝试使用

conda update scikit-learn

conda install scikit-learn

但我得到以下结果

All requested packages already installed.

那么我该如何导入sklearn呢?

最佳答案

enter image description here

虽然没有 skleran 模块,但 from sklearn import ... 在 PyCharm 中运行良好:

from sklearn.utils import resample

关于python - 在 anaconda 中找不到 sklearn 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52118969/

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