You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project where I'm using step_yeoJohnson() to transform my data and then adding noise to the transformed data. How can I use the recipes package to reverse the YJ transformation?
The text was updated successfully, but these errors were encountered:
conarr5
changed the title
Reverse a YeoJohnson transformation
Reverse a Yeo-Johnson transformation
Dec 17, 2024
Can you give more information about what you would like to do?
All of the operations in a recipe occur before the supervised model. I'm not sure how, in a recipe, un-doing a transformation helps. Here's a high-level sketch of the process:
start recipe
transform data
do some other things using the transformed data
back-transform data
do some additional things using the untransformed data
pass data to model (untransformed)
make predictions
Can you help us understand what things would go into steps 3 and 5?
I have a project where I'm using step_yeoJohnson() to transform my data and then adding noise to the transformed data. How can I use the recipes package to reverse the YJ transformation?
The text was updated successfully, but these errors were encountered: