Using Slack Effectively

It can sometimes be challenging to collaborate with team members especially in a setting where everyone is remote. I wanted to improve this for our team, and since Slack was one of the most widely used means of communication and collaboration, I wanted to look into how other teams were using Slack effectively. These are some things I found, along with some personal thoughts, that I think are important to keep in mind:

Read More

Testing in data science

Testing code in data science isn’t always as straightforward as with software development. In this post we’ll outline some tools, techniques, and tips to avoid being woken up in the middle of the night from a pager.

Read More

Short survey for time series modeling

Given an observed time series $\mathbf{x} = x_1, x_2,…,x_n$ the goal is to study past observations in order to capture the structure of the series in a mathematical model. The model is then used to generate future values for the series in order to make predictions.

Read More