Udacity Data Analyst Nanodegree projects
Investigating a DataSet Project
- In this project I demonstrate the flow of the data analysis process from questioning, exploring,
analyzing, and communicating data findings.
View Project
Data Wrangling project
- In this project I showed strong data-wrangling skills which involved, gathering, assessing, and cleaning data.
I showed how to explicitly wrangle data programmatically making it fit for deeper analysis.
View Project
Data Visualization Project
- I applied sound design and data visualization principles to data analysis. I choose a dataset and perform exploratory data analysis on it using Python, then create presentation plots that convey my findings
Outcomes – Gained practical skills in Data analyst/ Data scientist environment setup, Data Wrangling, data cleaning, data visualization, and communication.
Tools used: Jupyter Notebook, Python, Pandas, NumPy, matplotlib, seaborn, Git & Git hub
View Project
Sentiment Analysis Projects
Sentiment Analysis on Presidential Candidates for the 2023 Nigeria Presidential Elections
This project performs a sentiment analysis on the disposition of the public on social media(Twitter) on the three major presidential candidates in the 2023
presidential elections in Nigeria and identifies the candidate with the most positive tweets.
View Project
Visualization Project for Power BI
This project performs sentiment analysis on random tweets by Nigerians at a moment in time(December 2022) to be specific. The data was scraped from Twitter, cleaned, and analyzed using Python, and visualized using PowerBi
I used the city parameter of Twint to get tweets for all the cities in Nigeria by iterating over a list of cities. The `City` parameter works with a town at a time.
Outcome: I gained a thorough understanding of web scraping using Python libraries
and open-source libraries built in Python like (Twint) for scraping information from Twitter.
I also gained a deep understanding of using the natural language tool kit(nltk) in Python
Tools used:Python, twint, Pandas, NumPy, matplotlib, seaborn, powerBI, Git & Git hub
View Project
Machine Learning Project
Predicting loan Eligibility
A machine learning project that uses supervised machine learning classification algorithms to classify customers who are eligible to collect loans from a financial company.
This project predicts whether a customer is eligible for a loan or not, you can get similar results by following my notebook. Play around with the model's hyperparameter to get better accuracy.
View Project
Citrone Performance Project
This project trains a machine learning model to predict whether a student qualifies from the beginner class to the intermediate class or not from the Stutern learning management platform (Citrone). The model makes this prediction base on the student data provided to it. The model was thereafter deployed locally using streamlit to evaluate its performance.
- Outcome: A strong grasp of how the Supervised Machine learning model can be applied in real-world scenarios.
The basis of model deployment
Tools used: Python, Pandas, NumPy, matplotlib, seaborn, sci-kit learn, Statistics, Git & Git hub, streamlit, Spyder IDE.
View Project