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.

Obtaining Some Important Results

Legacy UserLegacy User Member Posts: 0 Newbie
edited November 2018 in Help
Hello

Like in WEKA, I'm used to see at the end of the training the accuracy, kapa statistics, the confusion matrix and the precision table ... I could not obtain these results with rapid miner

For example : I used the Decision Tree algorithm and I just obtained the graphical tree (not the accuracy) ... I tryed to use the precision operator but I cant use it in the same time as the decision tree operator ...

Which operator should I use and where can I put it ?

Answers

  • earmijoearmijo Member Posts: 271 Unicorn
    Ideale:
    Going thru some of the sample programs provided with RM is very instructive. Take a look at the program 06_Confusion_Matrix.xml that you can find in the directory samples\Validation or 18_SimpleCostSensitiveLearning.xml in the directory samples\Learner. There you will find the answer to your question. I also recommend you go thru the RapidMiner Tutorial available from the menu Help.

    Best regards,

    \E
  • Legacy UserLegacy User Member Posts: 0 Newbie
    earmijo wrote:

    Ideale:
    Going thru some of the sample programs provided with RM is very instructive. Take a look at the program 06_Confusion_Matrix.xml that you can find in the directory samples\Validation or 18_SimpleCostSensitiveLearning.xml in the directory samples\Learner. There you will find the answer to your question. I also recommend you go thru the RapidMiner Tutorial available from the menu Help.

    Best regards,

    \E
    THANK YOU SOOO MUCH !
Sign In or Register to comment.