Open zhangyikaii opened 4 years ago
Hi,
Thank you for sharing the repository! I've got a problem with bayesian_logistic_regression.py - L39. Why does this line of code need to be + self.w_precision @ (w - self.w_mean). Does it use method Iterative reweighted least squares?
+ self.w_precision @ (w - self.w_mean)
I really appreciate your help.
Hi,
Thank you for sharing the repository! I've got a problem with bayesian_logistic_regression.py - L39. Why does this line of code need to be
+ self.w_precision @ (w - self.w_mean)
. Does it use method Iterative reweighted least squares?I really appreciate your help.