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.
[SOLVED] Using Loop Parameters for general purposes
tennenrishin
Member Posts: 177 Contributor II
What is the easiest way to silence this warning message?:
"Inner operators of Loop Parameters do not provide performance vectors. Performance cannot be plotted."
In my use cases it usually dilutes other more important messages in the log.
"Inner operators of Loop Parameters do not provide performance vectors. Performance cannot be plotted."
In my use cases it usually dilutes other more important messages in the log.
Tagged:
0
Answers
currently, there is no parameter to get rid of the warnings. There are at least 2 workarounds though:
- increase the log level of the main process to "warning". That will limit the log output to actual warnings (meaning that maybe also some other important messages will be omitted).
- create some dummy performance and connect it to the performance output of Loop Parameters. That could be e.g. the number of examples in an example set, since that is reasonable fast to calculate. Use Extract Performance for that.
In any case, I will create an internal issue requesting to remove that warning.
Best regards,
Marius