Machine Learning to Survive Titanic Passengers - Dataset Unavailable to Solve

In the case of the survival of the Titanic passengers in the machine learning experiment example, the given webpage and link cannot download data, indicating that the webpage is missing. 

In order to solve this problem, I have a downloaded data set here, and you can pick it up if you need it.

Common Cases and Datasets of Machine Learning - Machine Learning Documentation Resources - CSDN Library icon-default.png?t=M276https://download.csdn.net/download/shanhe_yuchuan/85012272

Next, explain how to use it:

1. Download the compressed package and unzip it to the default opening path of the jupyter software. Note that these two folders are in the same directory

 

2. Add code

Add code: titanic = pd.read_csv('../Datasets/DSTree/titanic.txt') read the titanic dataset from the system file

Guess you like

Origin blog.csdn.net/shanhe_yuchuan/article/details/123632069