- Applied Deep Learning with Python
- Alex Galea Luis Capelo
- 106字
- 2021-08-13 15:53:08
Activity: Building a Third-Order Polynomial Model
Shifting our attention back to the Boston housing dataset, we would like to build a third-order polynomial model to compare against the linear one. Recall the actual problem we are trying to solve: predicting the median house value, given the lower class population percentage. This model could benefit a prospective Boston house purchaser who cares about how much of their community would be lower class.
Use scikit-learn to fit a polynomial regression model to predict the median house value (MEDV), given the LSTAT values. We are hoping to build a model that has a lower mean squared error (MSE).
推薦閱讀
- 程序員面試筆試寶典(第3版)
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Computer Vision for the Web
- SQL Server 2016從入門到精通(視頻教學超值版)
- Mastering Python Scripting for System Administrators
- Mastering macOS Programming
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- UI設計全書(全彩)
- Go語言開發實戰(慕課版)
- Python商務數據分析(微課版)
- 深入解析Java編譯器:源碼剖析與實例詳解
- Android Sensor Programming By Example
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- 程序員必會的40種算法
- 安卓工程師教你玩轉Android