Investigating the relationship between effect size, p-values and power by running a simulaiton.
Continue readingA student lab on finding the shortest path between two nodes in a network.
Continue readingAn introduction to working with paths in NetworkX.
Continue readingA primer on convolutional neural networks for image recognition using Keras.
Continue readingA workshop presentation on scraping, topic modelling and creating word cloud visuals.
Continue readingA good practice set on writing recursive functions in python.
Continue readingAn introduction to APIs and the Python requests package. This is a fun little introduction that goes from introducing HTTP response codes all the way to building an interactive map of yelp restaurants.
Continue readingTechniques for matching datasets where keys are mismatched. This article examines Levenshtein distance and how you can use it to perform fuzzy joins.
Continue reading