apify-projects / product-mapping-engine

0 stars 1 forks source link

Devise smarter filters for candidate product pairs #12

Closed Equidem closed 2 years ago

Equidem commented 2 years ago

Currently, we basically only use price as a filter. This however won't work in case when the price is not there, and moreover, will still generate too many candidate product pairs to go through. We need to create smarter filters before we deploy the system in practice.

kackamac commented 2 years ago

Solved and merged in https://github.com/apify-projects/product-mapping-engine/pull/22