Skip to content

Commit

Permalink
Update interaction_matrix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cocomittens authored Dec 6, 2024
1 parent 713639a commit 29346a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mediabridge/data_processing/interaction_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def main():

# Configurations
data_directory = os.path.join(os.path.dirname(__file__), "../../data/")
ratings_directory = os.path.join(data_directory, "training_set/")
output_directory = os.path.join(data_directory, "../output/")
output_file = os.path.join(output_directory, "interaction_matrix.pkl")

Expand Down

0 comments on commit 29346a6

Please sign in to comment.