机器学习实战-titanc_demo01导入程序包导入数据
导入程序包# """https://www.kaggle.com/ash316/eda-to-prediction-dietanic"""import numpy as npimport pandas as pdimport matplotlib.pyplot as pltimport seaborn as snsplt.style.use('fivethirtyeight')imp...