After training an ML model using https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html#sklearn.linear_model.Lasso, when I print out the coefficients, I can see that some of them give 0.00000000e+00 while others are -0.00000000e+00.
Is there a reason for this difference? At the end of the day, I am assuming they are both coefficient=0. (?)