In this video I begin teaching you how to predict the future. This process is called Time Series Forecasting. I’ll specifically take Covid-19 data and use it to predict the number of deaths in the future.
All the Files Used are Here for Free. More videos are coming every day.
Install for...
Posted by
Derek Banas on Oct 29, 2020 in
Web Design |
0 comments
If you want to analyze Covid 19 data on your own from reliable sources using the same software used by professional data scientists you found the right video. This is the most detailed tutorial on how to use web scraping to gather data. I then show how to search for and manipulate CSV files to organize your...
Posted by
Derek Banas on Oct 21, 2020 in
Web Design |
0 comments
In this video we start learning how to predict the future with the Holts-Winter Method! I work up slowly so you completely understand it. I cover moving averages, weighted moving averages, single exponential smoothing, double exponential smoothing, triple exponential smoothing and how all of the formulas...
Posted by
Derek Banas on Oct 19, 2020 in
Web Design |
0 comments
I cover a great deal about Time Series Analysis with StatsModels in this video and I also answer a bunch of common questions. I focus on Trends, Error Trend Seasonality Decomposition and Exponential Weighted Moving Averages. I also cover pulling data based on date ranges, rolling mean, smoothing results,...
Posted by
Derek Banas on Oct 16, 2020 in
Web Design |
0 comments
In this video I’ll cover Time Series Visualizations available using Matplotlib, Seaborn and Plotly. I’ll cover numerous ways to style charts. The files are available on GitHub.
Next I’ll cover Time Series Analysis with StatsModels. Soon I’ll cover more with StatsModels, SciPy,...
In this video I’ll show you the basics of Tim Series Analysis. I’ll cover all the libraries you need, Pandas Datetime Object, Resampling, File I/O, Plotting, Creating Moving Averages, Shifting Time Data and more.
Soon I’ll cover more with StatsModels, SciPy, Scikit-learn, TensorFlow,...
Posted by
Derek Banas on Oct 15, 2020 in
Web Design |
0 comments
In this video I’ll show how to create Linear Regressions with StatsModels. We’ll explore the awesome datasets provided by StatsModels. I’ll also be showing how to work through 2 examples using a combination of NumPy, Pandas, Matplotlib, StatsModels and Seaborn.
We’ll explore whether a...