"Using cluster model results and validate"

clememartinez20
clememartinez20 New Altair Community Member
edited November 5 in Community Q&A
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

Answers

  • dragoljub
    dragoljub New Altair Community Member
    Seems like you should use KNN to build a model that will predict your unseen samples.

    -Gagi  ;)