You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: