Relative Content

Tag Archive for classificationresultsetrecommendation-engineprecision-recall

Recall, f1_score low result issue

I build a model. Where I used KNN. I build a recommendation system with similarity measures feature of Knn. Here I calculate euclidean distance first, then calculate similarity(matching features/total features) and then calculate recommendation is (threshold < similarity)
Now my ques is, here I get accuracy almost 98-99% but my recall and f1_score is low. Like 10-12%
Is it normal? In recommendation tasks? I want to build a car recommendation

Recall, f1_score low result issue

I build a model. Where I used KNN. I build a recommendation system with similarity measures feature of Knn. Here I calculate euclidean distance first, then calculate similarity(matching features/total features) and then calculate recommendation is (threshold < similarity)
Now my ques is, here I get accuracy almost 98-99% but my recall and f1_score is low. Like 10-12%
Is it normal? In recommendation tasks? I want to build a car recommendation

Recall, f1_score low result issue

I build a model. Where I used KNN. I build a recommendation system with similarity measures feature of Knn. Here I calculate euclidean distance first, then calculate similarity(matching features/total features) and then calculate recommendation is (threshold < similarity)
Now my ques is, here I get accuracy almost 98-99% but my recall and f1_score is low. Like 10-12%
Is it normal? In recommendation tasks? I want to build a car recommendation