"Using clustering result as input for K-nn / Decision tree"

joervad07joervad07 Member Posts: 1 Contributor I
edited June 2019 in Help
http://imgur.com/sksDyrH

This is what Ive got. It doesnt really work though.

What I want to do is use the result of the clustering for my decision tree. But right now it is classifying some random value. Not even sure how I specifiy that value that I want to predict in my model.

Thanks in advance

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist
    Hi,

    first of all, i would recommend to use a (cross) validation to estimate your performance.
    For using the cluster id, you can simply set the role of the newly created cluster to regular. Than it is used. You might want to build a model per cluster. A loop values helps there.

    Cheers,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.