Options

"Using cluster model results and validate"

clememartinez20clememartinez20 Member Posts: 4 Contributor I
edited May 2019 in Help
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
Tagged:

Answers

  • Options
    dragoljubdragoljub Member Posts: 241 Contributor II
    Seems like you should use KNN to build a model that will predict your unseen samples.

    -Gagi  ;)
Sign In or Register to comment.