Ben Frederickson

Results 249 comments of Ben Frederickson

They want v0.2.9 fixed? The current version shouldn't have that issue - v0.2.9 is almost 2 years old now

What functionality from d3-venn would you like to see integrated here? This project predates the 'd3-*' naming convention. There are lots of project on the D3 plugins wiki that don't...

I think the problem is probably in Thread 2? It's actively doing something, the rest of the threads are probably waiting for it to finish: ``` #0 __pyx_pf_7sklearn_8ensemble_23_hist_gradient_boosting_9splitting_8Splitter_2split_indices (__pyx_v_self=, __pyx_v_split_info=,...

@ethen8181 I accidentally deleted my fork of ann-benchmarks that were needed to reproduce this - so I don't think the steps there work anymore =( ann-benchmarks has changed signficantly since...

I think sharing more code is a great idea - and is something I've been meaning to do for a while but haven't had time. I'm wondering if we want...

I just tried running the main rbspy tests on a 32bit armv7 machine (raspberry pi) and the tests all passed for me: ``` pi@raspberrypi:~/code/rbspy $ cargo test ca Finished test...

@marcromeyn can we get this updated for the release on tuesday?

A similar issue seems to happen with Transformers4rec - and we're just skipping the affected tests https://github.com/NVIDIA-Merlin/Transformers4Rec/pull/401/files until this is resolved.

See also NVIDIA-Merlin/models#345 - out of scope for 22.05

~~We should probably be returning a `merlin.io.Dataset` object for these functions , instead of a dataframe - this will let us partition the data into smaller chunks here.~~