Skip to content

Commit

Permalink
Update ml100k.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Sep 16, 2023
1 parent f9b1b16 commit 975c351
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 @@ -109,9 +109,8 @@ X_pmt <- apply(X,
x[sample(x = c(1:N), size = N, replace = FALSE)]
}
)
colnames(X_pmt) <- paste0(colnames(X), "_permuted")
X_pmt <- as.data.frame(X_pmt)
colnames(X_pmt) <- paste0(colnames(X), "_permuted")
```

```{r}
Expand Down

0 comments on commit 975c351

Please sign in to comment.