徐瞳 Tong Xu

Results 3 issues of 徐瞳 Tong Xu

就是这个current issue网页https://misq.umn.edu/current/ 谢谢啦

In the code `from sklearn.linear_model import LinearRegression weights_lr = LinearRegression(fit_intercept=False).fit(X, y).coef_ weights_lr.round(3)` Isn't it `fit(y, X)` instead of `fit(X, y)`?

Hi, Thank you for this great template. I have been using it for my PhD thesis and it has been very useful. I have one question: I am trying to...