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
Logarithm on Attributes
Hi!
I wanted to obtain logarithm on my attributes. I used the operator logarithm. I was missing the ability of the operator to handle 0 values within attributes. That's a problem for the logarithm function. I thought it might could handle this but I am not sure if the operator can?
Maybe I have to use than a macro right to type in this formula: log(x + 1) because with this formula it could handle 0.
Best
Nora
0
Best Answer
-
Hi Nora,
There is probably a better way to do it, but you could wrap the Generate Attributes in a Loop Attributes with reuse results enabled.
Greetings,
Jonas1
Answers
-
Hi Nora,
i know it's not mathematically correct, but i think the operator follows IEEE 754 and does return -Infinity for +/-0.
But anything below will be converted into a missing value.
Greetings,
Jonas
0 -
Yes that is true but unfortunate for good predictiors I think.Thats why I will do it manually by generating the logarithm by this formula log(x + 1). Do you know how I can perform this for a subset of attributs to generate such logarithmic attributes?
0 -
So I am able to do it for one attribute. But how about doing this on a subset of attributes? Is there a quick way to do it?
0 -
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533
RM Data Scientist
Hi there,you need to combine it with Loop Attributes to get it going.Best,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0

Learner III