|
|
|
|
|
by CWuestefeld
1232 days ago
|
|
I designed the ranking algorithm for our product search. There are several factors in it that are nonlinear. For example, we obviously want the most-viewed and most-bought products to rise to the top. However, we also expect there's an initial honeymoon period for many new products, where people want to see them but they don't have enough history yet to sway the popularity factor. So there's a non-linear term that looks kind of like ( weight_factor / (product_age_days * age_scale_constant) )
|
|