Coder Social home page Coder Social logo

titanic-machine-learning-from-disaster's Introduction

Titanic-Machine-Learning-from-Disaster

This is a solution for kaglle Titanic prediction challange

https://www.kaggle.com/c/titanic Kaggle

  • Task is predict who is serviving and who has better servival rate

we have 10692 train data
trian data set contain:

  • PassengerId
  • Survived
  • Pclass
  • Name
  • Sex
  • Age
  • SibSp
  • Parch
  • Ticket
  • Fare
  • Cabin
  • Embarked

SO, Firstly i check how mane servivers are thier and map the servival relationship to get idea about the data

Image of relation

so i get the image with age and class.

After that i create servived relation ship with gender Image of relation

in that image i found a clear relationship servived with gender. lot of females are sevived according to data.

after that i create hypothis that all female are servived and check with data and i got 78% accuracy.[predict_gender.py]]

i use logistioc regression to get more accurace and i got 79%.

from decision tree model it got 97% accuracy but after normalize it finaly i got 81% accurace. Image of Tree

Used tech:

  • python
  • MatplotLib
  • sklearn
  • numpy
  • pandas

Thank You!

Hirusha R.

titanic-machine-learning-from-disaster's People

Contributors

hirushar avatar

Watchers

James Cloos avatar  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.