- 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!
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 案例式C語言程序設計
- Java開發入行真功夫
- C程序設計案例教程
- Flux Architecture
- UML 基礎與 Rose 建模案例(第3版)
- C#程序設計(項目教學版)
- 大話Java:程序設計從入門到精通
- Django實戰:Python Web典型模塊與項目開發
- OpenCV 3 Blueprints
- FPGA嵌入式項目開發實戰
- 零基礎學SQL(升級版)
- Distributed Computing with Python
- Learning NHibernate 4