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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Jupyter Notebook 100.0%