Python

Python

Predicting Board Game Ratings with Python

Sliced is a competitive data science game show - participants are given 2 hours to explore and predict data they've just seen! In this article, I walk through my approach building a prediction for the Week 1 data.

Read
Python

How To Forecast in Python Using Arima

ARIMA models are a widely used method of time series forecasts. This article will walk through how to use ARIMA to forecast a dataset after seasonal decomposition.

Read
Python

How To Find Seasonality Using Python

Parsing seasonality from time series data can often be useful in data analytics. It helps with analyzing seasonality for decision making as well as for more accurate forecasts. Python can be used to separate out these trend and seasonal components.

Read
Python

Machine Learning with Python APIs and Power BI

Machine Learning can be used to make predictions and cluster like data. How can we integrate some basic Machine Learning capabilities with Power BI and have a backend that handles the logic and dependencies? This article provides a basic how-to, showing one way to deploy a Python Machine Learning API and connect via Power BI. One key benefit from a Power BI standpoint - this eliminates the need to be tied to a personal data gateway or worry about Python/Power BI compatibility issues!

Read