Go to file
Aleksander Mendoza c4726a345b fixes 2021-05-27 20:19:11 +02:00
dev-0 fixes 2021-05-27 20:19:11 +02:00
test-A fixes 2021-05-27 20:19:11 +02:00
train fixes 2021-05-27 20:19:11 +02:00
README.md fixes 2021-05-27 20:19:11 +02:00
Solution.py fixes 2021-05-27 20:19:11 +02:00
config.txt fixes 2021-05-27 20:19:11 +02:00
in-header.tsv fixes 2021-05-27 20:19:11 +02:00
out-header.tsv fixes 2021-05-27 20:19:11 +02:00

README.md

Amazon Products (Japanese)

This challenge requires extracting product category from product description. The data is taken from Japanese amazon and consists of over 8000 product offers. It was scraped using a simple Python bot. Most of the product descriptions contain the category as a substring somewhere in the text (or alternatively some synonym of the category). There is also no predefined set of all possible categories. Hence this task is NOT about sequence classification.

Scripts used for generating this dataset can be found here https://github.com/aleksander-mendoza/MachineLearningMiniprojects/blob/master/amazon_products/scraper.py