Revert readme update until next release [skip ci]

This commit is contained in:
Andrew Kane
2022-09-23 12:30:03 -07:00
parent e276db1cec
commit 134fc53eb4

View File

@@ -40,8 +40,8 @@ model.predict(row_index, column_index);
Get the latent factors (these approximate the training matrix)
```rust
model.p_iter().collect::<Vec<&[f32]>>();
model.q_iter().collect::<Vec<&[f32]>>();
model.p_factors();
model.q_factors();
```
Get the bias (average of all elements in the training matrix)