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
Annotate Models with Performance Data
bhupendra_patil
Employee-RapidMiner, Member Posts: 168 RM Data Scientist
This building block takes model and performanve vectors as inputs and then adds the performance data as annotations to the model object itself
Input 1: Model
Input 2: Performance
Output 1: Model (With annotations)
Output 2: Performance
Tagged:
1
Comments
I tried it with the results of a cross validation.
It seems that the inputs of the building block have to be reversed.
It worked with the model on Input2 and the performance on Input1.
Also, you left the breakpoint. That's probably not necessary in a building block.