- The Data Science Workshop
- Anthony So Thomas V. Joseph Robert Thas John Andrew Worsley Dr. Samuel Asare
- 167字
- 2021-06-11 18:27:20
2. Regression
Overview
This chapter is an introduction to linear regression analysis and its application to practical problem-solving in data science. You will learn how to use Python, a versatile programming language, to carry out regression analysis and examine the results. The use of the logarithm function to transform inherently non-linear relationships between variables and to enable the application of the linear regression method of analysis will also be introduced.
By the end of this chapter, you will be able to identify and import the Python modules required for regression analysis; use the pandas module to load a dataset and prepare it for regression analysis; create a scatter plot of bivariate data and fit a regression line through it; use the methods available in the Python statsmodels module to fit a regression model to a dataset; explain the results of simple and multiple linear regression analysis; assess the goodness of fit of a linear regression model; and apply linear regression analysis as a tool for practical problem-solving.
- Power Up Your PowToon Studio Project
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- Python從入門到精通(精粹版)
- 高級(jí)C/C++編譯技術(shù)(典藏版)
- PHP+MySQL網(wǎng)站開(kāi)發(fā)項(xiàng)目式教程
- 深入RabbitMQ
- Visual FoxPro程序設(shè)計(jì)
- Kotlin從基礎(chǔ)到實(shí)戰(zhàn)
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- 快速入門與進(jìn)階:Creo 4·0全實(shí)例精講
- Learning Node.js for .NET Developers
- Instant jQuery Boilerplate for Plugins
- 零基礎(chǔ)學(xué)HTML+CSS
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- 用Python動(dòng)手學(xué)統(tǒng)計(jì)學(xué)