Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Macro values not VALIDATED correctly
Hi
currently macro values are not always recognized as its proper "compiled" type and tons of error messages are thrown.
These bogus errors just obscure possible real errors(and it just looks plain bad -_-).
For example when I use a macro for substituting Label attribute name, the validation wont recognize the %{LabelAttName} as a proper correct Label type.
thx
currently macro values are not always recognized as its proper "compiled" type and tons of error messages are thrown.
These bogus errors just obscure possible real errors(and it just looks plain bad -_-).
For example when I use a macro for substituting Label attribute name, the validation wont recognize the %{LabelAttName} as a proper correct Label type.
thx
0
Answers
Best, Marius
yeah mama and me are always right ;D
Yes the bug is talking about exactly the same thing but using nicer wording than me -_^.
ANOTHER thing though:
Macro CANNOT be used to Substitute a numerical value in e.g. Discretize operator(discretization threashold)).
It would be nice to be able to substitute ANY value in any operator.
ok why not make the value already a negative number.... I say: why would I?
When a simple expression is used as a parameter %{val1}-%{val2} .... it is parsed and substituted (e.g. as 3-1) but not executed.
Best, Marius
thx , M.
f
p.s.: I think I am not the only one who does not utilize the macros to their fullest, maybe you should dedicated some space to it in the upcoming Operator manual.
p.p.s.:It turned out to be more of a problem solving than a feature request.