amiratag / DataShapley

Data Shapley: Equitable Valuation of Data for Machine Learning
MIT License
255 stars 66 forks source link

Example notebook's bug #4

Closed Bee-zest closed 4 years ago

Bee-zest commented 5 years ago

In example notebook, the cell

dshap = DShap(X, y, X_test, y_test, num_test, sources=sources, model_family=model, metric='accuracy',
              directory=directory, seed=0)

can't run because there's no sources defined.

tabularML commented 4 years ago

Thanks a lot! Fixed!