Writings
Below you can find my writings on machine learning, data science, and technology. Enjoy! The Data Science Split:
From Unicorns to Teams
When data science started the job covered everything from setting up databases to running experiments to making models. But finding Unicorns was impossible; something had to give.
From Unicorns to Teams
When data science started the job covered everything from setting up databases to running experiments to making models. But finding Unicorns was impossible; something had to give.
Where to Host Public Datasets?
When I released the SWITRS dataset, I had to find a place to host a 5 Gig dataset. Here is what I learned.
When I released the SWITRS dataset, I had to find a place to host a 5 Gig dataset. Here is what I learned.
Jupyter Notebook Templates for Data Science: Plotting Time Series
Jumpstart your time series visualizations with this Jupyter plotting notebook!
Jumpstart your time series visualizations with this Jupyter plotting notebook!
Making Custom Markdown for Github Pages
I love Markdown, I take all my notes in it and write my blog in it. But sometimes you want to create new syntax; read on to find out how!
I love Markdown, I take all my notes in it and write my blog in it. But sometimes you want to create new syntax; read on to find out how!
Data Science Interview Practice: Machine Learning Case Study
A common interview type for data scientists and machine learning engineers is the ML case study. Read on for an example of how I solve them!
A common interview type for data scientists and machine learning engineers is the ML case study. Read on for an example of how I solve them!
Data Science Interview Practice: Data Manipulation
I often get asked how to practice data science interviews, so here is a practice dataset with a set of questions to answer. Good luck!
I often get asked how to practice data science interviews, so here is a practice dataset with a set of questions to answer. Good luck!
Introducing the SWITRS SQLite Hosted Dataset
California traffic collision data has been hard to get, that's why I am now curating and hosting it! Come take a look!
California traffic collision data has been hard to get, that's why I am now curating and hosting it! Come take a look!
Plotting the 2020 Tour de France
The Tour de France is a race decided by mere minutes; to see exactly how those minutes were earned, read on for my plots!
The Tour de France is a race decided by mere minutes; to see exactly how those minutes were earned, read on for my plots!
Data Science Interviews During the 2020 Pandemic
In the middle of the COVID-19 pandemic, I found myself looking for a data science job for the third time in my life. This post covers what I learned.
In the middle of the COVID-19 pandemic, I found myself looking for a data science job for the third time in my life. This post covers what I learned.
Python Patterns: Map and Filter
For loops are great, but I am a big fan of replacing them with simple functions. Python provides a couple of building blocks.
For loops are great, but I am a big fan of replacing them with simple functions. Python provides a couple of building blocks.