tfr.keras.losses.DCGLambdaWeight
Keras serializable class for DCG.
tfr.keras.losses.DCGLambdaWeight(
topn: Optional[int] = None,
gain_fn: Optional[tfr.keras.utils.GainFunction
] = None,
rank_discount_fn: Optional[tfr.keras.utils.GainFunction
] = None,
normalized: bool = False,
smooth_fraction: float = 0.0,
**kwargs
)
Args |
topn
|
(int) The topn for the DCG metric.
|
gain_fn
|
(function) Transforms labels.
|
rank_discount_fn
|
(function) The rank discount function.
|
normalized
|
(bool) If True, normalize weight by the max DCG.
|
smooth_fraction
|
(float) parameter to control the contribution from
LambdaMART.
|
Methods
get_config
View source
get_config() -> Dict[str, Any]
individual_weights
View source
individual_weights(
labels, ranks
)
See _LambdaWeight
.
pair_weights
View source
pair_weights(
labels, ranks
)
See _LambdaWeight
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-08-18 UTC.
[null,null,["Last updated 2023-08-18 UTC."],[],[]]