很少有现象不受时间的影响,这本身就足以证明理解什么是时间序列的重要性。 在本书的第一部分,我们将定义时间序列并探索使用它们的特殊性。 我们还将使用简单的方法开发我们的第一个预测模型。 这些将作为基线模型,我们将在本书中重复使用这些技术。 最后,我们将研究无法进行预测的情况,以便我们识别并避免陷入该陷阱。
标签: Python Programming
Python中使用enumerate函数跟踪当前项的序号
有时候我们可能想跟踪使用当前迭代项的序号,通常的做法可能是这样的:
使用“virtualenv”创建虚拟环境
与其他编程语言一样,Python 有自己的包(或库)的管理方式。默认情况下,您机器上的每个 Python 项目都将使用默认的 Python 站点包目录(该目录与主要 Python 安装相关联,并表示为基本(根)环境)。
Python简单数据类型(整数、浮点数)
Python的整数类型和浮点数类型介绍,使用str()避免类型错误(TypeError)
Python变量和操作符
变量就是存数据的,以便于我们后期在程序中对数据进行操作。
Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners
The second edition of this best-selling Python book (100,000+ copies sold in print alone) uses Python 3 to teach even the technically uninclined how to write programs that do in minutes what would take hours to do by hand. There is no prior programming experience required and the book is loved by liberal arts majors and geeks alike.