質問編集履歴
2
内容の追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,4 +7,25 @@
|
|
7
7
|
が表示されます。
|
8
8
|
|
9
9
|
ターミナルにてpip3 install scikit-learnは正常に実行されています。
|
10
|
+
|
11
|
+
pip3 listを実行した結果
|
12
|
+
kotaosu@MacBook-Pro ~ % pip3 list
|
13
|
+
Package Version
|
14
|
+
--------------- -------
|
15
|
+
cycler 0.10.0
|
16
|
+
joblib 1.0.1
|
17
|
+
kiwisolver 1.3.1
|
18
|
+
matplotlib 3.4.2
|
19
|
+
numpy 1.20.3
|
20
|
+
Pillow 8.2.0
|
21
|
+
pip 21.1.2
|
22
|
+
pyparsing 2.4.7
|
23
|
+
python-dateutil 2.8.1
|
24
|
+
scikit-learn 0.24.2
|
25
|
+
scipy 1.6.3
|
26
|
+
setuptools 56.0.0
|
27
|
+
six 1.16.0
|
28
|
+
sklearn 0.0
|
29
|
+
threadpoolctl 2.1.0
|
30
|
+
kotaosu@MacBook-Pro ~ %
|
10
31
|

|
1
画像の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,4 +6,5 @@
|
|
6
6
|
Import "sklearn.datasets" could not be resolved
|
7
7
|
が表示されます。
|
8
8
|
|
9
|
-
ターミナルにてpip3 install scikit-learnは正常に実行されています。
|
9
|
+
ターミナルにてpip3 install scikit-learnは正常に実行されています。
|
10
|
+

|