質問編集履歴

2

内容の追記

2021/06/04 02:51

投稿

kotaosu
kotaosu

スコア15

test CHANGED
File without changes
test CHANGED
@@ -16,4 +16,46 @@
16
16
 
17
17
  ターミナルにてpip3 install scikit-learnは正常に実行されています。
18
18
 
19
+
20
+
21
+ pip3 listを実行した結果
22
+
23
+ kotaosu@MacBook-Pro ~ % pip3 list
24
+
25
+ Package Version
26
+
27
+ --------------- -------
28
+
29
+ cycler 0.10.0
30
+
31
+ joblib 1.0.1
32
+
33
+ kiwisolver 1.3.1
34
+
35
+ matplotlib 3.4.2
36
+
37
+ numpy 1.20.3
38
+
39
+ Pillow 8.2.0
40
+
41
+ pip 21.1.2
42
+
43
+ pyparsing 2.4.7
44
+
45
+ python-dateutil 2.8.1
46
+
47
+ scikit-learn 0.24.2
48
+
49
+ scipy 1.6.3
50
+
51
+ setuptools 56.0.0
52
+
53
+ six 1.16.0
54
+
55
+ sklearn 0.0
56
+
57
+ threadpoolctl 2.1.0
58
+
59
+ kotaosu@MacBook-Pro ~ %
60
+
19
61
  ![イメージ説明](c46629f31a7c1ae7b611aefa050e52f9.png)

1

画像の追加

2021/06/04 02:51

投稿

kotaosu
kotaosu

スコア15

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,5 @@
15
15
 
16
16
 
17
17
  ターミナルにてpip3 install scikit-learnは正常に実行されています。
18
+
19
+ ![イメージ説明](c46629f31a7c1ae7b611aefa050e52f9.png)