![]() |
LambdaWeight for ListMLE cost function.
tfr.keras.losses.ListMLELambdaWeight(
rank_discount_fn, **kwargs
)
Args | |
---|---|
rank_discount_fn
|
(function) The rank discount function. |
Methods
get_config
get_config()
individual_weights
individual_weights(
labels, ranks
)
See _LambdaWeight
.
pair_weights
pair_weights(
labels, ranks
)
See _LambdaWeight
.