Can you please add an explicit mention of the license on which you release the code? I could not find it. Thank you.
Marcelo, thank you for posting this code. Is 6.4 still the newest version or has it already been implemented in scikit-learn since? I have opened your notebook and tried to executing cells one by one, I stumble upon errors. In cell 4, calling this code: D = gower_distances(X), I get this error: ValueError: Input contains NaN. The same happens after unit test in cell 5. I can see that None values have been placed in X in purpose. Why is this error happening, and is it safe to ignore it? But also:...
Marcelo, thank you for posting this code. Is 6.4 still the newest version or has it already been implemented in scikit-learn since? I have opened your notebook and tried to executing cells one by one, I stumble upon errors. In cell 4, calling this code: D = gower_distances(X), I get this error: ValueError: Input contains NaN. The same happens after unit test in cell 5. I can see that None values have been placed in X in purpose. Why is this error happening, and is it safe to ignore it? But also:...