rnyak

Results 323 comments of rnyak

@sararb to avoid such issue, do you think we can add a check script in `class ItemRetrievalScorer(Block)` that will check if the schema has a target column tagged as `target`,...

tracked via https://github.com/NVIDIA-Merlin/Merlin/issues/279

in the prediction mode we can make the softmax as default to get the probas.

We have a unit test that can be utilized for this purpose as well: https://github.com/NVIDIA-Merlin/models/blob/main/merlin/models/tf/utils/testing_utils.py#L73

waiting for https://github.com/NVIDIA-Merlin/models/issues/718 for retrieval. For ranking, if we have a BC case, we can do that with `model.predict()`. once there was a PR with an example for generating predictions...

@lightsailpro I am closing this issue since we did not hear from you, if you still have a question feel free to reopen this ticket or a new one.

@oliverholworthy regarding your statement `he downside of this might be if you have a sufficiently large dataset you want to pass to evals that requires the efficiency of the DeviceQuantileDMatrix...

This is being fixed by https://github.com/NVIDIA-Merlin/models/pull/473

addressed in https://github.com/NVIDIA-Merlin/systems/issues/35

@bschifferer can you create a PR for that? can I assign this to you?