- Applied Deep Learning with Python
- Alex Galea Luis Capelo
- 101字
- 2021-08-13 15:53:08
Introduction to Predictive Analytics with Jupyter Notebooks
Continuing our analysis of the Boston housing dataset, we can see that it presents us with a regression problem where we predict a continuous target variable given a set of features. In particular, we'll be predicting the median house value (MEDV). We'll train models that take only one feature as input to make this prediction. This way, the models will be conceptually simple to understand and we can focus more on the technical details of the scikit-learn API. Then, in the next chapter, you'll be more comfortable dealing with the relatively complicated models.
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Learning PostgreSQL
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- jQuery EasyUI網站開發實戰
- PhoneGap Mobile Application Development Cookbook
- Unreal Engine 4 Shaders and Effects Cookbook
- Getting Started with Laravel 4
- Visual C++開發入行真功夫
- 西門子S7-200 SMART PLC編程從入門到實踐
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Python商務數據分析(微課版)
- SQL Server 2008中文版項目教程(第3版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 游戲設計的底層邏輯
- Flask開發Web搜索引擎入門與實戰