distython icon indicating copy to clipboard operation
distython copied to clipboard

Distance metrics which can handle mixed-type data and missing values

Results 9 distython issues
Sort by recently updated
recently updated
newest added

When I am trying HVDM with NearestNeighbors, I am getting following error but on other hand HEOM working fine. second question is, should I include label or class column index...

Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [joblib](https://github.com/joblib/joblib) from 0.13.2 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

Hi, I got a problem with the Knn.fit when I'm using the HVDM metric. To visualize the data I'm working on I added two prints at the beginning of the...

I have a little problem with the code in VDM.py. I am wondering why we need y_ix here: ![image](https://user-images.githubusercontent.com/46228216/94164967-ad389d80-fe57-11ea-9b83-8a4947ce203d.png) And how this attribute is related to the VDM function in...

Hello ! I'm trying to use the HVDM metric in KNN from sklearn, but unfortunately it keeps raising problems in the fitting part. I've tried to print things inside the...

Hi Kacper! I'm working with a heterogeneous dataset and I was also surprised at the lack of heterogeneous distance variables! The data I was working with had a paper linked...

enhancement
help wanted
good first issue

Gower distance metric is quite a popular metric which also handles heterogeneous data. Implement it and add it to Distython.

enhancement