sklearn.decomposition.LatentDirichletAllocation是用于进行LDA的函数。 lda = LatentDirichletAllocation(n_components=5, random_state=0) lda.fit(X).
確定! 回上一頁