- Regression Analysis with Python
- Luca Massaron Alberto Boschetti
- 259字
- 2021-07-16 12:47:23
Chapter 1. Regression – The Workhorse of Data Science
Welcome to this presentation on the workhorse of data science, linear regression, and its related family of linear models.
Nowadays, interconnectivity and data explosion are realities that open a world of new opportunities for every business that can read and interpret data in real time. Everything is facilitating the production and diffusion of data: the omnipresent Internet diffused both at home and at work, an army of electronic devices in the pockets of large portions of the population, and the pervasive presence of software producing data about every process and event. So much data is generated daily that humans cannot deal with it because of its volume, velocity, and variety. Thus, machine learning and AI are on the rise.
Coming from a long and glorious past in the field of statistics and econometrics, linear regression, and its derived methods, can provide you with a simple, reliable, and effective tool to learn from data and act on it. If carefully trained with the right data, linear methods can compete well against the most complex and fresh AI technologies, offering you unbeatable ease of implementation and scalability for increasingly large problems.
In this chapter, we will explain:
- Why linear models can be helpful as models to be evaluated in a data science pipeline or as a shortcut for the immediate development of a scalable minimum viable product
- Some quick indications for installing Python and setting it up for data science tasks
- The necessary modules for implementing linear models in Python
- 數據科學實戰手冊(R+Python)
- 零基礎學Visual C++第3版
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Learning Linux Binary Analysis
- Java Web基礎與實例教程
- Visual Basic程序設計實驗指導(第4版)
- Python忍者秘籍
- C/C++程序員面試指南
- 微信小程序全棧開發技術與實戰(微課版)
- 計算機應用基礎項目化教程
- Android Game Programming by Example
- AMP:Building Accelerated Mobile Pages
- C語言從入門到精通
- 輕松學Scratch 3.0 少兒編程(全彩)
- 軟件開發中的決策:權衡與取舍