The Effie Labs Blog

Also writing at Machine Learning Pills

ML Library Problems

Problems (fun or hard) in data science and machine learning—implementing things from scratch (preprocessing, gradient descent), theoretical questions, and subtle but important differences in library functions. For example, the difference between pd.merge() and pd.join() isn't just syntax. These are things I've learned the hard way, often after debugging longer than I'd like to admit.