Skip to content

Latest commit

 

History

History
18 lines (7 loc) · 691 Bytes

README.md

File metadata and controls

18 lines (7 loc) · 691 Bytes

books_recommendation

created a content based books recommendation engine using weighted average score and ratings of the books.

gived 50 percent importance to both calculated weighted average and ratings of the books.

used scipy csr_matrix , knearest-neighbors , cosine similarity for distance to recommend 10 books for a given book index.

image1

image2

image