> ## Documentation Index
> Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ranking_embedding_loss_coeff

#### `ranking_embedding_loss_coeff: <list[float]>` (Optional)

## Description

A list of coefficients of the embedding loss applied to train ranking-based link prediction model for AutoML to explore.

By default, `ranking_embedding_loss_coeff` is set to `0.0`, which means that the model is solely trained to optimize for the final predicted ranking.

It is only recommended to change this value in case you are interested in embeddings. For embedding-based ranking predictions, the recommended value of `ranking_embedding_loss_coeff` is `0.2`, or a positive value otherwise. This instructs Kumo to explicitly train embeddings to produce high-quality inner-product scores for ranking prediction.

### Supported Task Types

* Temporal Link Prediction

### Default Values

| [run\_mode](/run-mode) | Default Value |
| ---------------------- | ------------- |
| FAST                   | `[0.0]`       |
| NORMAL                 | `[0.0]`       |
| BEST                   | `[0.0]`       |
