Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.08 KB

Retail Analytics

This project is being created to document learnings and understanding of the different Python libraries and technologies that can be used to achieve certain common objectives.

About the data

Link: https://www.kaggle.com/datasets/nadyinky/sephora-products-and-skincare-reviews

This data contains

  • information about all beauty products (over 8,000) from the Sephora online store, including product and brand names, prices, ingredients, ratings, and all features.
  • user reviews (about 1 million on over 2,000 products) of all products from the Skincare category, including user appearances, and review ratings by other users

Objectives

Understand the retail data through the lens of Data Science by exploring the data and training models to achieve various objectives. The objectives planned to be documented are

  1. Understand the data using Python libraries for Exploratory Data Analysis (EDA)
  2. Processing the data
  3. Creating models for
    • Sentiment
    • Emotion
    • Adverse Event detection

Citations

  • Nady Inky - Kaggle Dataset Builder
  • Kaggle