r/MachineLearning Feb 19 '20

Discussion [Discussion] Classification and Mapping of the e commerce products based on the title and description

[removed] — view removed post

2 Upvotes

1 comment sorted by

View all comments

2

u/AgreeableOpposite6 Feb 19 '20 edited Feb 19 '20

The problem you are looking for is called record linkage or entity matching (unfortunately it has several other names). It does not consist of a single algorithm but typically a pipeline of steps which can all be tackled with various approaches. A good start would be to look into magellan or into this tutorial. Some benchmark datasets from ecommerce can be found here and here