Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 959 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 959 Bytes

Course Recommendation System:

Current State: Pulls the data, allows you to recommend courses based on their popularity or similarity scores using their description loaded from UMD.io API.

Algorithm mods:

I am not certain about the accuracy. My popularity scores are computed from the sections available, which is generally inline with major requirements. The content based one might be skewed aswell, I didn't remove common words like "introduction" which can skew the results for any courses that use that word to match more closesly. Short fun project.

Algorithm is from: https://datacamp.com/community/tutorials/recommender-systems-python