Why is my ALS model suggesting such a high alpha value? #2250
Unanswered
filiptrivan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented a recommender system using Ben Fred’s implicit library.
Preprocessing steps I applied:
Dataset stats:
Number of users: 97,793
Number of products: 32,943
Number of non-zero interactions: 366,931
Density: 0.00011390
Quantiles of weights:
0%: 0.0000
25%: 0.0000
50%: 0.0000
75%: 0.0027
100%: 13.5251
Training loss:
Interaction distribution:

Model configuration:
Default ALS hyperparams:
My "tuned" model:
The issue
When running hyperparameter tuning with my scoring method, the best performing
alpha
comes out around 140.0.My concern:
Evaluation metric:
I use a weighted scoring function that combines several ranking metrics:
Question:
Beta Was this translation helpful? Give feedback.
All reactions