Complaint Categorization

Tina Chandwani

Tina Chandwani

Mumbai, Maharashtra

0 0
  • 0 Collaborators

A machine learning system which can identify the nature and category of the complaint posted. ...learn more

Project status: Under Development

Artificial Intelligence

Code Samples [1]

Overview / Usage

A machine learning system which can identify the nature and category of the complaint posted by the user.

This system is needed by a non-profit organization to improve their existing system where they were manually categorizing the complaints posted by the user.

Methodology / Approach

  • First I applied feature engineering. Feature engineering is the process of extracting features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms.
  • Using graphs, studied the data which turned out to an imbalanced data, To have imbalanced data in our case is of our great interest since it is desirable to have a classifier that gives high prediction accuracy over the majority class while maintaining reasonable accuracy for the minority classes.
  • Used different machine learning models and evaluated their accuracy and then chose the model with the highest accuracy:-

LinearSVC 0.947462 LogisticRegression 0.947942 MultinomialNB 0.936428 RandomForestClassifier 0.788532

Technologies Used

  • Google Colab
  • Pandas
  • Numpy
  • matplotlib
  • Scikit

Repository

https://github.com/TinaChandwani/NLP_model

Comments (0)