tfrs.examples.movielens.evaluate
Evaluates a Movielens model on the supplied datasets.
tfrs.examples.movielens.evaluate(
user_model: tf.keras.Model,
movie_model: tf.keras.Model,
test: tf.data.Dataset,
movies: tf.data.Dataset,
train: Optional[tf.data.Dataset] = None,
k: int = 10
) -> Dict[Text, float]
Args |
user_model
|
User representation model.
|
movie_model
|
Movie representation model.
|
test
|
Test dataset.
|
movies
|
Dataset of movies.
|
train
|
Training dataset. If supplied, recommendations for training watches
will be removed.
|
k
|
The cutoff value at which to compute precision and recall.
|
Returns |
Dictionary of metrics.
|
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 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[]]