This repository contains toy implementations of a data science project using Cookie Cutter Data Science type templates.
Checkout out different branches for different examples.
skeleton
: skeleton code for a simple exampletitanic
: Titanic ML classifier, with how to deal with API tokens.EDA
: a generic EDA that creates autogenerated reports via notebooks.nn_regression
: Training neural network regressor, with local dataset and anaconda requirements setup.think_stats
: Statistical analysis with notebook usage