Browsed by
Category: Machine Learning

Forecasting Gas Prices Using R

Forecasting Gas Prices Using R

Introduction Gas prices impact our daily lives significantly. Whether it’s driving to work, transporting goods, or planning a road trip, the cost of gas can affect our decisions and budgets. With this in mind, I set out to create a simple, yet thorough model that could predict future gas prices. In this blog post, we’ll take you through the project, explaining the process in simple terms and sharing our findings. The primary engine behind this project is Fable, an easy-to-use…

Read More Read More

The apriori algorithm, an example of machine learning in python.

The apriori algorithm, an example of machine learning in python.

Machine learning isn’t a mythical beast that only appears every 6 years when you park a 2014 Toyota Prius next to a dumpster in Buford Wyoming. It is just a form of statistics that has gathered a lot of hype. It is about finding patterns in massive data sets, find a pattern and then apply that to something. There are a lot of different ways to find patterns and they are not necessarily complicated. Today I’m going to provide a…

Read More Read More