I'm a data enthusiast passionate about transforming raw data into compelling stories through advanced analytics and visualization techniques. I specialize in exploring intricate datasets and applying machine learning to uncover hidden insights.
One of my favorite projects explores the captivating world of Pokemon, analyzing their attributes, strengths, and abilities using the Pokedex Notebook. This project is a dream come true for Pokemon enthusiasts and data scientists alike!
Let’s connect, collaborate, and explore data together! 😊
- Programming Languages: Python, SQL
- Libraries/Tools: NumPy, pandas, seaborn, matplotlib, scikit-learn
- Expertise: Data Visualization, Predictive Modeling, Exploratory Data Analysis (EDA)
- Interests: Data Science, Storytelling with Data, Gaming Analytics
- Fun Fact: Whether it's analyzing Pokemon stats or catching them in the wild, I bring my A-game to every data project!
The Pokedex Notebook is a comprehensive tool for any Pokemon enthusiast or aspiring trainer! With this notebook, you can:
- Dive deep into Pokemon data.
- Analyze their attributes, strengths, and weaknesses.
- Explore their physical characteristics, moves, and abilities.
Whether you're a seasoned trainer or just starting your Pokemon journey, this project serves as the ultimate resource to understand your favorite Pokemon better and level up your skills.
- Languages: Python
- Libraries: NumPy, pandas, seaborn, matplotlib, scikit-learn
- Tools: Jupyter Notebook
- Pokemon Analysis:
- Compare multiple Pokemon attributes side by side.
- Visualize strengths, weaknesses, and battle performance.
- Exploratory Data Analysis (EDA):
- Understand trends in Pokemon stats like Attack, Defense, and Speed.
- Explore type effectiveness and move sets.
- Predictive Modeling:
- Use Naive Bayes to predict Pokemon outcomes in battles.
- Train and evaluate models with real Pokemon datasets.
- User-Friendly Visualizations:
- Generate intuitive graphs and heatmaps for better insights.
The dataset includes detailed information on hundreds of Pokemon, such as:
- Attributes: Attack, Defense, HP, Speed, and Special Stats.
- Types: Primary and Secondary Type classifications.
- Abilities: Unique characteristics that influence gameplay.
Dataset Source: Kaggle: Pokemon Dataset
- Clone the repository:
git clone https://github.com/SumanthUdupi/Pokedex.git
- Install dependencies:
pip install -r requirements.txt
- Open
pokedex-notebook.ipynbin Jupyter Notebook. - Explore Pokemon stats, visualize data, and train predictive models.
- Rounak Banik for curating the Pokemon dataset.
- Kaggle for providing a platform to share and analyze data.