1 Star 0 Fork 958

刘昊南 / machinelearning_homework_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.68 KB
一键复制 编辑 原始数据 按行查看 历史
布树辉 提交于 2023-09-06 11:45 . update report_02_Titanic/README.md.

Report 2 - Titanic

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.

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.

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.

Practice Skills

  • Binary classification
  • Python & SKLearn

Data

The data ziped into data.zip, please first extract it. There are two groups:

  • training set (train.csv)
  • test set (test.csv)

The training set should be used to build your machine learning models. For the training set, we provide the outcome (also known as the ground truth) for each passenger. Your model will be based on features like passengers' gender and class. You can also use feature engineering to create new features.

The test set should be used to see how well your model performs on unseen data. For the test set, we do not provide the ground truth for each passenger. It is your job to predict these outcomes. For each passenger in the test set, use the model you trained to predict whether or not they survived the sinking of the Titanic.

We also include gender_submission.csv, a set of predictions that assume all and only female passengers survive, as an example of what a submission file should look like.

Data description

data description1 data description2

Variable Notes

pclass: A proxy for socio-economic status (SES)

  • 1st = Upper
  • 2nd = Middle
  • 3rd = Lower

Requirements

  • Design the classification model, implement the code
  • Think methods to resolve the problem of missing data of some column
  • How to convert the pclass, embarked fields to vector field
  • Submit your result to the website (如果不能访问这个网站,则想办法如何科--学=上网)
  • Finish the report by using the template report_template.ipynb
  • Submit code, report through git

Links

1
https://gitee.com/lhaonanc5/machinelearning_homework_1.git
git@gitee.com:lhaonanc5/machinelearning_homework_1.git
lhaonanc5
machinelearning_homework_1
machinelearning_homework_1
master

搜索帮助