scikit-tree icon indicating copy to clipboard operation
scikit-tree copied to clipboard

Local determination of nearest-nbrs: MI/CMI forest estimators with G-KSG (geodesic distance using Unsupervised forest) and Local Permutation

Open SUKI-O opened this issue 2 years ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe. Would like to get a Mutual Information / Conditional MI using geodesic distance derived from Unusupervised Forest as described in the following papers:

Describe the solution you'd like

  • experiment with the proposed algorithm(s) leveraging existing features in sktree and additional Python code
  • add/change Cython module(s) that will be needed for implementation
  • add tests to verify the results and performance

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

SUKI-O avatar Nov 01 '23 16:11 SUKI-O

I'm interested in this, I also would be interested in general KL Divergence estimation

icy-23 avatar Nov 21 '23 16:11 icy-23