An open API service indexing awesome lists of open source software.

https://github.com/shreyb2091/icg_recruitment_task

This repository contains the task submitted for the Recruitment of the ICG ( IIT Kanpur Consulting Group) in Data Science Domain
https://github.com/shreyb2091/icg_recruitment_task

Last synced: 3 months ago
JSON representation

This repository contains the task submitted for the Recruitment of the ICG ( IIT Kanpur Consulting Group) in Data Science Domain

Awesome Lists containing this project

README

        

# ICG Recruitment Task
This repository contains the task submitted for the Recruitment of the ICG ( IIT Kanpur Consulting Group) in Data Science Domain

## About ICG
Established in 2018, the IIT Kanpur Consulting Group is driven by the vision of using data science and case study solving skills to help organizations leverage better insights from their data, and thereby create a strong social impact.

For more details, visit their site - https://iitkconsult.org/

## About the task
This task was done for the recruitment process of Secretary at ICG in the Data Science Domain. We were given a problem statement on Kaggle, and had to submit a Machine Learning model with informative Data Analysis.

## Problem Statement
Welcome to the year 2912, where your data science skills are needed to solve a cosmic mystery. We've received a transmission from four lightyears away and things aren't looking good.

The Spaceship Titanic was an interstellar passenger liner launched a month ago. With almost 13,000 passengers on board, the vessel set out on its maiden voyage transporting emigrants from our solar system to three newly habitable exoplanets orbiting nearby stars. \
While rounding Alpha Centauri en route to its first destination—the torrid 55 Cancri E—the unwary Spaceship Titanic collided with a spacetime anomaly hidden within a dust cloud. Sadly, it met a similar fate as its namesake from 1000 years before. Though the ship stayed intact, almost half of the passengers were transported to an alternate dimension!

To help rescue crews and retrieve the lost passengers, you are challenged to predict which passengers were transported by the anomaly using records recovered from the spaceship’s damaged computer system.

In this competition your task is to predict whether a passenger was transported to an alternate dimension during the Spaceship Titanic's collision with the spacetime anomaly. To help you make these predictions, you're given a set of personal records recovered from the ship's damaged computer system.

### File and Data Field Descriptions
- **train.csv** - Personal records for about two-thirds (~8700) of the passengers, to be used as training data.
- `PassengerId` - A unique Id for each passenger. Each Id takes the form gggg_pp where gggg indicates a group the passenger is travelling with and pp is their number within the group. People in a group are often family members, but not always.
- `HomePlanet` - The planet the passenger departed from, typically their planet of permanent residence.
- `CryoSleep` - Indicates whether the passenger elected to be put into suspended animation for the duration of the voyage. Passengers in cryosleep are confined to their cabins.
- `Cabin` - The cabin number where the passenger is staying. Takes the form deck/num/side, where side can be either P for Port or S for Starboard.
- `Destination` - The planet the passenger will be debarking to.
- `Age` - The age of the passenger.
- `VIP` - Whether the passenger has paid for special VIP service during the voyage.
- `RoomService`, `FoodCourt`, `ShoppingMall`, `Spa`, `VRDeck` - Amount the passenger has billed at each of the Spaceship Titanic's many luxury amenities.
- `Name` - The first and last names of the passenger.
- `Transported` - Whether the passenger was transported to another dimension. This is the target, the column you are trying to predict.
- **test.csv** - Personal records for the remaining one-third (~4300) of the passengers, to be used as test data. Your task is to predict the value of `Transported` for the passengers in this set.
- **sample_submission.csv** - A submission file in the correct format
- `PassengerId` - Id for each passenger in the test set.
- `Transported` - The target. For each passenger, predict either `True` or `False`.