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

Do not treat pandas as optional in result.py #518

Closed AnesBenmerzoug closed 3 months ago

AnesBenmerzoug commented 3 months ago

Description

This PR changes code in valuation result to expect Pandas a required dependency.

Checklist