Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nirmaldeepponnada/codeclauseinternshipproject1

This project involves Customer Segmentation using K-Means clustering to group customers based on Recency, Frequency, and Monetary (RFM) analysis from the Online Retail dataset. It also performs Sentiment Analysis on Amazon Product Reviews using Natural Language Processing techniques & Logistic Regression to classify reviews as positive or negative.
https://github.com/nirmaldeepponnada/codeclauseinternshipproject1

kmeans logistic-regression numpy pandas python3 regular-expressions scikit-learn tf-idf-vectorizer

Last synced: 5 days ago
JSON representation

This project involves Customer Segmentation using K-Means clustering to group customers based on Recency, Frequency, and Monetary (RFM) analysis from the Online Retail dataset. It also performs Sentiment Analysis on Amazon Product Reviews using Natural Language Processing techniques & Logistic Regression to classify reviews as positive or negative.

Awesome Lists containing this project

README

        

# CodeClauseInternshipProject1
### Summary of the Project Code
1. **Customer Segmentation:**
* Cleans and preprocesses the online retail data.
* Computes Recency, Frequency, and Monetary values for customer segmentation.
* Applies K-Means clustering to create customer segments.

2. **Sentiment Analysis:**

* Cleans and preprocesses customer review text.
* Uses TF-IDF for feature extraction.
* Trains a logistic regression model to classify reviews as positive or negative.