youbao88 / KPrototypes_plus

A JIT optimized K-Prototype algorithm
MIT License
2 stars 0 forks source link

Performance not ideal #5

Open youbao88 opened 2 years ago

youbao88 commented 2 years ago

The performance of code is still too slow. It is still way too slow for me, I have a dataset with 547930 rows, 4 numerics columns and 7 categorical columns. It takes more than two hours to run the model with n_clusters=2 I can't even plot the elbow curve ( which would require running from k=2 to k=15 ) :(

1