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

Cross-validation

megmeg Member Posts: 1 Learner III
edited November 2018 in Help
Hi,
I have some questions:
1. how can i use cross-validation in rapid miner? is it possible in rapid miner?
2. which fitness function use rapid miner to learn (MSE??)?

Kind regards

meg

sorry for my english

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi Meg,
    there is an operator that performs the crossvalidation available, of course. The operator is called "XValidation", which might somehow be missleading. For learning how this operator can be used, you should take a look at the online tutorial, explaining some of the sample processes, which come with rapid miner. At least one of them explains the XValidation in detail.
    The second question is harder to answer, since it depends on what you are doing. For example Linear Regression and SVM do use different fitnessfunctions. Both fittnessfunctions are resulting from the algorithms itself and do not depend on rapid miner. If you perform a parameter optimization for tuning learning algorithms parameters, you might select out of a large list of available fittness functions. For example absolute_error or MSE or something like that.

    Greetings,
      Sebastian
Sign In or Register to comment.