I am doing clustering on cloud using AWS to check the clustering time. I used two different libraries sagemaker (a library provided by AWS) and sklearn library I downloaded on EC2. I got totally different results from each. The sklearn library downloadedd on EC2 gave me very less clustering time. I was wondering to use which one in my project and why? With considering that in my project I need to get less clustering time as possible.