Giter Site home page Giter Site logo

ats-infotech-ml-projects's Introduction

ats-infotech-ML-projects

Project 1 : Prediction of Survival of Titanic Passenger

Here we'll use Logistic Regression to predict the survival rate of passenger. Logistic regression is a supervised learning classification algorithm used to predict the probability of a target variable. The nature of target or dependent variable is dichotomous, which means there would be only two possible classes. We have titanic dataset that contains,

  • pclass: Passenger class (1 = 1st; 2 = 2nd; 3 = 3rd)
  • survival: A Boolean indicating whether the passenger survived or not (0 = No; 1 = Yes); this is our target
  • name: A field rich in information as it contains title and family names
  • sex: male/female
  • age: Age, asignificant portion of values aremissing
  • sibsp: Number of siblings/spouses aboard
  • parch: Number of parents/children aboard
  • ticket: Ticket number.
  • fare: Passenger fare (British Pound).
  • cabin: Doesthe location of the cabin influence chances of survival?
  • embarked: Port of embarkation (C = Cherbourg; Q = Queenstown; S = Southampton)

Project 2 : Used Car Price Prediction

ats-infotech-ml-projects's People

Contributors

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