Replies: 2 comments 1 reply
-
Thank you for this feedback.
|
Beta Was this translation helpful? Give feedback.
-
Adding to @zzzint point in 2.c, I think that even if a single global model is generally more accurate at identifying proper clusters for the purposes of his application, there will no doubt be some cases where a user-specific model could segment that user's data in a more meaningful way than the global model, possibly leading to a much better experience for that particular user, so I can understand the interest in exploring the effectiveness of user-specific models along with a single global model. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi PGML team,
I've been building out a system backed by PostgresML and wanted to share some feedback around my experience.
What's been going well:
Pain Points / Oddities:
Vector Compatibility with Clustering Models
[XX000] ERROR: Unhandled type for quantitative scalar column: embeddings "vector"
real[]
.real[]
to predict on.User-Specific Model Training
.train
.train
errors when encountering theuser_id
column:[XX000] ERROR: Unhandled type for quantitative scalar column: user_id "uuid"
.train
in place of a relation name.Questions
.train
such that a use case like the above could be designed around?Beta Was this translation helpful? Give feedback.
All reactions