leombastos / 2024_ppa

1 stars 4 forks source link

Clusters for final project #61

Open dcurles12 opened 2 months ago

dcurles12 commented 2 months ago

Has anyone else had trouble running the code to determine the number of clusters to use for this data set? I have been trying to run the code for a while now, and have tried a couple times and cannot seem to get it to run. Please let me know if you have any ideas. Thanks!

dcurles12 commented 2 months ago

So I actually got the code to run, and now have bestk as an assigned list in my code. I am having trouble with the code that should read bestk. The code fviz_nbclust(bestk) is giving me an error.

dcurles12 commented 2 months ago
Screenshot 2024-04-26 at 3 24 31 PM
dcurles12 commented 2 months ago

I now see on the project where he said not to use this code. Sorry for the confusion.

Vincius-Trevisan commented 2 months ago

You can run just the: WSS and silhouette method. It should be enough to find the number of clusters. As specified in the project instructions the multi-metric is not working properly