aai-institute / aai-institute/pyDVL
Improve logging in data valuation methods
- Dominant language
- Python
- Stars
- 146
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Currently, there is almost no logging in the `src/pydvl/value` module. Potentially, this affects other modules as well.
Adding more logging can help with debugging and development. Therefore, I suggest doing it.
Contributor guide
Research direction
The issue mentions the `src/pydvl/value` module. Start by exploring this directory to understand the existing code structure and identify key functions where logging would be beneficial. Look for existing logging patterns in the project to maintain consistency. Determine appropriate log levels (INFO, DEBUG) and messages that would aid debugging. 'Done' means adding meaningful log statements to the main valuation methods without breaking existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools, observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100