質問編集履歴

1

コードをMarkdownに変更

2021/01/30 05:19

投稿

yo-Beginner03
yo-Beginner03

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,12 +12,12 @@
12
12
 
13
13
  →0.23.0では AttributeErrorあり
14
14
 
15
+ - sklearnのアップグレード
16
+
15
17
 
16
18
 
17
19
  ```python
18
20
 
19
- コード
20
-
21
21
  from detect_zip import *
22
22
 
23
23
  import matplotlib.pyplot as plt
@@ -88,6 +88,8 @@
88
88
 
89
89
  plt.show()
90
90
 
91
+ ```
92
+
91
93
 
92
94
 
93
95