The Right Amount of Wrong: Calibrating Predictive Models

graph showing predicted versus actual win percentage

The Right Amount of Wrong: Calibrating Predictive Models How do we evaluate a predictive model? The most intuitive answer is accuracy—a simple measure of what percent of the time your model’s prediction is correct. Accuracy is a widely used evaluation metric, largely because it’s so easy to understand. However, a Continue reading The Right Amount of Wrong: Calibrating Predictive Models

Creative Coding – What are the Monsters in the Dark?

Sketch a monster. Now, sketch it using only Python. How simple is it to remove the colored pencils and only use code? For me, it was surprisingly challenging.   My goal was to explore creative coding as a way to practice my Python skills while engaging with my more imaginative side. Continue reading Creative Coding – What are the Monsters in the Dark?

Bridging the Gap: How Learning a Foreign Language Can Enhance Your Programming Skills

computer code

Like many students at the Institute, I completed the PCEP (Entry Level Python Programmer) certification, which solidified my grasp of Python programming fundamentals. However, my programming journey is far from over. While strengthening my coding skills, I have noticed many similarities between learning a programming language and a foreign language. Continue reading Bridging the Gap: How Learning a Foreign Language Can Enhance Your Programming Skills

Reframing Learning Programming

cartoon people. First person says Do you have any practice coding? Second person responds: No, but I'm skilled at looking over someone's shoulder and reminding them that they forgot a semicolon.

In a 2022 survey of 1,000 United States students conducted by KX, 58% consider coding vital to future success. The desire to learn coding has exploded in popularity over the years, but learning a new programming language can feel daunting. You could be a student applying to the IAA, nervous Continue reading Reframing Learning Programming