Get the latent factors of a specific row or column
```rust
model.p_row(row_index);
model.q_col(column_index);
```
Get the bias (average of all elements in the training matrix)
```rust
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.