ivan-marroquin

Results 58 comments of ivan-marroquin

Hi Atif Hassan, Many thanks for paying attention to my request! I am looking forward for the addition of this new functionalities. Kind regards, Ivan

Here is the link to the issue I mentioned above https://github.com/VarIr/scikit-hubness/issues/67

Hi @VarIr , Thanks for the prompt answer. With respect the documentation of nmslib on distances: https://github.com/nmslib/nmslib/blob/master/manual/spaces.md I will try the proposed workaround. Ivan

Hi @marcharper and @cmacdonald Thanks for the detailed discussion on the need to have the sum equal to scale on a row basis. I think that it will be beneficial...

@marcharper Indeed, there are so many ways to normalize data sets and it is up to users to decide what is the best way. However, I do think that it...

Hi, I installed the package on an Ubuntu 18.04 with Python 3.6.5. I still got the same issue. Kind regards, Ivan

I am using Python 3.6.5 and still have the issue

Hi @scottgigante , Many thanks for the tip! Following your advice, I decided to use numba to define a minkowski metric. Here is the code: @numba.njit(fastmath= True) def fractional_dist(p_vec, q_vec,...

Hi @johannfaouzi Thanks for your comments. I have a follow-up question regarding the normalization of a time series. Do we really need to normalize the time series prior to computing...