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

joervad07joervad07 MemberPosts:1Contributor I
edited June 2019 inHelp
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 ProfessorPosts:3,404RM 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 InorRegisterto comment.