I'm a data scientist at Shopify, working on some of the most interesting problems in the e-commerce space. I'm passionate about applying machine learning techniques to new disciplines and taking a data-driven approach to decision-making.

A Brief Introduction to Recommender Systems

8 minute read

recommender system collaborative filtering content-based filtering

Covers implicit and explicit feedback, collaborative and content-based filtering, and techniques to evaluate recommender systems.

Stable Matching Problem

6 minute read

combinatorial theory algorithm python

Walks through the implementation of Gale-Shapely’s algorithm in Python.

Feature Selection with PyPunisher

1 minute read

feature selection information criterion python

Describes a Python package that performs stepwise forward and backward feature selection.