Basic Keyword Clustering Example in Python

Опубликовано: 21 Октябрь 2024
на канале: CourseNode
14,773
449

I created a Gist on GitHub here if you're interested in the code:
https://gist.github.com/jaradc/64c2f5...

This video shows how to perform keyword grouping / keyword clustering in Python. Keyword clustering is an example of grouping keywords when the "correct" group is unknown.

I know when I got started with clustering, I was really confused how to convert text to numbers needed for grouping with an algorithm.

So, in this video, we'll go over a basic example of text clustering.

I am thinking about making a course around this so if you're interested, let me know!