I know that I can get an infinite value using the linearBins function as bins: linearBins(start:0.0, width:10.0, count:10) but I would like to keep my custom thresholds.
Thanks
@eloparco You can just convert the string +Inf into a float. Right now, Flux doesn’t recognize the +Inf identifier as a float value. I think this will help you.