After stumbling upon the ability to call Open AI’s GPT3 through an API in R, I had a multitude of ideas for useful outputs. After considering the effort each of these ideas would require and the potential to go awry in a harmful way, I settled on starting with a blog for gift ideas at …
May 2022

Interpretable Machine Learning
Below are links to some of my projects using interpretable machine learning for my various interests. Predicting MLB Pitcher Strikeouts and Interpreting Predictions Video – link goes to my youtube channel

Forecasting Projects
Below are links to some of my forecasting projects, most with code included. Exploratory Data Analysis of Time Series Building Basic Forecasting Models Forecasting Skiing Speed Video – link goes to my youtube channel Forecasting Brewing Supplies Video with my forecasting app – link goes to my youtube channel

Forecasting: Building A Base Model
James Young Packages Used Purpose In the last article we completed an EDA of the sales data and determined it was most likely in units sold rather than dollars and that the data had a hierarchical and grouped nature. Here we will forecast at the dept_id crossed with state_id level. That will allow us to …