Projects

2024

Back to top ↑

2022

ArgoCD RBAC

3 minute read

Howto guide for setting up ArgoCD RBAC

Boostrapping RKE2

9 minute read

Howto guide for ensuring RKE2 is bootstrapped with ArgoCD, Prometheus, and Cert-Manager

Back to top ↑

2021

Back to top ↑

2019

Build and Evaluate SARIMA Model

1 minute read

``` python from math import sqrt from multiprocessing import cpu_count from warnings import catch_warnings from warnings import filterwarnings from statsmode...

Time Series Analysis: Tesla Stock

3 minute read

While American automakers went bankrupt, Tesla became just the first successful automobile start-up in the United States in over 110 years. Here I take a dee...

Boston Marathon Clustering

less than 1 minute read

Can we cluster runners of the 2014 Boston Marathon based on how they finished? Here I use the mean shift, spectral and affinity propogation clustering techni...

Back to top ↑

2018

Advanced Regression: LR, Ridge & LASSO

less than 1 minute read

Ordinary regressions is usually sufficient, but here we implement Ridge and LASSO regression to introduce the concept of regularization

Crime Utilities Script

3 minute read

This script contains a variety of functions for reading (crime) data, cleaning it, transforming certain features (log, cube root and binarize), as well as ap...

Bank Marketing

17 minute read

Exploratory data analysis for Portuguese bank marketing campaign.

Back to top ↑