Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexcombessie/ensae_amazon-review-prediction

Prediction of Amazon product ratings from reviews' text mining - Project for the "Python programming" course by Xavier Dupre at ENSAE ParisTech
https://github.com/alexcombessie/ensae_amazon-review-prediction

ensae-paristech machine-learning nlp

Last synced: about 2 months ago
JSON representation

Prediction of Amazon product ratings from reviews' text mining - Project for the "Python programming" course by Xavier Dupre at ENSAE ParisTech

Awesome Lists containing this project

README

        

# ENSAE_PythonMachineLearning
This repo is for a Machine Learning project in Python at ENSAE ParisTech, for Xavier Dupre's class.
Our goal was to predict a product's review rating (1 to 5) using the review text.
We implemented classic "Bag of Words" text mining techniques to extract features, and used Naive Bayes and SVM classifiers.