Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Varclut in python
#1
Hi everyone,

We use SAS at work and there is a function in SAS that is called varclus. It uses PCA and treats the variables as dimensions and puts them into clusters. You can then choose a few variables to represent each cluster. This is very useful when modelling and you have 100 or so variables. Does python have a similar function to varclus for reducing variables into clusters?

Thanks
Scott
Reply
#2
see: http://scikit-learn.org/stable/modules/c...clustering
Reply


Forum Jump:

User Panel Messages

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