Nima Sarajpoor

Results 311 comments of Nima Sarajpoor

Sorry for the questions...I just want to make sure I am not missing anything here. If I understand correctly, you want to use the case `n_jobs=0` to turn off joblib,...

@GillesVandewiele @rtavenar Thanks for the response. I took a look at the argument sample_weights for KernelKmeans fit method. According to my understanding, it seems it only accepts a pre-defined vector...

@rtavenar 1. I thought about the convergence problem. However, I think that is what a user should be worried about. So, if someone wants to employ weight function, they should...

I think I found my answer. Since, DBA is calculated based on minimizing sum of squares, we should use the square in the ward for DTW. However, I still don't...

Thanks for the response. The result is different. I can provide my code if you think it is necessary to see whether I am making a mistake or not. **Please...

Thank Gilles for your input. It's good to get some sort of confirmation :)

(Already mentioned in #378. I am just providing the same stuff here) ---- After banging my head several times to a wall, I think the following steps helped me solve...

@meghjoshii I was wandering and saw your question. Have you tried to calculate distance matrix first, and then fed it to `silhouttescore` function? The number of observations is huge, so...

@meghjoshii I just noticed you said K-Means. You may want to take a look at K-Medoids as it accepts distance matrix for clustering!

@meghjoshii (@rtavenar: please correct me if I am wrong) I think `sdtw_km` needs to calculate the centroid of each cluster in each iteration. So, it takes time when the metric...