- 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).
推薦閱讀
- Vue.js快速入門與深入實戰
- 用Flutter極速構建原生應用
- Kinect for Windows SDK Programming Guide
- INSTANT Django 1.5 Application Development Starter
- Flutter跨平臺開發入門與實戰
- C++從入門到精通(第5版)
- OpenStack Networking Essentials
- SEO教程:搜索引擎優化入門與進階(第3版)
- Flink入門與實戰
- Android熱門應用開發詳解
- Mastering Clojure
- ASP.NET Core 2 High Performance(Second Edition)
- Java Web應用開發
- TensorFlow.NET實戰
- Hands-On Artificial Intelligence with Unreal Engine