Question 1 and 2

Hi everyone, How can I compute the magnitude of the extremum weight values?

coef_ represents the weights. What we are interested in this question is to know if a weight associated with a feature is “big” or not. Thus we are not interested in the sign of the weight.

So we can rephrase by can you find the maximum of the absolute value of the weights.

1 Like