"Using cluster model results and validate"
clememartinez20
New Altair Community Member
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!
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!
Tagged:
0
Answers
-
Seems like you should use KNN to build a model that will predict your unseen samples.
-Gagi0