You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a capstone project that fits the item-based kNN on a custom Amazon appliance 100K dataset. I wanted to get the cross-validation metrics for this dataset, however, I am getting wildly incorrect results. To make sure my code wasn't a mistake, I ran the built-in MovieLens 100k dataset into my function and it returned valid results.
Description
I am working on a capstone project that fits the item-based kNN on a custom Amazon appliance 100K dataset. I wanted to get the cross-validation metrics for this dataset, however, I am getting wildly incorrect results. To make sure my code wasn't a mistake, I ran the built-in MovieLens 100k dataset into my function and it returned valid results.
I've attached the datasets for your reference.
amazon_appliance_100k.csv
ml_100k.csv
Steps/Code to Reproduce
Here is the code to run and cross-validate a custom dataset on google collab:
Expected Results
My expected results should be similar to this:
Actual Results
Here are my actual results:
Versions
The text was updated successfully, but these errors were encountered: