amiratag / DataShapley

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

AttributeError: 'DShap' object has no attribute 'marginals_tmc' #16

Open Billy1900 opened 3 years ago

Billy1900 commented 3 years ago

When I run Example.ipynb, executing convergence_plots(dshap.marginals_tmc), I met the error

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
 in 
----> 1 convergence_plots(dshap.marginals_tmc)

AttributeError: 'DShap' object has no attribute 'marginals_tmc'

Could you please tell me if you lost one function in DShap class?

banderlog commented 3 years ago

nope, there will be calculated with TMC_Shapley:

image