GithubHelp home page GithubHelp logo

cancer-diagnosis's Introduction

Cancer-Diagnosis

Data Overview: Source: https://www.kaggle.com/c/msk-redefining-cancer-treatment/data We have two data files: one conatins the information about the genetic mutations and the other contains the clinical evidence (text) that human experts/pathologists use to classify the genetic mutations. Both these data files are have a common column called ID Data file's information:

training_variants (ID , Gene, Variations, Class) training_text (ID, Text)

ID : the id of the row used to link the mutation to the clinical evidence Gene : the gene where this genetic mutation is located Variation : the aminoacid change for this mutations Class : 1-9 the class this genetic mutation has been classified on

Problem statement : Classify the given genetic variations/mutations based on evidence from text-based clinical literature.

Featuraization: Two ways to featurize Categorical Data : 1) One hot encoding 2) Responce Encoding For text feature : Instread of Word2Vec we use Countvectorizer(BOW)

Moodels: Tried different models among them following works best.

  1. Logistic Regression with onne hot encoding + balancing
  2. Voting (Logistic regression, SVM, RF) (but intrepretability is lost in this)

cancer-diagnosis's People

Contributors

vinaydeshmukh94 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.