質問編集履歴

1

ソースコード修正しました

2019/05/23 07:38

投稿

TQRU
TQRU

スコア12

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  ```ここに言語名を入力
32
32
 
33
- def:
33
+ def LDA_fit(data, components):
34
34
 
35
35
  lda = LatentDirichletAllocation(n_components=components, max_iter=300, learning_method='online', random_state=0, n_jobs=-1, verbose=5)
36
36