- Location
- Toronto, Ontario, Canada
- Bio
-
Mathematics and Statistics student at the University of Toronto with a strong foundation in Python, machine learning, and data analysis. Passionate about problem-solving and building predictive models with real-world applications.
- Resume
- Resume.pdf
- Institutions
-
-
Vancouver, British Columbia, Canada
-
- Categories
- Data analysis Data modelling Software development Machine learning Data science
Skills
Socials
Achievements



Latest feedback
Recent projects
Work experience
Volunteer
Muslim Welfare Center
Toronto, Ontario, Canada
February 2023 - April 2023
- Developed strong communication skills as a food bank assistant by building rapport with co-workers, empathizing with employees, and resolving conflicts in a stressful environment
Education
Honours, BSC, Mathematics and Statistics
University of Toronto
September 2023 - April 2027
Personal projects
Poker Hand Variance Predictor
December 2024 - December 2024
https://github.com/JawadB24/Predicting-The-Empirical-Probability-Variance-of-Poker-Hands- Developed an object-oriented program that simulates poker hand drawings and identifies the many types of poker hands, from high cards to royal flushes
- Performed 50 simulations of 10000 trials each, tracking hand occurrences, skewness, and other statistics related to the label, allowing for ample training and testing data
- Utilized pandas to store simulated information in a data frame and later read CSV files, extracting the feature matrix necessary to form an accurate linear model
- Trained a linear regression model using scikit-learn with the appropriate attributes to strengthen prediction precision and produce strong performance metrics like MSE and MAE
- Predicts the empirical probability variance of poker hands with 94.4% accuracy
- Created scatter plots using Matplotlib to visualize the comparison between residuals, actual values, and predictions
Basketball Position Classifier
November 2024 - February 2025
https://github.com/JawadB24/Basketball-Position-Classifier- Scraped NCAA Men's Big 12 Conference player statistics from basketball reference using selenium and compiled all the information into a pandas data frame
- Implemented a one-hot encoder to re-create the class columns in binary, allowing for its use in the test data
- Trained multiple logistic regression models using scikit-learn to classify players based on features like assists and field goal percentage, ultimately predicting player position with 91.7% accuracy
- Produced classification reports and visualized confusion matrices using Matplotlib and Seaborn
Titanic Exploratory Data Analysis
October 2024 - October 2024
https://github.com/JawadB24/Chi-Squared-Testing-Titanic-Dataset-- Filled null values for quantitative and categorical variables, using both mean and mode imputations
- Visualized the age distribution of passengers, along with the relationship between social class and survival rate using barplots in Seaborn
- Implemented the chi-squared test using SciPy, concluding with 95% confidence that the survival rate and passenger class are significantly related, as the calculated chi-squared statistic is far greater than the critical value, thus rejecting the null hypothesis
Roller Coaster Exploratory Data Analysis
October 2024 - October 2024
https://github.com/JawadB24/Roller-Coaster-Analysis- Cleaned roller coaster data using pandas by dropping irrelevant columns, appropriately converting attribute datatypes, and handling duplicate rows or null values
- Observed the relationship between coaster height and speed using the pearson correlation method, determining the certainty in their association through the correlation coefficient and the p-value