You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Due to the scaling done prior to linear models, we can not interpret the coefficient values with regards to the original unit of the feature, while it is interesting, in particular in regression.
It would be nice to provide easily unscaled coefficients, without forgetting the intercerpt, so that the coefficients can interpreted using the original units.
It could be tricky when you have a complex preprocessing, e.g. a step with PolynomialFeatures or PCA. So we would need to think thoroughly this feature to know in which case we can provide it and thus what should control the behaviour.
Is your feature request related to a problem? Please describe.
Due to the scaling done prior to linear models, we can not interpret the coefficient values with regards to the original unit of the feature, while it is interesting, in particular in regression.
It would be nice to provide easily unscaled coefficients, without forgetting the intercerpt, so that the coefficients can interpreted using the original units.
Describe the solution you'd like
Maybe what is done in
skore/examples/model_evaluation/plot_feature_importance.py
Lines 259 to 265 in a577cad
Describe alternatives you've considered, if relevant
No response
Additional context
cf the example plot_feature_importance.py
The text was updated successfully, but these errors were encountered: