aai-institute / pyDVL

pyDVL is a library of stable implementations of algorithms for data valuation and influence function computation
https://pydvl.org
GNU Lesser General Public License v3.0
89 stars 9 forks source link

Improve logging in data valuation methods #531

Open jakobkruse1 opened 3 months ago

jakobkruse1 commented 3 months ago

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.