-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add a Power Transform preprocessor to Shogun. #5052
Comments
This shouldn't be too hard to add right? |
Yes, I plan to start working on this after getting done with GLM. :) |
@karlnapf may I take this up? |
@siddhantjain07 Go for it :) |
Yes thanks, @gf712!
|
This should be a class. No problem, have a look at other classes that inherit from Transform in https://github.com/shogun-toolbox/shogun/tree/develop/src/shogun/preprocessor, it should help get you started :) |
Like the PowerTransformer in Scikit-learn or boxcox and yeojohnson in scipy.stats.
The text was updated successfully, but these errors were encountered: