-
Notifications
You must be signed in to change notification settings - Fork 120
FEAT add the Frequency Encoder #707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks for this feature, @coconutattitude
|
Hi @coconutattitude, are you planning to continue this PR? |
shall we try to revive this? :) it would be a nice addition |
@rcap107 are you interested in continuing this PR once StringEncoder is merged? |
I can work on it, yes |
This feature was implemented in #1235 |
I don't think it was because this PR aims to encode categories using their frequencies; hence, I don't see how the periodic encoder solves this. WDYT? |
I don't think it was because this PR aims to encode categories using their frequencies; hence, I don't see how the periodic encoder solves this. WDYT?
I agree. I might have misunderstood this PR.
Given that such encoder is quite popular, I am +1 with the proposed feature.
|
My bad, I mixed up this PR and the old discussion on the periodic encoder. This is absolutely unrelated from #1235 |
Addresses #706 issue.
Here's a first iteration of the class and it's a proof of concept made during EuroSciPy 2023. Documentation and tests are needed. I'll add quantile strategies in the future. What do you think about this proof of concept?