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

creating perfomance criteria

rogdenisrogdenis Member Posts: 1 Learner III
edited November 2018 in Help
Hello everyone,
I'm a newby and i've got an issue )

I'm using rapidminer 6.

Is it possible to create my own perfomance criteria?
What I need:
1) take prediction result for data sample.
2) depending on prediction result (class or regression value) take some attribute (which is not in model) and multiply it on some predefined number if classification(regression ) is correct(withing borders).
3) calculate the sum

Thanks a lot.

Answers

  • makakmakak Member Posts: 13 Contributor II
    Hi there,

    I'm not quite sure if I get what you want to do. But I'll give it a try.
    1) Use "Apply Model" operator on your data - you get new columns with prediction and confidence (for nominal).
    2) Connect "Generate attributes" operator, name new attribute and enter function expression, you can check for various functions and pick attributes you wish to use.
    3) Connect "Aggregate" operator pick column, calculate sum
    This works for 5.3, hopefully it will work in 6 as well.
    Hope this helps...

    cheers
  • frasfras Member Posts: 93 Contributor II
    You may also consider the "Performance Operators" already built into RapidMiner.
Sign In or Register to comment.