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

Add notebook showcasing use of PyTorch models with Data Valuation #463

Open AnesBenmerzoug opened 7 months ago

AnesBenmerzoug commented 7 months ago

In order to show that data valuation is not limited to scikit-learn models, we should create a notebook demonstrating the use of a PyTorch with one of the data valuation methods (e.g. TMCS). We could use Skorch to wrap the PyTorch model and then seamlessly use it with the existing data valuation code.

The purpose of this is two fold:

This issue is related to #533