Skip to content

Commit ed111cb

Browse files
author
Chen Quan
authored
Add Titanic: Machine Learning from Disaster (#21)
* Finished * Rename dir * Add Descriptions * Add Home Description & Contributor * Add translation * Add translation * Add datsets * Add titanic-best-working-classifier
1 parent 2b98291 commit ed111cb

8 files changed

+4761
-0
lines changed

titanic/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Titanic: Machine Learning from Disaster
2+
3+
>Start here! Predict survival on the Titanic and get familiar with ML basics
4+
5+
## 贡献者:
6+
7+
- [@ChenQuan](https://github.com/ChenQuan)
8+
9+
10+
## 比赛:
11+
12+
地址:[https://www.kaggle.com/c/titanic](https://www.kaggle.com/c/titanic)
13+
14+
|翻译项目原地址|作者|本库地址|翻译|
15+
|---|---|---|---|
16+
|[Introduction to Ensembling/Stacking in Python](https://www.kaggle.com/arthurtok/introduction-to-ensembling-stacking-in-python)|[Anisotropic](https://www.kaggle.com/arthurtok)|[GO](introduction-to-ensembling-stacking-in-python.ipynb)|[GO](introduction-to-ensembling-stacking-in-python-cn.ipynb)|
17+
| --- | --- | --- | --- |
18+
19+
## 介绍
20+
21+
Start here if...
22+
You're new to data science and machine learning, or looking for a simple intro to the Kaggle prediction competitions.
23+
24+
Competition Description
25+
The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 2224 passengers and crew. This sensational tragedy shocked the international community and led to better safety regulations for ships.
26+
27+
One of the reasons that the shipwreck led to such loss of life was that there were not enough lifeboats for the passengers and crew. Although there was some element of luck involved in surviving the sinking, some groups of people were more likely to survive than others, such as women, children, and the upper-class.
28+
29+
In this challenge, we ask you to complete the analysis of what sorts of people were likely to survive. In particular, we ask you to apply the tools of machine learning to predict which passengers survived the tragedy.
30+
31+
Practice Skills
32+
Binary classification
33+
Python and R basics

0 commit comments

Comments
 (0)