Mark Daoust
Mark Daoust
It looks like the model is undertrained, and just learning the average. It you train it longer, it learns a similar distribution to the test labels. It's easy to overfit....
Yes. Broader is exactly what I'd expect since this is being approached as a regression. MSE loss doesn't encourage sharpness, it tends to give a blurry result. It doesn't meant...
Thanks for the PR! LGTM. Don't forget to follow the CLA instructions the bot posted: https://github.com/tensorflow/recommenders/pull/593#issuecomment-1352734325 We can't merge the PR unless you do.
@maciejkula, I like this change. Can you take a look and merge?
Hi, thanks for pointing this out and taking the time to send a PR. I always prefer referencing columns by name instead of index, how about we do this: https://github.com/gitshiva/tensorflow-docs/pull/2
Thanks!
Thanks Mark. I'll fix it in the merge.
Also reported here: https://github.com/google-gemini/generative-ai-python/issues/499