Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 572 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 572 Bytes

Text-Mining-of-Drug-Reviews

Text Mining for Sentimental Analysis, Drug Rating prediction and Condition Prediction based on Drug Reviews of Patient's

There are 4 files with one for Data Cleaning and Exploratory Data Analysis of the reviews and the drugs dataset

Sentimental Analysis using Naive Bayes, SVM and Neural Networks Algorithms Rating prediction using Naive Bayes, SVM and Neural Networks Algorithms Condition prediction using Naive bayes, SVM and Random Forest Algorithms

All the code is written in python using scikit-learn python library and basic python