Journal
Posts and long-form series on AI, startups, venture capital, and more.
All Posts
Create organization-wide punchcards with git-pandas
Learn how git-pandas enables creating organization-wide punchcard visualizations, aggregating commit activity across multiple repositories for a unified view.
How to Write Comprehensions and Alienate People
A tongue-in-cheek guide to writing Python comprehensions that will make your colleagues question their life choices and your sanity.
Gitpandas v0.0.6: python 2.7, fileowners, file-wise blame and examples
Overview of git-pandas v0.0.6 release, highlighting new features like Python 2.7 support, file-wise blame, file owner determination, and other improvements.
Market-Product fit vs Product-Market fit
An exploration of the differences between market-product fit and product-market fit, and how to determine which path is right for your startup.
Git-Pandas v0.0.5: coverage.py, risk, and more
Git-pandas v0.0.5 is out! Adds coverage.py support, file change rate metrics for risk analysis, API updates, time-based filtering for commits.
Common Data Pitfalls for Recurring Machine Learning Systems
Explore common data pitfalls in recurring machine learning systems, including new categories, data format changes, sending issues, deduplication, and updates.
Visualize all of your git repositories with gitnoc and git-pandas
Visualize git repositories at scale using GitNOC & git-pandas. Create profiles to analyze cumulative blame & file change rates across multiple projects.
CyberLaunch: An Accelerator for Machine Learning Companies
Explore CyberLaunch, Atlanta's accelerator for machine learning and info security startups, its program details, and its impact on the local startup ecosystem.
Data Science Things Roundup #4
Data Science Things Roundup #4: Featuring Scikit-learn groups for feature sets, Markov Modulated Poisson Processes for event detection, and DBoost for boosting.
Beyond One-Hot: An Exploration of Categorical Variables
A deep dive into different methods for encoding categorical variables in machine learning, exploring their benefits and trade-offs