https://github.com/girafe-ai/ml-course/blob/16d098a621abded4084dd20ff49e8208139bb4e5/homeworks/hw02_laplace/distribution.py#L46 I think, `return np.exp(self.logpdf(values))` should be here (because we have `values` in function args)
ml-course/homeworks/hw02_laplace/distribution.py
Line 46 in 16d098a
I think,
return np.exp(self.logpdf(values))should be here (because we havevaluesin function args)