Dear list,
Does anyone know how to get standard error of the model estimates from ml_linear_regression(), ml_logistic_regression(), and so on? I tried the following code, but could not find the way to get S.E. Could you give me some advice please? Thank you very much.
sc_mtcars%>%ft_one_hot_encoder("gear","gear1")%>%ml_linear_regression(hp~gear1+wt)
Formula: hp ~ gear1 + wt
Coefficients:
(Intercept) gear1_0 gear1_1 gear1_2 gear1_3 gear1_4 wt
69.84297 0.00000 0.00000 0.00000 -79.65578 -105.33888 47.76914