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

[FEATURE] Add detrend transformer to model_selection for pipelines with random forest #47

Open
MichalChromcak opened this issue Oct 15, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MichalChromcak
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
For some of the time-series, Pipelines with random forest models do not perform well due to trend in the data (can't predict values bigger, than seen during training)

Describe the solution you'd like
Add detrend transformer to bring the possibility for such pipelines

Describe alternatives you've considered
Implement/import detrend from sktime

Additional context
Let's decide whether to implement or import detrend from other libraries along with the possibility for other provided transformers (e.g. sktime, scikit-lego, etc.)

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

No branches or pull requests

2 participants