unsplash-image-EaB4Ml7C7fE.jpg

GitHub Projects

Some example projects I’ve worked on.

Stock Price Prediction

Machine Learning

Link: https://github.com/christian-nickerson/stock_price_prediction

Description: The project shows the performance of different machine learning algorithms when trying to predict price data for different stocks.

What it shows: The project shows different predictive approaches to a common business problem (forecasting), writing machine learning code outside of a notebook and in a more traditional engineering / production approach.


S3Utils

Data Engineering

Link: https://github.com/christian-nickerson/s3utils

Description: A python package for streamlining the reading, writing and working with data in object stores (e.g. AWS S3, MinIO, etc.) via the S3 API.

What it shows: The project shows the use of the OOP, engineering design-patterns, testing and automated CI jobs.


Tower Defender AI

Machine Learning

Coming soon…