Skip to content

Zakaria-Alsahfi/Womens-Clothing-E-Commerce-Reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Womens-Clothing-E-Commerce-Reviews

Data source: Kaggle

Data columns:

  • Clothing ID: Unique ID of the product
  • Age: Age of the reviewer
  • Title: Title of the review
  • ReviewText: review
  • Rating: Product rating by reviewer
  • Recommended IND: Whether the product is recommended or not by the reviewer
  • Positive Feedback Count: Number of positive feedback on the review
  • Division Name: Name of the division product is in
  • Department Name: Name of the department product is in
  • Class Name: Type of product

Tasks:

  • Split the dataset into training and test sets with 80-20 ratio.

  • Build several models to forecast Recommended IND usingReview Text.

    • BOW Models including binary, count, tfidf, freq
    • Word Embedding Model
  • Build several models to forecast Ratingusing Review Text

    • BOW Models including binary, count, tfidf, freq
    • Word Embedding Model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published