🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Classification (logistic regression or k-Nearest Neighbors) on a cluster?

User: "vtruong_"
New Altair Community Member
Updated by Jocelyn
I am interested in performing a further classification analysis on a single cluster resulting from a clustering model in RapidMiner, either logistic regression or k-Nearest Neighbors as these are the tools in scope for my assignment that this is for.

The cluster I am interested in is Cluster 1. My binary categorical outcome is "Charged Off" or "Fully Paid". How do I go about extracting the data I need for Cluster 1 from my initial cluster analysis and feed it into RapidMiner for a further classification analysis?

First timer here, so hope this works!

<?xml version="1.0" encoding="UTF-8"?>
Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    Filter Examples for those cases where your cluster=1 and then run the preferred predictive model only on those records (be sure the label is set first).