- Learning pandas(Second Edition)
- Michael Heydt
- 132字
- 2021-07-02 20:37:03
Regression
Regression is a statistical measure that estimates the strength of relationship between a dependent variable and a series of other variables. It can be used to understand the relationships between variables. An example in finance would be understanding the relationship between commodity prices and the stocks of businesses dealing in those commodities.
There was originally a regression model built directly into pandas, but it has been moved out into the StatsModels library. This shows a pattern common in pandas. Often pandas has concepts built into it, but as they mature they are deemed to fit most effectively into other Python libraries. This is both good and bad. It is initially great to have it directly in pandas, but as you upgrade to new versions of pandas it can break your code!
推薦閱讀
- Ext JS Data-driven Application Design
- Magento 2 Development Cookbook
- Java虛擬機(jī)字節(jié)碼:從入門到實(shí)戰(zhàn)
- HTML5游戲開發(fā)案例教程
- Web全棧工程師的自我修養(yǎng)
- Lua程序設(shè)計(jì)(第4版)
- AIRIOT物聯(lián)網(wǎng)平臺(tái)開發(fā)框架應(yīng)用與實(shí)戰(zhàn)
- LabVIEW虛擬儀器入門與測(cè)控應(yīng)用100例
- Java程序員面試筆試寶典(第2版)
- iOS開發(fā)項(xiàng)目化入門教程
- Hacking Android
- Java 9 with JShell
- 數(shù)字媒體技術(shù)概論
- C語(yǔ)言程序設(shè)計(jì)與應(yīng)用實(shí)驗(yàn)指導(dǎo)書(第2版)
- 零基礎(chǔ)學(xué)編程系列(全5冊(cè))