Skip to content

Commit

Permalink
Update ml100k.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Oct 17, 2023
1 parent 6f7311b commit b081e32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/ml100k.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ Next, let's create a permuted movie genre matrix $X^{\text{pmt}}$, where each co
Then we fit the MFAI model with $Y$ and $X^{\text{pmt}}$ as input.

```{r}
n_pmt <- dim(X)[2]
n_pmt <- ncol(X)
X_pmt <- apply(X,
MARGIN = 2,
FUN = function(x) {
Expand Down

0 comments on commit b081e32

Please sign in to comment.