campusx-official / movie-recommender-system-tmdb-dataset

A content based movie recommender system using cosine similarity
147 stars 245 forks source link

Need a little bit of help regardig a lecture #7

Open JunaidHassanCB opened 1 year ago

JunaidHassanCB commented 1 year ago

Hi!

I needed to ask a query related to your following youtube tutorial

"Book Recommender System | Machine Learning Project | Collaborative Filtering Based Recommender Sys"

You have not mentioned anywhere about how can we check the accuracy or do evaluation on this model can you please tell me how to do this for this specific project

Thanks

LuluW8071 commented 8 months ago

Hi!

I needed to ask a query related to your following youtube tutorial

"Book Recommender System | Machine Learning Project | Collaborative Filtering Based Recommender Sys"

You have not mentioned anywhere about how can we check the accuracy or do evaluation on this model can you please tell me how to do this for this specific project

Thanks

I dont think you can check accuracy on cosine_similarity type algorithms. If it were regression models, ensemble or neural network training you could check accuracy.

To check accuracy u need to split datasets into train and test