Skip to content

Commit f20561a

Browse files
authored
Update README.md
1 parent e0d9355 commit f20561a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

NLP projects/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ This project implements an automated product categorization system for e-commerc
66
## Introduction
77
Product categorization is the task of classifying products as belonging to one or more categories from a given taxonomy.It helps customers navigate an ecommerce store with ease. It deals with organizing our ecommerce products into categories and tags that give us a system to get customers to the exact product they are looking for quicker. This includes creating categories, tags, attributes and more to create a hierarchy for similar products.
88

9-
## Table of Contents
10-
Dataset
11-
Usage
12-
Data and Preprocessing
13-
Model Overview
14-
Results
15-
Contributing
16-
Future Enhancements
17-
License
18-
199
## Dataset
2010
The dataset used in this project is sourced from Kaggle(https://www.kaggle.com/datasets/sumedhdataaspirant/e-commerce-text-dataset) . It consists of >50000 records for 4 categories - "Electronics", "Household", "Books" and "Clothing & Accessories", which cover almost 80% of any E-commerce website.
2111

@@ -75,7 +65,10 @@ Once trained, the model is evaluated on the test set to ensure it generalizes we
7565
## Results
7666

7767
MultinomialNB - 92%
68+
7869
SVC - 96%
70+
7971
RandomForestClassifier - 93.058%
72+
8073
LogisticRegression - 95%
8174

0 commit comments

Comments
 (0)