Ben Frederickson
Ben Frederickson
py-spy shows the python stack trace looking like ```python Process 808419: /root/miniconda3/envs/criteo_demo/bin/python Python v3.8.13 (/root/miniconda3/envs/criteo_demo/bin/python3.8) Thread 0x7F20D12F4740 (active): "MainThread" __call__ (llvmlite/binding/ffi.py:151) get_process_triple (llvmlite/binding/targets.py:17) _create_empty_module (numba/core/codegen.py:1202) __init__ (numba/core/codegen.py:1169) init (numba/core/cpu.py:50) _acquire_compile_lock...
@wence- came up with a simpler reproducer that only involves llvmlite: ```python import horovod.tensorflow import llvmlite.binding llvmlite.binding.get_process_triple() ```
>Since many of the missing docstrings are on operators, we might consider using a tool for docstring inheritance in Python (instead of Sphinx), such as [custom_inherit](https://github.com/rsokl/custom_inherit). Does custom_inherit work with...
Can we get the number of duplicates in the outbrains dataset?
We can do drop_duplicates with groupby , but we need groupby with multicolumns
For the negative samples, I ran a couple of experiments with using BPR on a [different project](http://github.com/benfred/implicit/) - testing the same model with excluding negative samples that had been liked...
@maciejkula: I was also surprised the results were so large - I wouldn't have thought that this would have made that much of a difference either. I actually started testing...
If you decide to go this route - let me know if you need anything else from py-spy to make this easier. I'm a huge fan of dask, and use...
I see that fmin_vis.js isn't included in the release: https://github.com/benfred/fmin/releases/tag/v0.0.2 . I'll add in the next build when I get chance. In the meantime you can generate by cloning the...
I tried it out on safari on my laptop (which is also on osx 10.10.5) and it loaded fine - so I'm not sure whats broken. Does this page load...