Mojmir Vinkler

Results 72 comments of Mojmir Vinkler

> Could you elaborate a bit more on: What I meant was - if you have an idea how to refactor that crap, do it!

This is often caused by bad data. I'd check if you don't have any insane outliers in your data. I can't look into this if you don't post a replicable...

> I found that, except for 'return,' which consistently converges to the optimal solution, other metrics tend to converge to local optima. That's how BCRP works by definition - it...

I'm curious what you find! If you find an issue, it'd be great if you could post an example here so I can replicate & fix it.

No worries, it's actually not that trivial. I have to remind myself every time I revisit my code. I should have done a better job documenting what weights correspond to...

Don't close it. We should at least compare the performance (CPU & mem) of current repacking vs new pyarrow dtypes.

(While looking into this and trying to optimize reading the table, I discovered that loading is actually really fast (

Keep it open. I'll do it one day, I promise...

Thanks for reminder @lucasrodes !

I just finished an update of WDI with about 500 charts. It was pretty smooth, but not perfect. Some observations: - Loading charts is slow on my ancient laptop. It's...