Python for Data Science Automation - это инновационный курс, предназначенный для обучения аналитиков данных тому, как преобразовать бизнес-процессы в автоматизацию обработки данных на основе Python. Курс основан на двух основных принципах:
Компании переводят повторяющиеся бизнес-процессы на автоматизацию, чтобы уменьшить количество ошибок, улучшить масштабирование и сделать информационные продукты доступными по запросу.
Вы (студент) претерпите полную трансформацию, изучив востребованные навыки, которые дадут вам возможность помогать автоматизировать бизнес-процессы в вашей организации.
Создано для бизнес-аналитиков, которым необходимо объединить науку о данных и программирования.
Учитесь, интегрируя инструменты в настоящий проект прогнозирования.
Это проектный курс. Вы являетесь частью команды по анализу данных гипотетического производителя велосипедов. Руководство поручило команде расширить прогнозную отчетность по клиентам, продуктам и разной продолжительности. Это требует нового уровня гибкости, который в настоящее время недоступен в ручном бизнес-процессе. Вам нужно будет изучить Pandas и экосистему Python, чтобы автоматизировать этот проект прогнозирования.
Узнайте, как взяться за автоматизацию бизнес-процессов
В Python для автоматизации науки о данных вы узнаете:
Узнайте, как разбить бизнес-процессы
Узнайте, как применять Python и Pandas
Узнайте, как работать с базами данных и создавать отчеты
Посмотреть больше
Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум
Ограничение времени просмотра
Вы можете просматривать пробный урок только 10 минут. Получите полный доступ, чтобы смотреть без ограничений.
For-Loop: Combine with DataFrame | Actual Values, Predictions, & CIs
Урок 250.
00:03:36
For-Loop: Storing the Results (as a Dictionary)
Урок 251.
00:01:53
Housekeeping: Appending Variable Types to Variable Names
Урок 252.
00:02:43
Visual Forecast Assessment
Урок 253.
00:03:41
TQDM: Progress Bars
Урок 254.
00:03:45
Setting up the ARIMA Automation Function
Урок 255.
00:03:19
Making arima_forecast() | Function Definition
Урок 256.
00:04:41
Function Body | Setting Up the Iteration
Урок 257.
00:03:02
Training the AutoARIMA() Models
Урок 258.
00:01:12
Controlling Progress Bars: tqdm(min_interval)
Урок 259.
00:02:09
Making Predictions and Confidence Intervals
Урок 260.
00:02:24
Combine Results into a DataFrame
Урок 261.
00:01:50
Compose a Prediction Dictionary
Урок 262.
00:02:37
Return Results as a Single DataFrame | Rowwise Concatenation
Урок 263.
00:09:16
Setting the Column Names of the Output
Урок 264.
00:02:51
Drop remaining columns beginning with "level_"
Урок 265.
00:02:05
Testing the arima_forecast() function
Урок 266.
00:03:44
Creating the forecasting.py module
Урок 267.
00:01:32
Docstring: arima_forecast()
Урок 268.
00:06:35
Adding Checks: arima_forecast()
Урок 269.
00:02:29
Finally - Check Your Forecasts with Grouped Pandas Plotting
Урок 270.
00:01:10
Recap: You've just made an ARIMA Forecast Automation!
Урок 271.
00:02:07
Introduction to ETS Forecasting (Exponential Smoothing)
Урок 272.
00:06:07
Challenge 2 [File Download]
Урок 273.
00:05:18
Solution
Урок 274.
00:01:25
Part 3: Visualization & Reporting
Урок 275.
00:00:32
Getting Started [File Download]
Урок 276.
00:03:15
Plotnine Documentation
Урок 277.
00:02:57
Plotnine Anatomy: Imports
Урок 278.
00:02:54
Data Summarization: For Plotting Annual Bike Sales
Урок 279.
00:07:13
The Plot Canvas: Mapping Columns to Plot Components
Урок 280.
00:04:00
Plotnine Geometries
Урок 281.
00:03:00
Adding a Trend Line: geom_smooth()
Урок 282.
00:01:53
Formatting Plots
Урок 283.
00:01:42
Expand Limits
Урок 284.
00:03:52
Scales: Dollar Format for Y-Axis
Урок 285.
00:02:15
Scales: Date Format for X-Axis
Урок 286.
00:02:58
Labs and Themes
Урок 287.
00:01:18
Saving the ggplot
Урок 288.
00:02:24
Exploring the Plotnine Object
Урок 289.
00:02:20
Setting Up
Урок 290.
00:02:52
Scatter Plot: Data Manipulation
Урок 291.
00:03:18
Scatter Plot: Visualization
Урок 292.
00:02:08
Line Plot: Data Manipulation
Урок 293.
00:05:29
Line Plot: Visualization
Урок 294.
00:02:49
Data Manipulation, Part 1: No Categorical Ordering
Урок 295.
00:01:35
Visualization, Part 1: Without Categorical Ordering
Урок 296.
00:09:55
Aside: Introduction to Plotting using Categorical Data Type
Урок 297.
00:01:20
Finalizing the Horizontal Bar Chart
Урок 298.
00:02:48
Histogram: Data Manipulation
Урок 299.
00:02:15
Histogram: Visualization
Урок 300.
00:02:51
Histogram: Using Fill Aesthetic to Explore Differences by a Category
Урок 301.
00:02:48
Histogram: Using Facet Grids to Compare Distributions by Category
Урок 302.
00:02:55
Density Plots: Kernel Density Estimation (KDE) using geom_density()
Урок 303.
00:02:20
Box Plot: Data Manipulation
Урок 304.
00:07:24
Box Plot: Visualization
Урок 305.
00:03:32
Violin Plot with Jitter: geom_violin() and geom_jitter()
Урок 306.
00:06:09
Data Manipulation: Add a Total Price Text Column with USD Dollar Format
Урок 307.
00:03:11
Creating the Bar Plot: geom_col() and geom_smooth()
Урок 308.
00:05:35
Adding Text to a Bar Plot: geom_text()
Урок 309.
00:05:58
Highlighting an Outlier with a Label: geom_label()
Урок 310.
00:03:39
Finalizing the Plot with Scales and Themes
Урок 311.
00:04:41
Sales by Month and Category 2: Data Manipulation
Урок 312.
00:06:55
Facets: Adding subplots "facets" with facet_wrap()
Урок 313.
00:04:34
Scales: Applying scales to alter x, y, and color mappings
Урок 314.
00:03:54
Themes: Theme Customization with Pre-Built Themes | theme_matplotlib()
Урок 315.
00:05:33
Theme Elements: Customization with theme()
Урок 316.
00:04:44
Plot Title and X/Y-Axis Labels: labs()
Урок 317.
00:01:21
Getting Started
Урок 318.
00:02:10
Package Imports
Урок 319.
00:05:00
Our Forecasting Workflow Recap
Урок 320.
00:04:51
Data Preparation: Melting the Value and Prediction Columns
Урок 321.
00:03:04
Data Preparation: Fixing the FutureWarning
Урок 322.
00:03:35
Visualization: Setting up the canvas with ggplot()
Урок 323.
00:05:43
Visualization: Adding geoms and facets
Урок 324.
00:05:12
Visualization: Scales and Theme Minimal
Урок 325.
00:04:22
Visualization: Customizing the Theme Elements
Урок 326.
00:03:23
Making the plot_forecast() Function Definition
Урок 327.
00:04:38
Data Wrangling: Implementing the Melt
Урок 328.
00:08:52
Handling the Time-Based Column: Converting to TimeStamp
Урок 329.
00:08:56
Visualization: Parameterizing the Plot
Урок 330.
00:07:10
Testing the Forecast Plot Function Parameters
Урок 331.
00:01:30
Testing the Automation Workflow
Урок 332.
00:06:15
Reordering the Subplots using Cat Tools
Урок 333.
00:03:37
Adding the plot_forecast() function to our forecasting module
Урок 334.
00:03:30
Docstring | Testing Our Imported plot_forecast() Function
Урок 335.
00:01:56
Getting Started [File Download]
Урок 336.
00:02:33
Package Imports
Урок 337.
00:01:37
Reviewing Our Files
Урок 338.
00:05:26
Generating the Forecasting Workflow
Урок 339.
00:01:39
Generating the Forecast Visualization
Урок 340.
00:01:27
Overview of the Database I/O Process
Урок 341.
00:05:44
Preparing the Forecast for Update
Урок 342.
00:06:11
Validating the Column Names
Урок 343.
00:01:15
Testing the Prep Forecast for Database Function
Урок 344.
00:05:28
Setting Up the Write Forecast to Database Function
Урок 345.
00:01:19
Modularizing the Data Preparation Step
Урок 346.
00:06:47
Specifying SQL Data Types
Урок 347.
00:06:50
Write to Database
Урок 348.
00:00:55
Close Connection
Урок 349.
00:04:29
Testing Our Function
Урок 350.
00:06:00
Creating our Read Forecast Function
Урок 351.
00:04:19
Adding Functions to Database Module
Урок 352.
00:03:07
Docstrings
Урок 353.
00:02:44
Automation Workflow with Database I/O
Урок 354.
00:04:43
Forecasting 1: Total Revenue
Урок 355.
00:04:30
Fix #1: Reorder Columns in Prep Data Function
Урок 356.
00:01:25
Plotting Total Revenue Forecast
Урок 357.
00:05:33
Forecasting 2: Revenue by Category 1
Урок 358.
00:04:37
Forecasting 3: Revenue by Category 2
Урок 359.
00:05:34
Forecasting 4: Forecast Quarterly Revenue by Customer
Урок 360.
00:01:33
Fix #2: Prep Data | Add timestamp conversion
Урок 361.
00:03:20
Rerun Our Workflow: Success!
Урок 362.
00:03:15
Writing to the Database
Урок 363.
00:01:46
Pro-Tip: Saving Intermediate Data
Урок 364.
00:07:00
Utility Function: Convert to Datetime
Урок 365.
00:03:46
Rerun the Forecast Workflow
Урок 366.
00:02:02
Read Forecast from Database
Урок 367.
00:03:42
Recap: Debugging is a Skill
Урок 368.
00:01:16
Jupyter Automated Reporting
Урок 369.
00:02:54
Getting Started [File Download]
Урок 370.
00:05:49
The Updated Database Script: Automatically Run Forecasts
Урок 371.
00:03:28
python update_database.py
Урок 372.
00:01:23
SQLite Explorer
Урок 373.
00:06:14
Setting Up the Working Directory
Урок 374.
00:06:12
Importing Data and Parameterizing a Header with Markdown
Урок 375.
00:03:56
Parameterizing a Paragraph with Markdown
Урок 376.
00:05:35
Performance Summary: Pivot Table, Part 1
Урок 377.
00:02:14
Performance Summary: Pivot Table, Part 2
Урок 378.
00:02:04
Plotting the Forecast: plot_forecast()
Урок 379.
00:01:16
Papermill Setup
Урок 380.
00:02:12
Package Imports
Урок 381.
00:03:19
Papermill Documentation
Урок 382.
00:02:11
Developing Parameters: Game Plan
Урок 383.
00:03:21
Making ID Sets, Part 1
Урок 384.
00:04:32
Making ID Sets, Part 2
Урок 385.
00:03:02
Part 1: Intro to Pathlib and OS
Урок 386.
00:04:42
Part 2: Detecting Directories Exist & Making New Directories
Урок 387.
00:02:57
Jupyter Template Setup
Урок 388.
00:03:49
Parameterizing the Jupyter Template
Урок 389.
00:03:47
Finishing the Juyter Template Parameterization
Урок 390.
00:04:06
The pm.exectute_notebook() function
Урок 391.
00:06:02
Setting Up Key Parameters
Урок 392.
00:06:09
Iterating without a For-Loop
Урок 393.
00:06:01
Iterating with a For-Loop
Урок 394.
00:01:08
Getting Started
Урок 395.
00:03:33
Setting Up the Report Parameters
Урок 396.
00:01:29
Creating a Resource Path
Урок 397.
00:06:32
String Transformation: Make File Names from Report Titles
Урок 398.
00:02:46
Setting Up run_reports()
Урок 399.
00:04:49
Make the Report Directory
Урок 400.
00:06:23
Setting Up the For-Loop Parameters
Урок 401.
00:04:02
Setting Up Jupyter Notebook Execution (Inside of For-Loop)
Урок 402.
00:06:04
Package Resources: Setting Up the Template Path
Урок 403.
00:04:35
Integrating the Run Reports Function into Our Package
Урок 404.
00:03:32
Getting Started [File Download]
Урок 405.
00:01:50
NB Convert Documentation & Installation Requirements
Урок 406.
00:01:06
Step 1: Pandoc Installation
Урок 407.
00:01:06
Step 2: Tex Installation (MikTex Windows Shown | Mac Use MacTex)
Урок 408.
00:01:34
HTML Report Conversion
Урок 409.
00:01:04
PDF Report Conversion
Урок 410.
00:04:22
Setup & Imports
Урок 411.
00:04:23
Making the Config()
Урок 412.
00:03:21
Locating Files with Glob
Урок 413.
00:06:39
Exporting an HTML Report Programmatically
Урок 414.
00:05:51
HTML Automation: Using a For-Loop to Convert All 4 Reports
Урок 415.
00:06:00
PDF Automation: Using a For-Loop to Convert All 4 Reports
Урок 416.
00:02:42
Getting Set Up
Урок 417.
00:02:47
Integrating glob: Pulling the Jupyter Notebook File Paths
Урок 418.
00:04:12
Integrate "Convert to HTML" Report Automation
Урок 419.
00:02:32
Test "Convert to HTML" Report Automation
Урок 420.
00:01:47
Integrate "Convert to PDF" Report Automation
Урок 421.
00:03:40
Test "Convert to PDF" Report Automation
Урок 422.
00:06:32
My Pandas Extensions: Upgrade reporting.py with HTML & PDF Reports, Part 1
Урок 423.
00:04:01
My Pandas Extensions: Upgrade reporting.py with HTML & PDF Reports, Part 2
Урок 424.
00:05:08
Run Forecast Reports Py: Part 1 - The main() function
Урок 425.
00:06:02
Run Forecast Reports Py: Part 2 - Adding Timestamps to Folders
Урок 426.
00:02:57
Run Forecast Reports Py: Part 3 - Running Reports
Урок 427.
00:03:14
Run Forecast Reports Py: Part 4 - Adjusting Folder Automation
Урок 428.
00:00:28
Scheduling Python Scripts Bonus!!!
Урок 429.
00:02:26
Making the Batch File (.bat) to run our Python Script
Урок 430.
00:02:14
Setting up Automated Tasks with Windows Task Scheduler
Урок 431.
00:00:40
Debugging Windows Task Scheduler Tasks with Pause
Урок 432.
00:01:53
Fixing the SQL Alchemy Connection
Урок 433.
00:00:24
Removing the Automation: Disable & Delete
Урок 434.
00:02:31
Python Script Setup | SQL Database Absolute Path
Урок 435.
00:03:23
The Mac Automator
Урок 436.
00:02:01
Scheduling the Automator App with Calendar
Урок 437.
00:01:11
Congratulations!!!
Урок 438.
01:33:11
Forecasting 100 Time Series in Python with Sktime
Автор - Business Science University
Business Science University
Учитесь на виртуальных семинарах, которые проведут вас через весь процесс «Науки о данных для бизнеса»: решение проблем с наукой о данных, использование машинного обучения для создания интерактивных приложений и распространение решений внутри организации.
А, еще в секции 4.2.2 "Periods & Time-Based Groupings (Resampling)" по крайней мере у меня отсутствовал файл "Periods (In-Depth)"
CourseHunter Team
Anonymous
здравствуйте, проверили. В этой секции нет никаких дополнительных файлов, кроме DS4B_101P_Course_checkpoint_04.zip
Anonymous
CourseHunter Team
Жаль скрины нельзя прикреплять, но если посмотреть на список уроков на
https://university.business-science.io/p/python-for-data-science-automation-ds4b-101p
Секция "4.2.2 Periods & Time-Based Groupings (Resampling)" , то там список видео такой
====
Periods (In-Depth) (7:57)
Resampling (In-Depth): ♻️ bike_sales_m_df (6:23)
Grouped Resampling (In-Depth): ♻️ bike_sales_cat2_m_wide_df (6:37)
...
===
У вас идет так:
===
Creating Date Sequences - pd.date_range() (здесь закончилась предыдущая секция)
Resampling (In-Depth) - bike_sales_m_df
Grouped Resampling (In-Depth) - bike_sales_cat2_m_wide_df
===
Видео "Periods (In-Depth) (7:57)" отсутствует.
Anonymous
Обновите, пожалуйста, много контента добавилось.
bonbon2112
Please update new lectures from module 8.3 to 10.4
Команда внимательно читает ваши комментарии и оперативно на них реагирует. Вы можете спокойно оставлять запросы на обновления или задавать любые вопросы о курсе здесь.
Создайте прогнозирующее веб-приложение с помощью Shiny, Flexdashboard и XGBoost. Создавайте веб-приложения с помощью машинного обучения. Веб-приложение, которое вы научитесь создавать, использует науку о данных для прогнозирования цен на новые продукты!
Python Мастер-класс по Анализу и Визуализации Данных 2022
Python Data Analysis & Visualization Masterclass
Добро пожаловать на (как мне кажется) лучший веб-курс по Pandas, Matplotlib, Seaborn! Этот курс повысит ваши навыки работы с данными, чтобы помочь вам в карьерном росте в области науки о данных, машинного обучения, финансов, веб-разработки или любой другой области, смежной с технологиями.
https://university.business-science.io/p/python-for-data-science-automation-ds4b-101p
Секция "4.2.2 Periods & Time-Based Groupings (Resampling)" , то там список видео такой
====
Periods (In-Depth) (7:57)
Resampling (In-Depth): ♻️ bike_sales_m_df (6:23)
Grouped Resampling (In-Depth): ♻️ bike_sales_cat2_m_wide_df (6:37)
...
===
У вас идет так:
===
Creating Date Sequences - pd.date_range() (здесь закончилась предыдущая секция)
Resampling (In-Depth) - bike_sales_m_df
Grouped Resampling (In-Depth) - bike_sales_cat2_m_wide_df
===
Видео "Periods (In-Depth) (7:57)" отсутствует.