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.

Optimizing Random Forest

HunGrlHunGrl Member Posts: 1 Learner I
Hello! :) I'm working on a random forest predictive model that predicts a binary label, in my case whether a customer has paid in advance or not. I have the following attributes:
date, article code, product name, producer, unit price , sales quantity, customer id, county, payment habits.

The process involves data reading, missing value is not in the data set, normalization (Z transform) (unit price, quantity), cross-checking the training data.

Performance is not good: accuracy about 75%, recall weighted 51%, precision weighted 58%.

I'm not sure whether what I am doing is right or wrong.

How can performance be improved? Any suggestions?
Sorry for my bad english

Answers

Sign In or Register to comment.