- Ensemble Machine Learning Cookbook
- Dipayan Sarkar Vijayalakshmi Natarajan
- 45字
- 2021-07-02 13:21:57
Getting ready
Download the wisc_bc_data.csv dataset from GitHub and copy it to your working directory. Let's read the dataset:
df_cancerdata = pd.read_csv("wisc_bc_data.csv")
Take a look at the data with the following code:
df_cancerdata.head(5)
We can see that the data has been read properly:

推薦閱讀
- Word 2000、Excel 2000、PowerPoint 2000上機指導與練習
- Google Cloud Platform Cookbook
- PyTorch深度學習實戰(zhàn)
- 小型電動機實用設計手冊
- Hybrid Cloud for Architects
- 筆記本電腦維修90個精選實例
- 網(wǎng)絡管理工具實用詳解
- Building a BeagleBone Black Super Cluster
- Working with Linux:Quick Hacks for the Command Line
- 從零開始學JavaScript
- 網(wǎng)絡服務器搭建與管理
- Raspberry Pi Projects for Kids
- Getting Started with Tableau 2019.2
- Cisco UCS Cookbook
- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)