请选择 进入手机版 | 继续访问电脑版
楼主: 数据洞见
7452 10

Forecasting Time Series Data+Hands-On Python [推广有奖]

  • 0关注
  • 0粉丝

硕士生

20%

还不是VIP/贵宾

-

威望
0
论坛币
197090 个
通用积分
447.7577
学术水平
4750 点
热心指数
4741 点
信用等级
4737 点
经验
222917 点
帖子
147
精华
0
在线时间
127 小时
注册时间
2021-6-20
最后登录
2024-3-23

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Forecasting Time Series Data(2021)+Hands-On Python with 50 Exercises, 2 Projects, 2 Assignments
Forecasting Time Series Data(2021)+Hands-On Python with 50 Exercises, 2 Projects.zip (32.84 MB, 需要: 30 个论坛币) Forecasting Time Series Data(2021).zip (8.43 MB, 需要: 10 个论坛币) 本附件包括:
  • Forecasting Time Series Data(2021).pdf



















In 2017, Facebook released their Prophet software as open source. This powerful tool was
developed by Facebook engineers because their analysts were becoming overwhelmed
with the number of business forecasts demanded by managers. The developers of Prophet
wanted to simultaneously solve two problems: a) completely automatic forecasting
techniques are too brittle and inflexible to handle additional knowledge, and b) analysts
who are consistently able to produce high-quality forecasts are rare and require extensive
expertise. Prophet successfully solves both of these problems.
Prophet was designed so that forecasts produced with no parameter tuning or other
optimization are usually very high quality, but with just a little bit of training, anyone can
intuitively tweak the model and increase performance dramatically.
Starting from the most basic model and advancing to the deepest technical dives
into Prophet's inner workings, this book will teach you everything there is to know
about Facebook's Prophet. Many advanced features not even covered by the official
documentation are discussed here, with complete working examples for every topic
covered. This book is not intended to provide you the ability to build a Prophet clone from
scratch, but it will teach you to use Prophet just as well as, if not better than, Facebook's
own highly-trained engineers.
Who this book is for
This book is for anyone who wants to use Facebook's Prophet to improve their forecasts.
Data scientists and data analysts, machine learning engineers and software engineers,
and even business managers will benefit from the topics covered in this book. All that is
required is that the reader is comfortable with, working in either Python or R, or is willing
to learn how The business manager who is familiar with Python can follow the examples
included in this book and will learn how to modify them to fit their own use cases; the
data scientist will gain a more technical understanding of what Prophet is doing under
the hood and how it works. However, this book is intended mostly as a how-to guide. It
will not provide a fully rigorous explanation of the math and statistics that underpin the
equations controlling Prophet.  













Hands-On Python with 50 Exercises, 2 Projects, 2 Assignments
& Final Exam: Intermediate



This book is an in-depth and activity-based introduction to the
intermediate level topics of Python programming. It follows a
step-by-step practical approach by combining the theory of the
language with the hands-on coding exercises including quizzes,
projects, assignments and exams.
We begin by setting up the development environment, the
PyCharm IDE. Then we cover Exception Handling, Modules &
Packages, Format Operations and File Operations in Python.
Further we cover one of the most important topics in computer
programming which is OOP (Object Oriented Programming). We
build two big projects that are the PDF & CSV Operations and the
Movie Library. Especially in the Movie Library we build a real
world project which you can use as a reference in your
programming life. You will also have assignments after each
project. And finally we have the final exam which will let you to
test your Python level.
By the end of the book, you will learn almost all of the
intermediate level concepts of Python in great detail by writing
thousands of lines of code. All the supplementary resources (code
files, quizzes, assignments, final exam etc.) are available for
download at the Github repository. The link for the repository is
provided in the book.
This is the second book in Hands-On Python Series. And here is
what you will find in this book:
Theory: In each topic, we will cover all the Theoretical Details
with example coding.  

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Forecasting Time Series Forecast forecas Casting

已有 2 人评分经验 论坛币 收起 理由
thinking2009 + 20 + 10 精彩帖子
np84 + 100 精彩帖子

总评分: 经验 + 120  论坛币 + 10   查看全部评分

本帖被以下文库推荐

In Chapter 1, you will get the basics of the book. You will learn
about this books approach to Python programming and how to get
most out of it.
In Chapter 2, you will meet PyCharm, our IDE (Integrated
Development Environment) for this book. You will learn all the
basics of PyCharm and how to do debugging with it. You will also
learn the base interpreter and interpreter configuration.
In Chapter 3, you will learn how to handle exceptions in your
code. Exception Handling is one of the most important topics in
programming. You will learn and practice the try-except-elsefinally structure in detail.
In Chapter 4, you will learn Modules & Packages in Python.
You will also define your custom modules and use them in your
programs.
In Chapter 5, will see Format Operations in detail. You will
learn how to format the Strings in Python. The ways will be Format
Operator, String.Format, f-Strings and Template Strings.
In Chapter 6, you will learn the File Operations in Python. You
will read and write files, delete, move and copy them, create
folders and learn how to search over files & folders.
In Chapter 7, you will have your first project. You will work on
PDF and CSV files in Python. You will read and write CSV & PDF
files, create new PDF’s and merge them.
In Chapter 8, you will have your first assignment. It is based on
the PDF & CSV Project in Chapter 7 but with missing code
segments in it. Don’t worry, you will have the guidelines to
complete the project on your own.
Chapter 9 is on one of the main building blocks of
programming which OOP. OOP stands for Object OrientedProgramming and it’s crucial if you want to develop real world
applications. You will learn and practice OOP and its core concepts
in great detail.
In Chapter 10, you will have the second project. It is mainly on
OOP concepts like classes, objects and inheritance. You will use
Python’s built-in Tkinter Module and develop a Movie Library
with it.
Chapter 11 is your second assignment. This time you will try
develop the Movie Library project in Chapter 10 on your own by
completing the missing code segments.
Chapter 12 is your Final Exam. Now it’s time to assess your
Python level. You will have an exam of 20 questions on the topics
you learned in this book. The Final Exam will give you the chance
to see what you learned and which topics you should repeat.
Chapter 13 is the Conclusion. You will finalize this book and
will see how you should proceed for the next step.

使用道具

lonestone 在职认证  发表于 2022-2-2 07:11:43 来自手机 |显示全部楼层 |坛友微信交流群
数据洞见 发表于 2022-2-1 12:26
Forecasting Time Series Data(2021)+Hands-On Python with 50 Exercises, 2 Projects, 2 Assignments


...
谢谢老板的分享

使用道具

benji427 在职认证  发表于 2022-2-2 09:32:55 |显示全部楼层 |坛友微信交流群
thank you for sharing

使用道具

bzm100 发表于 2022-2-3 03:58:43 |显示全部楼层 |坛友微信交流群

使用道具

beijin2088 发表于 2022-2-6 20:03:51 |显示全部楼层 |坛友微信交流群
谢谢分享哦

使用道具


谢谢分享哦

使用道具

waterhorse 发表于 2022-5-26 22:35:21 |显示全部楼层 |坛友微信交流群
谢谢分享

使用道具

hifinecon 发表于 2022-5-27 20:23:52 |显示全部楼层 |坛友微信交流群

使用道具

lonestone 在职认证  发表于 2022-5-28 06:07:15 来自手机 |显示全部楼层 |坛友微信交流群
数据洞见 发表于 2022-2-1 12:26
Forecasting Time Series Data(2021)+Hands-On Python with 50 Exercises, 2 Projects, 2 Assignments


...
谢谢老板的分享

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-3-29 00:21