A Beginner’s Guide to the Confusion Matrix by Bushra Waheed
February 18, 2025 Understand the confusion matrix, a key tool for evaluating machine learning classification models. This guide provides a clear and concise explanation for beginners.
Process CSV Files in Python Like a Pro: 3 Proven Techniques by Bushra Waheed
January 4, 2025 Python offers several powerful ways to work with CSV (Comma-Separated Values) files, making data handling efficient and streamlined. In this blogpost, I’ll share 3 simple yet proven techniques to process CSV files in Python: First things first, let’s define our target: the CSV file What is a CSV File? A CSV (Comma-Separated Values) file is
WiDS Conference Watch Party: A Great Way to Learn, Network, and Be Inspired by Bushra Waheed
September 10, 2023 Hello, Fellow Data Enthusiasts!! As a WiDS Ambassador, I am excited to share my thoughts and excitement about the upcoming WiDS International Conference, which is scheduled for September 14, 2023. It’s that time of year again when we come together to celebrate and empower women in the field of data science. This year, I am
How Deep Learning is Changing the Way We Find Things We Love by Bushra Waheed
August 14, 2023 How Deep Learning is Changing the Way We Find Things We Love A gentle introduction to modern movie recommenders Deep learning is revolutionizing the way we interact with the world around us. It is being used to power everything from self-driving cars to facial recognition system. And now, it is also changing the way we
PyCharm vs. VSCode: My Python IDE Recommendations for Newbies by Bushra Waheed
March 20, 2023 Okay, Pythonistas, let's talk IDEs. It's a question I get asked a lot: PyCharm or VSCode? Which one reigns supreme for Python development? Honestly, there's no single "best" answer. It really depend to your individual needs and preferences. Think of it like choosing between a trusty Swiss Army knife and a specialized chef's knife – both are great tools, but they excel in different situations. So, let's break down the key differences between PyCharm and VSCode to help you make the right choice for you.