scikit-learn: clustering text documents using DBSCAN

前端 未结 2 1731
Happy的楠姐
Happy的楠姐 2020-12-24 13:23

I\'m tryin to use scikit-learn to cluster text documents. On the whole, I find my way around, but I have my problems with specific issues. Most of the examples I found illus

2条回答
  •  旧巷少年郎
    2020-12-24 14:18

    It looks like sparse representations for DBSCAN are supported as of Jan. 2015.

    I upgraded sklearn to 0.16.1 and it worked for me on text.

提交回复
热议问题