The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
DataTransformation (power)
Hello,
I feel a bit stupid asking this... After 2 years using RM.
I would like to perform a power transformation like yeo-johnson and I'm not finding an operator to do that.
Does it exist?
Regards
I would like to perform a power transformation like yeo-johnson and I'm not finding an operator to do that.
Does it exist?
Regards
Tagged:
1
Best Answer
-
David_A Administrator, Moderator, Employee-RapidMiner, RMResearcher, Member Posts: 297 RM ResearchHi @Oprick ,currently there is no operator for performing power transformations, at least that I'm aware of. In case of the simpler ones like Box-Cox or Yeo-Johnson, you could rebuild them with the expression parser in Generate Attributes operator. As it's a quite handy transformation, we have already planed to add to an upcoming release of the TimeSeries functionality.Best,David8
Answers
The quickest way is to use use Execute Python and sklearn. It is part of sklearn preprocessing.
https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
I currently use caret (R) and I perform this task with Execute R.
I just thought that somewhere in RM would exist an operator for this
Thanks you both for your very quick replies.
Regards