GithubHelp home page GithubHelp logo

seroetr / disaster-tweets-with-nlp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.61 MB

Disaster Tweets Classifications by Machine Learning, which is a currently Kaggle Competition.

Jupyter Notebook 100.00%
catboost-classifier kaggle-competition lightgbm-classifier machine-learning natural-language-processing nlp randomforestclassifier randomizedsearchcv tfidf-vectorizer xgboost-classifier

disaster-tweets-with-nlp's Introduction

Disaster Tweets Classifications by Machine Learning, which is currently Kaggle Competition.

  • train.csv and test.csv files can be found via https://www.kaggle.com/competitions/nlp-getting-started/data.
  • Columns in `train.csv' dataset are:
    • id
    • text
    • location
    • keyword
    • target
  • You will be predicting if tweet is a real disaster (1) or not (0).
  • Machine learning models such as LightGBM, XGBoost, RandomForest, and CatBoost Classifiers have been used to predict the disaster tweets.
  • RandomizedSearchCv is used to tune hyperparameters for models.
  • There is a commented out code in jupyter notebook in which you can combine other features with tf-idf matrix using hstack just in case of use if wanted.
Models LGBMClassifier CatBoostClassifier XGBClassifier RandomForestClassifier
Accuracy 0.7634 0.7706 0.7648 0.7873
  • RandomForestClassifier has demonstrated higher accuracy than rest of the models. Therefore, Test data is evaluated using RandomForestClassifier.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.