Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clustering Advice
#2
I would suggest you to apply some dimension reduction technique first. It might be useful to
explore the dataset using e.g. t-SNE, or even PCA. DBSCAN is a good choice, but you need to choose
appropriate metric to get it worked fine. You probably would need to scale the data before applying any clustering or dimension reduction technique. If you dataset is sparse, you could consider to apply NMDS-approach first. Everything depends on specificity of your dataset: what data types the columns have?! Are they all of numeric type or some columns have categorical data?!
Reply


Messages In This Thread
Clustering Advice - by Madraykin - Dec-18-2018, 05:05 PM
RE: Clustering Advice - by scidam - Dec-19-2018, 12:37 AM
RE: Clustering Advice - by Madraykin - Dec-19-2018, 08:19 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020