An exploration of generating venture capital firm names using Markov chains — Venture capitalists are not very creative with naming, so I decided to try using a Markov chain to generate some names. (I’m a helper.) First, I tried the fairly vanilla Markov chain described in Towards Data Science. Basically, I take my data set of investor names and turn it into…