I am trying to run kmean
algorithm using madlib
library, tool used aginity
tried executing :
SELECT * FROM madlib.kmeans_random('select "MPrice" as "MPrice" from "madlib"."sample_sordetail"','MPrice',2,'madlib.squared_dist_norm2','madlib.avg',10,0.001)
my table name is sample_sordetail
.
I am getting the error :
ERROR: XX000: plpy.Error: kmeans error: Data table does not exist! (plpython.c:4648)
Please suggest how to resolve this issue.