This commit is contained in:
Noah L. Schrick 2023-02-13 16:10:24 -06:00
parent 11e917b369
commit 2d68df16b3
3 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Learning Practice 2 for the University of Tulsa's QM-7063 Data Mining Course\n",
"# Dimension Reduction\n",
"# Learning Practice 3 for the University of Tulsa's QM-7063 Data Mining Course\n",
"# Recommender Systems\n",
"# Professor: Dr. Abdulrashid, Spring 2023\n",
"# Noah L. Schrick - 1492657\n",
"\n",
@ -61,7 +61,7 @@
"data = Dataset.load_from_df(course_melt[['Index', 'Course', 'Taken']], reader)\n",
"trainset = data.build_full_trainset()\n",
"\n",
"# NOTE: The following will error. This is expected and part of the question. Explanation in the corresponding answer.\n",
"# NOTE: The following will not work. This is expected and part of the question. Explanation in the corresponding answer.\n",
"#sim_options = {'name': 'cosine', 'user_based': True} # compute cosine similarities between users\n",
"#algo = KNNBasic(sim_options=sim_options)\n",
"#algo.fit(trainset)\n"

Binary file not shown.

Binary file not shown.