Feed Ranking Model
Learn about the Feed Ranking system architecture and the model requirements.
We'll cover the following...
3. Model
Feature engineering
Features | Feature engineering | Description |
---|---|---|
User profile: job title, industry, demographic, etc. | For low cardinality: Use one hot encoding. Higher cardinality: use Embedding. | |
Connectio |