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.

Error in Decision tree

Shahessi_10Shahessi_10 Member Posts: 9 Learner I
Hey I am a newbie and i am creating  Decision tree for predicting the price of the car but it show error. i am also uploading the Screenshot of the error and csv file. I ll great thank full if any body help me because its my University project. 

Best Answer

  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Solution Accepted
    @Shahessi_10,

    Here, you can find a process doing what you want to achieve.
    Basically I build a DT model with the examples with no missing value (Price) and then I'm applying this model
    to the examples with missing values (Price).

    Hope this helps,

    Regards,

    Lionel

Answers

  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Hi @Shahessi_10,

    In case of error, don't forget that you can submit directly your data to AutoModel.
    In attached file a working process produced by AutoModel which uses GBT (it was the best model for your regression model)
    You can notice that I removed the "att1" attribute which is basically an Id... ==> please check the GBT_regression_automodel.rmp process.

    Otherwise I tried to rebuild your process you showed in the picture (with the DT model) ==> You can check the Decision_tree_regression.rmp process in attached file. I set the "att1" attribute as "ID" as well.

    Hope this helps,

    Regards,

    Lionel 
  • Shahessi_10Shahessi_10 Member Posts: 9 Learner I
    edited June 2021
    @lionelderkrikor @kayman

     Thank you So much for your reply and Suggestion. I want This tree to predict the new price for the missing car price value Using DT method. Can you help me by this 
  • Shahessi_10Shahessi_10 Member Posts: 9 Learner I
    @lionelderkrikor
    Thank you so much i got my answer ..... 
  • Shahessi_10Shahessi_10 Member Posts: 9 Learner I
    @lionelderkrikor
     i am uploading this  dataset in Rapid miner but its not working. Can you help please. This data is about chargeback of client 
    df.csv 550.1K
  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Hi @Shahessi_10,

    I'm able to read  your  NEW csv.file in RapidMiner successfully.........................................

    PLEASE EXPLAIN CAREFULLY WHAT YOU WANT TO ACHEIVE !
     
  • Shahessi_10Shahessi_10 Member Posts: 9 Learner I
    @lionelderkrikor
     I want to know the person who got charge back or not ......
Sign In or Register to comment.