"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  ;)