Guangyao Qi
Results
2
issues of
Guangyao Qi
4. Initialize some weights and fit the GLM to the data. true_GLM.fit(true_x,w_init,true_y) 1 w_init = true_GLM.init_weights() 2 w, phi = true_GLM.fit(true_x,w_init,true_y) 3 4 5 6 7...
fix ValueError: too many values to unpack (expected 3) from "true_ll[i],_,_" to "true_ll[i],_,_,_" from "fit_ll[i],_,_" to "fit_ll[i],_,_,_"