NVIDIA-Merlin / NVIDIA-Merlin/Merlin
Rename/create command line args and standardize training_trask and evaluation_task (e.g. "causal" x "all"):
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 907
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
--training_task -> --seq_training_mode
--evaluation_task -> --seq_eval_mode
--task=contrastive-> --seq_sampled_softmax
New arg: --pointwise_tasks=<comma separated binary/regression tasks>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the argument definitions and usages for --training_task, --evaluation_task, and --task, then trace the training and evaluation entry points. Check the existing command help and tests before changing names. Done means the renamed arguments and --pointwise_tasks are accepted consistently, with the old names no longer used where applicable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100