While Model Trains

Read data blog posts.
Carefully handpicked.
Presented 3 at a time.

Prediction intervals for Random Forests

Ando Saabas

Prediction intervals are commonly used for linear models but are often underused for random forests. Leveraging the fact that a random forest can provide a conditional distribution instead of just the conditional mean makes prediction intervals relatively straightforward to use in this context.

Read it!

Optimizing Slow SQL Queries

Miguel Grinberg

How to fix the most common database performance problems, which are caused by improper indexing, along with examples for Postgres, MySQL, and SQLite.

Read it!

How to Visualize Filters and Feature Maps in Convolutional Neural Networks

Jason Brownlee

A tutorial on how to gain insights into a CNN by visualizing filters and feature maps.

Read it!