Skip to content

Commit

Permalink
Revert "Update the data processing file"
Browse files Browse the repository at this point in the history
This reverts commit 0a34eb1.
  • Loading branch information
statwangz committed Sep 20, 2023
1 parent 80bd570 commit 0952577
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions data-raw/ml100k.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### Code to prepare `ml100k` dataset goes here
### code to prepare `ml100k` dataset goes here

## Movie rating data

u_data <- read.table(
"https://files.grouplens.org/datasets/movielens/ml-100k/u.data",
sep = "\t", header = FALSE
Expand All @@ -25,7 +24,6 @@ u_data_matrix <- Matrix::sparseMatrix(
# head(u_data_matrix)

## User information

u_user <- read.table(
"https://files.grouplens.org/datasets/movielens/ml-100k/u.user",
sep = "|", header = FALSE
Expand All @@ -42,7 +40,6 @@ colnames(u_user) <- c("Age", "Gender", "Occupation")
# dim(u_user)

# Movie genre information

u_item <- read.csv(
"https://files.grouplens.org/datasets/movielens/ml-100k/u.item",
sep = "|", header = FALSE
Expand Down
3 changes: 1 addition & 2 deletions data-raw/neocortex.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
### Code to prepare `neocortex` dataset goes here

### code to prepare `neocortex` dataset goes here
# Bulk gene expression data (microarray platform) used in the MFAI paper

# Set the path for raw data
Expand Down
Binary file removed data/ml10m.rda
Binary file not shown.

0 comments on commit 0952577

Please sign in to comment.