mikldk / spartropy

Sparse entropy (in high dimension)
3 stars 0 forks source link

ESS #1

Open mlindsk opened 2 years ago

mlindsk commented 2 years ago

Hi mikl,

Interesting project. Could be very useful in ess as a substitute for ess entropy

which is a naive R approach.

/Mads

mikldk commented 2 years ago

Yes, that might me. Currently it's just because I need to calculate entropy for sparse high dimensional data containing many zeros. So I am experimenting with this to avoid having to explicitly constructing the sparse tables.

mikldk commented 2 years ago

@mlindsk : Update to API (vignette) - but more might happen. Also, a few non-exported low-level functions.

mlindsk commented 2 years ago

I'll make a benchmark against ESS at some point ✌️Just to verify that ESS should rely on spartropy in the future.