Skip to content
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

[Suggestion] Add power-transforms to AutoMatminer for regression tasks? #386

Open
CompRhys opened this issue Apr 21, 2021 · 1 comment
Open

Comments

@CompRhys
Copy link

Many ML models perform better when trying to fit approximately Gaussian distributions of values - as such using a power-transform as part of the AMM workflow might lead to a small boost in performance. Not sure if there is a natural way to include into AMM

https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html

@CompRhys CompRhys changed the title [Suggestion] Add power-transforms to AutoMatminer? [Suggestion] Add power-transforms to AutoMatminer for regression tasks? Apr 21, 2021
@ardunn
Copy link
Contributor

ardunn commented May 6, 2021

Hey @CompRhys thanks for the suggestion! Let me look into this some more and get back to you. I don't think this would hurt performance in any way, and could probably be integrated into the functionfeaturizer portion of automatminer. That part of the pipeline is broken right now, but I am planning on fixing it soon. See #217

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants