singsinghai
singsinghai
> Any update on this yet @benfred ? Also can anyone help me with the literature for bm_25 weights ? I think you can relate to this blog to understand...
Hi @rrags, I have been debugging on this for the past days. So if `discretize_continuous = False`, the numerical features will first be fit on by a StandardScaler. Then we...
> Are you using the GPU model (like does `model.__class__` show `implicit.gpu.als.AlternatingLeastSquares`? The GPU code doesn't have this method implemented - but you can convert to a CPU model with...
> postgres offline store doesn't implement `offline_write_batch` yet. There was a PR #3767 a while back, but it was abandoned. The relevant ticket is #3759. Hi @tokoko , so currently...