- Regression Analysis with Python
- Luca Massaron Alberto Boschetti
- 131字
- 2021-07-16 12:47:25
Summary
In this chapter, we introduced linear regression as a supervised machine learning algorithm. We explained its functional form, its relationship with the statistical measures of mean and correlation, and we tried to build a simple linear regression model on the Boston house prices data. After doing that we finally glanced at how regression works under the hood by proposing its key mathematical formulations and their translation into Python code.
In the next chapter, we will continue our discourse about linear regression, extending our predictors to multiple variables and carrying on our explanation where we left it suspended during our initial illustration with a single variable. We will also point out the most useful transformations you can apply to data to make it suitable for processing by a linear regression algorithm.
- 微服務(wù)設(shè)計(jì)(第2版)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第三版)
- OpenCV 3和Qt5計(jì)算機(jī)視覺應(yīng)用開發(fā)
- Functional Programming in JavaScript
- Building a Recommendation Engine with Scala
- JavaScript by Example
- Python機(jī)器學(xué)習(xí)經(jīng)典實(shí)例
- Java編程技術(shù)與項(xiàng)目實(shí)戰(zhàn)(第2版)
- 學(xué)習(xí)正則表達(dá)式
- Express Web Application Development
- Learning Modular Java Programming
- 深入理解C指針
- JQuery風(fēng)暴:完美用戶體驗(yàn)
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- 人人都能開發(fā)RPA機(jī)器人:UiPath從入門到實(shí)戰(zhàn)