- Applied Deep Learning with Python
- Alex Galea Luis Capelo
- 199字
- 2021-08-13 15:53:06
Our First Analysis - The Boston Housing Dataset
So far, this chapter has focused on the features and basic usage of Jupyter. Now, we'll put this into practice and do some data exploration and analysis.
The dataset we'll look at in this section is the so-called Boston housing dataset. It contains US census data concerning houses in various areas around the city of Boston. Each sample corresponds to a unique area and has about a dozen measures. We should think of samples as rows and measures as columns. The data was first published in 1978 and is quite small, containing only about 500 samples.
Now that we know something about the context of the dataset, let's decide on a rough plan for the exploration and analysis. If applicable, this plan would accommodate the relevant question(s) under study. In this case, the goal is not to answer a question but to instead show Jupyter in action and illustrate some basic data analysis methods.
Our general approach to this analysis will be to do the following:
- Load the data into Jupyter using a Pandas DataFrame
- Quantitatively understand the features
- Look for patterns and generate questions
- Answer the questions to the problems
- 深入淺出Java虛擬機:JVM原理與實戰
- ASP.NET Core 2 and Vue.js
- 數據庫系統原理及MySQL應用教程
- Java程序員面試算法寶典
- Java性能權威指南(第2版)
- Hands-On Microservices with Kotlin
- ASP.NET 3.5程序設計與項目實踐
- OpenGL Data Visualization Cookbook
- 打開Go語言之門:入門、實戰與進階
- Hands-On JavaScript for Python Developers
- 計算機組裝與維護(第二版)
- Python數據科學實踐指南
- 前端架構設計
- RESTful Web API Design with Node.js(Second Edition)
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)