Conversation
|
added this to my todo priority queue |
|
a total skim tells me that it doesn't say how the feature contributes. I feel like for polynomial features for example we could do better. I guess that would be part of Can we create some use-cases? I think my main use-case is labeling coefficients of a classifier at the end of a pipeline (or feature importances). You gave implementation examples, but no use-case examples. Do only transformers have So main comment: write code that uses this, and I think one use case is get human-readable string names, the other is knowing which features actually influence the output. If you have more, feel free to add. |
No, it only says that the feature contributes. Saying how the feature contributes is obviously a lot more complicated when non-linear. Where the input is just an array of features, you can maybe assess contribution by throwing random data at it, but getting an explicit mapping between input and output features for some transformer(s) seems to be a straightforward, consistent way to inspect this roughly. Given my realisation that a |
I'm not sure I follow, but that might be because I didn't read my last 2000 github notifications. |
|
Haha :) the relevant comment is scikit-learn/scikit-learn#6425 (comment), but don't rush I think I will draft an example performing model compression with |
|
I need to think through your use-case but I think we should be able to support this. [And I might know next week if I get a 2yr grant to work on pandas integration and feature names ;)] |
|
Also, it's 3134 notifications and it makes me sad :-/ |
|
Need a hug?
…On 2 February 2017 at 11:36, Andreas Mueller ***@***.***> wrote:
Also, it's 3134 notifications and it makes me sad :-/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz623KoHsc04wfeKr30tp2TnAJcBNRks5rYSUagaJpZM4LyJfZ>
.
|
|
I'm good but thanks :) |
This is, I suppose, a WIP. But I'd like hints for what else needs to be done :)