Skip to content

A simple python ML model trained with scikit-learn on review datasets to predict if whatever input that is given to it is positive or negative.

Notifications You must be signed in to change notification settings

lenoben/review-detention-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

review-detention-model

A simple python ML model trained with scikit-learn on review datasets to predict if whatever input that is given to it is positive or negative

Note, it may not produce accurate results due to it having little data of just 1800 to work on

Requirements for this model is to install the sklearn library using pip install scikit-learn OR pip install -r requirements.txt

run the model by running the following command python 'simple model.py'

To get the python code used to train the data from the notebook, it is at the tasks.py file

Example

About

A simple python ML model trained with scikit-learn on review datasets to predict if whatever input that is given to it is positive or negative.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published