I am curious about the interpretation of the elastic Net coefficient
I want to discover the importance of variables in data through sklearn's Elactic Net. But I don't understand the exact meaning of coefficient. When training, I used alpha: 0.01585598, l1_ratio: 1.000.
The graph below is a coefficient graph drawn from my data. My goal is to predict Time Spend through various variables. Please understand that the column names are marked with A, B, C, and D due to personal information.
In the graph, what does variable A mean for coefficients greater than 150? Do I need to understand that using variable A takes more than 150 seconds when predicting Time Spend? Or does it just mean that variable A has a high positive correlation with the value of y? I drew a coefficient graph through learning, but I am asking a question to understand the meaning accurately.
Thanks for reading this far!
Topic elastic-net scikit-learn python
Category Data Science