Resources

On this page are resources that I find helpful. They're mostly here so that I can get to them easily from anywhere but I hope that other people will find them helpful too.

Data Science

Data Science Project Checklist

I compiled a print-friendly, interactable version of DataCamp's Data Science Project Checklist (see below) to make it easier to use in practice.

Data Science Checklist

Data science checklist developed by Dr. RJ Nowling, Milwaukee School of Engineering.

Machine Learning Checklist

Machine learning checklist developed by Dr. RJ Nowling, Milwaukee School of Engineering.

Choosing the right estimator

Chart to choosing the right model produced by scikit-learn.

What statistical test should I do?

A flow chart for choosing the most appropriate statistical test(s) made by Antoine Soetewey of statsandr.com.

Data Science Glossary

A glossary of data science terms from the book "Data Science for Business" by Provost and Fawcett .

Business Proposal Review Guide

A business proposal review guide from the book "Data Science for Business" by Provost and Fawcett .

Data Science Project Checklist

An extensive checklist produced by DataCamp that can, and should, be applied to any data science project.

Useful Data Science Plots

Personal collection of data science plots that I have found useful.

Choosing a Visualization

data-to-viz.com guide to choosing a visualization.

Avoiding Data Leakage

How to Avoid Data Leakage When Performing Data Preparation from machinelearningmastery.com.

Software Engineering

ReST API Checklist

ReSTful service checklist developed by Dr. RJ Nowling, Milwaukee School of Engineering.

Notes on Good Research Code Handbook

A reference guide to writing maintainable code and an infrastructure to match.