Skip to content

How does Collie deal with mixed datatypes in df, such as cont, cat, text, datetime? #40

Discussion options

You must be logged in to vote

Hi @wjlgatech.

Great question, I'll do my best to answer this!

Our plan with Collie was to build a flexible framework for recommendations such that we could include mixed data in the model with ease (including both images, text, and even tabular data). Right now, the only currently supported way to do this is to include this as item metadata that is passed to a hybrid model (see the docs here for information on that).

Basically, with this, the model takes in the user embedding and item embedding the model is trained to optimize for, and concatenates these with the item metadata (AKA image embeddings, text embeddings, etc.), and uses this full representation to predict the ranking for that…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nathancooperjones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants