jbao
jbao
Has this been fixed by now? Cannot reproduce it.
Well, I was trying to load a ~300MB file, maybe that's not a good idea at all (changing `maxRequestSize` doesn't really help)?
@gbordyugov Sounds interesting, can you provide a reproducible example?
ok, but how does this link to the categorical binning, where the use case is usually not random assignment, e.g. to group `['a','a','b','b','b']` into 2 groups?
That's what I thought too, but in my example, it returns `[0,0,0,0,0]`, or am I missing something here?
Yes, I still don't quite get it (was not able to reproduce the results), will have to research further.
hey @piyush0609 , glad that you volunteered, just added some description, feel free to reach out if it's still unclear;-)
basically we need to distinguish the two metric types: - if aggregated, we need to add a checkpoint to ensure all entities are unique - if time-resolved, we need to...
@LappleApple I think we need more discussion concerning the above 2 options.
Hi @aravs16 , thanks for volunteering, this issue is mostly about syncing up the default arguments in https://github.com/zalando/expan/blob/dev/expan/core/experiment.py#L715 and https://github.com/zalando/expan/blob/dev/expan/core/binning.py#L732 Ideally we could somehow distinguish between categorical and numerical bins,...