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

Conditional target transformations #11

Open
JSzitas opened this issue Aug 15, 2022 · 0 comments
Open

Conditional target transformations #11

JSzitas opened this issue Aug 15, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JSzitas
Copy link
Owner

JSzitas commented Aug 15, 2022

Allow something like

transform( BoxCox(target) ~ .ispositive, target ) ~ ...
within the soothsayer call. The transform would be conditional on features (akin to how rules() work), but with an added base case, maybe of the form TRUE ~ target (optionally also transformed).

This would make e.g. using automatic boxcox transform much nicer (and we could enable e.g. AutoBoxCox where selection would be done by something like guerrero).

@JSzitas JSzitas added the enhancement New feature or request label Aug 15, 2022
@JSzitas JSzitas added this to the 1.0 release milestone Aug 15, 2022
@JSzitas JSzitas self-assigned this Aug 15, 2022
@JSzitas JSzitas removed this from the 1.0 release milestone Mar 20, 2023
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

1 participant