Playing with Pipelines and Grid SearchIn my last blog I wrote about how to create a simple logistic regression model. Since then, I’ve learned a few nifty tricks to streamline…Jun 30, 2021Jun 30, 2021
Published inNerd For TechPlaying with Logistic RegressionLogistic regression is a key tool used in machine learning. It is used to predict the probability of binary events, such as who who will…Jun 14, 20211Jun 14, 20211
Using NumPy Vectorization For LoopingAs a baby data science student, I’ve had to write a lot of for loops. The problem is, I hate writing for loops. I hate the syntax, I hate…Jun 3, 2021Jun 3, 2021