question-please

afsane
afsane New Altair Community Member
edited November 2024 in Community Q&A
Hello
How can I create a model that uses random forest in training and binary classification in experiments?
90% for training
10% for testing
And use cross validation
Please help !!
And how can I get FPR TPR FNR TNR values?
I went to the contents, but I didn't get an answer. We can help


Tagged:

Best Answer

  • varunm1
    varunm1 New Altair Community Member
    edited April 2020 Answer ✓
    Hello @afsane

    I recommend you go to academy.rapidminer.com to check tutorials on how to build models and using validations. In the meantime you can also check a sample process attached in this thread. It is based on a sample dataset called Titanic, I split that into 90% Train and 10% test. I cross-validated 90% train data using decision tree (you can use any algorithm) and applied the model on 10% test data. To check this in your rapidminer, just download it and go to rapidminer studio then go to FILE --> Import Process and point to this file. You can see the process.

    TPR and TNR are sensitivity and specificity that are available in performance (Binominal) operator. You can calculate the rest based on the confusion matrix.

Answers

  • varunm1
    varunm1 New Altair Community Member
    edited April 2020 Answer ✓
    Hello @afsane

    I recommend you go to academy.rapidminer.com to check tutorials on how to build models and using validations. In the meantime you can also check a sample process attached in this thread. It is based on a sample dataset called Titanic, I split that into 90% Train and 10% test. I cross-validated 90% train data using decision tree (you can use any algorithm) and applied the model on 10% test data. To check this in your rapidminer, just download it and go to rapidminer studio then go to FILE --> Import Process and point to this file. You can see the process.

    TPR and TNR are sensitivity and specificity that are available in performance (Binominal) operator. You can calculate the rest based on the confusion matrix.
  • afsane
    afsane New Altair Community Member
    edited April 2020

    Hello
    Thank you for answering me because some of the things I didn't know were solved with your guidance.
    I searched a lot for the following, but to no avail.
    I want to implement the method in the article with Rapid Miner.
    However, I do not know of any of the following:
    1. I don't know where to add the binary classification for the test section.
    2. I don't know where to set 90% for training and 10% for testing.
    3- I don't know where to calculate Pearson'sThe correlation coefficient

    I have added the article in question in this post. Please read
    You can help me if you know
    Please






Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.