jmakov

Results 66 comments of jmakov

What's the status of this after half a year?

Would probably also want to use https://github.com/linkedin/fasttreeshap instead

This works for me, but am interested if there is a better approach (here I call `value.array()` in every loop, think perhaps it would be better to concatenate values and...

When I add a text, it gets deleted after 2s... Adding entries locally should be preferred IMO. Also what's the recommended workflow if multiple users contribute to the notebook -...

With ZRAM, earlyoom is unexpectedly killing processes with the setting `EARLYOOM_ARGS="-s 5"`: `earlyoom[895]: mem avail: 0 of 3 MiB ( 0.00%), swap free: 500283 of 773101 MiB (64.71%)`

No. Tried this but it works so I'd have to look a bit deeper what triggers the problem: ```python # this works df = polars.DataFrame({"col1": range(10)}) df.write_parquet("test.parquet") lf = polars.scan_parquet("test.parquet")...

@ATL2001 thanks for the tip. You're right, 0.20.19 works. I also had hard time investigating and recreating a MRE, don't have enough time for that. But at least we know...

Ray Tune offers distributed HPO, also Optuna. There's also https://github.com/fugue-project/fugue which offers abstract interface to support different distributed platforms (Dask, Ray, Spark etc.).