"Starting train/test for X out of Y" log message is misleading
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 201
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
This message reads like triage is beginning training and testing models for a split or a specific model, but at this point, it is actually still generating train/test tasks.
https://github.com/dssg/triage/blob/master/src/triage/experiments/base.py#L548
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
Open src/triage/experiments/base.py around line 548 and read the surrounding task-generation flow. Check that the log wording describes generating train/test tasks rather than beginning model training or testing, then verify the resulting message with the relevant project checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100