Git Product home page Git Product logo

comment-toxicity-classification's Introduction

Comment-Toxicity-Classification

A Multilabel Classification Problem wherein a comment is classified into 3 labels : Toxicity, Insult & Threat.

The dataset can be found at : https://www.kaggle.com/c/jigsaw-unintended-bias-in-toxicity-classification/data

We have one single csv file for training.

Columns in train data: Comment_text: This is the data in string format which we have to use to find the toxicity. target: Target values which are to be predicted (has values between 0 and 1)

Data also has additional toxicity subtype features:

  • severe_toxicity
  • obscene
  • threat
  • insult
  • identity_attack
  • sexual_explicit

Comment_text data also has identity attributes carved out from it, some of which are:

  • male
  • female
  • homosexual_gay_or_lesbian
  • christian
  • jewish
  • muslim
  • black
  • white
  • asian
  • latino
  • psychiatric_or_mental_illness

Apart from above features the train data also provides meta-data from jigsaw like:

  • toxicity_annotator_count
  • identity_anotator_count
  • article_id
  • funny
  • sad
  • wow
  • likes
  • disagree
  • publication_id
  • parent_id
  • article_id
  • created_date

comment-toxicity-classification's People

Contributors

maitreyaz avatar

Watchers

 avatar

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.