`params_is_reg` argument should accept a dictionary.
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 124
- Forks
- 24
- Avg merge
- 19h 32m
- Merged PRs (30d)
- 60
Description
We should allow `params_is_reg` to accept a dictionary for easier user handling.
This should work if the model is "supported" so we can figure out the parameter order internally.
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
Locate the `params_is_reg` argument and the handling for supported models. Check how parameter order is currently determined, then verify that a dictionary is accepted for supported models and that its values are interpreted in the inferred order. Done means dictionary input works without changing the existing supported-model behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100