From 134fc53eb4cac5f85132124651d7beb72af709fe Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 23 Sep 2022 12:30:03 -0700 Subject: [PATCH] Revert readme update until next release [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ee3046..3b1734e 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ model.predict(row_index, column_index); Get the latent factors (these approximate the training matrix) ```rust -model.p_iter().collect::>(); -model.q_iter().collect::>(); +model.p_factors(); +model.q_factors(); ``` Get the bias (average of all elements in the training matrix)