Search results for "Machine Learning"

How to Check if Time Series Data is Stationary with Python

How to Check if Time Series Data is Stationary with Python

Time series is different from more traditional classification and regression predictive modeling problems. The temporal structure adds an order to the observations. This imposed order means that important assumptions about the consistency of those observations needs to be handled specifically. For example, when modeling, there are assumptions that the summary statistics of observations are consistent. […]

Continue Reading
Moving Average Smoothing for Data Preparation, Feature Engineering, and Time Series Forecasting with Python

Moving Average Smoothing for Data Preparation and Time Series Forecasting in Python

Moving average smoothing is a naive and effective technique in time series forecasting. It can be used for data preparation, feature engineering, and even directly for making predictions. In this tutorial, you will discover how to use moving average smoothing for time series forecasting with Python. After completing this tutorial, you will know: How moving […]

Continue Reading
How to Normalize and Standardize Time Series Data in Python

How to Normalize and Standardize Time Series Data in Python

Some machine learning algorithms will achieve better performance if your time series data has a consistent scale or distribution. Two techniques that you can use to consistently rescale your time series data are normalization and standardization. In this tutorial, you will discover how you can apply normalization and standardization rescaling to your time series data […]

Continue Reading
How to Go From Working in a Bank to Senior Data Scientist at Target

How to Go From Working in a Bank To Hired as Senior Data Scientist at Target

How Santhosh Sharma Went From Working in the Loans Department of a Bank to Getting Hired as a Senior Data Scientist at Target. Santhosh Sharma recently reached out to me to share his inspirational story and I want to share it with you. His story shows how with enthusiasm for machine learning, taking the initiative, sharing your results and […]

Continue Reading
What is Time Series Forecasting?

What Is Time Series Forecasting?

Time series forecasting is an important area of machine learning that is often neglected. It is important because there are so many prediction problems that involve a time component. These problems are neglected because it is this time component that makes time series problems more difficult to handle. In this post, you will discover time […]

Continue Reading
Slade Murphy

Slade Murphy

An excellent resource that puts together in one location everything needed to excel at Machine Learning.  From initial configuration of Tensor Flow, Keras and Amazon Web Services to detailed and diverse examples that can serve as templates for many Machine Learning problems.

Continue Reading