🎉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

"Using cluster model results and validate"

User: "clememartinez20"
New Altair Community Member
Updated by Jocelyn
Hi there!
            I have used Kmeans to generate clusters with a training set, based in product's features that have a price. After that I would like to use a Testing set that have no price and i'd like to predict it, selecting the cluster with similar elements. How can i do the last thing?

Regards!
:D

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "dragoljub"
    New Altair Community Member
    Seems like you should use KNN to build a model that will predict your unseen samples.

    -Gagi  ;)