Discretizers.jl icon indicating copy to clipboard operation
Discretizers.jl copied to clipboard

A Julia package for data discretization and label maps

Results 3 Discretizers.jl issues
Sort by recently updated
recently updated
newest added

I met the "binedges non-unique" error from https://github.com/sisl/Discretizers.jl/blob/master/src/disc_uniformcount.jl#L49. I saw there is a to-do note on making the algorithm properly handle that---can someone explain what needs to be done for...

help wanted

Turns out removing the Dicts didn't help my performance too much... I guess I didn't look hard enough at the profiling. The encoding still seems to be a bit slow...

Uniform Count Discretization requires breaking a set of values into $k$ bins of a roughly equal number of entries. This works great for most continuous data, but has some corner...

bug