From Bar Charts to Battle Teams: A Data Journey Through the Pokédex

Source: https://x.com/Pokemon/status/1106326121228857344/photo/1 This project started with a simple question:"Is there a relationship between a Pokémon’s type and its base stats?" That’s how most data projects begin: with curiosity and a CSV. I loaded the full Pokédex dataset expecting to run some basic distributions: maybe compare average Attack across types, or see if Dragon-types really are... Continue Reading →

Data Trasformation

When working with machine learning models, raw data often isn't enough. Features in your dataset may need transformation to make them understandable for algorithms, especially when dealing with categorical data. That’s where encoding techniques like One-Hot Encoding and Ordinal Encoding come into play. What Are One-Hot Encoding and Ordinal Encoding? One-Hot Encoding One-hot encoding is... Continue Reading →

Getting Started in Data Science: A Beginner’s Guide to Essential Libraries

Embarking on the journey of Data Science can be both exciting and overwhelming. There’s so much to learn—statistics, machine learning algorithms, data manipulation, and more. However, a few essential Python libraries can simplify the process and get you up to speed. In this post, I’ll briefly walk you through two fundamental libraries—pandas, NumPy, Scikit-learn, and... Continue Reading →

Website Built with WordPress.com.

Up ↑